
* body {
	background-color: #003333;
	margin: 0;
	padding: 0; padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*
h1, h2, h3, h4, h6{
	color: #003333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
}*/


h6 {
	color: #7B9A8C;
	font-size: 100%;
	text-transform: capitalize;
}

#content {
	background-color: #003333;
	padding: 0px;
	margin: 0px;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 100%;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #BDC7BD;
margin: 0px auto;
padding: 0px;
overflow-x:hidden; 
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 140px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 650px;
height: auto;
position: relative;
color: black;
padding: 0px;
}


#mycustomscrollNews {
/* Typical fixed height and fixed width example */
width: 230px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #BDC7BD;
margin: 0px auto;
padding: 0px;
overflow-x:hidden; 
}

#mycustomscrollCalendar {
/* Typical fixed height and fixed width example */
width: 230px;
height:420px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #BDC7BD;
margin: 0px auto;
padding: 0px;
overflow-x:hidden; 
}

