body {
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #006699;
}
.para {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.paranormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
/*	Arial Narrow
*/}



.link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.a {
	text-decoration: none;
}
.contentheader
{
  font-weight:bold;
  color: #FFFFFF;
}
.contentfooter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.noticeone
{
	color: #CCFF00;
	font-weight: bold;
}
.noticetwo
{
	color: #FFCC00;
	font-weight: bold;
}

.attentions
{
font-size: 14px; font-weight: bold; color: #990000;
}
.sectionheaders
{
font-size: 11px; font-weight: normal; color: #000040; text-decoration:none;
}
.legendheader
{
	font-size: 11px; font-weight: normal; color: #006; text-decoration:none;
}
.style10 {
	color: #FFCC00;
	font-weight: bold;
}

/*For Top navigation bar */
.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #006699; /*Highlight blue color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: capitalize;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: normal 11px Verdana;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #cccce4; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: #006699; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #006699; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #006699; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #006699; /*Highlight red color theme*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
height:14px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}