@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #4F78D6;
	background-image: url(../pics/page-back.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#mainContent .mytable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003895;
	border-right-color: #003895;
	border-bottom-color: #003895;
	border-left-color: #003895;
}
#mainContent .mytable td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #003895;
	border-right-color: #003895;
	padding: 4px;
}

.twoColFixLtHdr #container {
	width: 975px;
	text-align: left;
	background-image: url(../pics/container-back.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 251px;
} 
#header #header-top {
	background-color: #FFFFFF;
	height: 39px;
}
#header #header-bottom {
	height: 212px;
	background-color: #FFFFFF;
}
.nlmg-back {
	background-image: url(../pics/hd3.jpg);
	background-repeat: no-repeat;
}



.twoColFixLtHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #7D9BCD;
	background-image: url(../pics/sidebar-back.gif);
	background-repeat: repeat-y;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: 0.07em;
}
/*#sidebar1 ul {
	width: 250px;
	list-style-type: none;
}
#sidebar1 li {
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	text-indent: 30px;
	margin-bottom: 4px;
}
#sidebar1 li a {
	background-image: url(../pics/button-up.gif);
	display: block;
	text-indent: 40px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 4px;
}
#sidebar1 li a:hover {
	color: #FFFFFF;
	background-image: url(../pics/button-down.gif);
	display: block;
}
*/

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding: 12px;
	line-height: 18px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	
} 
#mainContent #content-left {
	float: left;
	width: 500px;
}
#mainContent #content-right {
	margin-left: 335px;
}
.twoColFixLtHdr #footer {
	background-color: #E9F1FF;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #010066;
	border-right-color: #010066;
	border-bottom-color: #010066;
	border-left-color: #010066;
	background-image: url(../pics/footer-back.gif);
	background-position: 1px 0px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 270px;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	color: #5078D7;
} 
#container #footer-bottom {
	background-image: url(../pics/footer-bottom.gif);
	background-repeat: no-repeat;
	height: 17px;
}

.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 0px;
}
.twoColFixLtHdr #footer p a {
	margin: 0;
	padding: 0px;
	color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #footer p a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #990000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #003895;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.subTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #003A93;
}
#mainContent table {

	margin: 1px;
	padding: 1px;
}
.copyright {
	color: #000000;
}
.asterics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
}
