body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CACACA;
}
.bodyGreen {
	color: #003200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #07183e;
}
h1 {
	color: #003200;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	color: #003200;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
}
h3 {
	color: #003200;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
}
b,strong {
	font-weight: bold;
	/*color: #660000;*/
	
}	
	
#selectedSection {
background-color:#657998:
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
color:#07183e;
font-size:14px;
font-family:"Times New Roman", Times, serif;
}

#navcontainer li { margin: 0px; }

#navcontainer a
{
display: block;
padding: 0px 0px 0px 10px;
border-top:1px solid #666;
/*width: 158px;*/
}

#navcontainer a:link, #navlist a:visited
{
color:#07183e;
text-decoration: none;
}

#navcontainer a:hover
{
background-image: url(images/bg_btn.gif);
background-repeat:repeat-y;
}

#active a:link, #active a:visited, #active a:hover
{
background-image: url(images/bg_btn.gif);
background-repeat:repeat-y;
}
.requiredTxt {
	color: #990000;
}
