body{
	background-color: #003366;
}
#mainbody{
	width: 90%;
	margin-left: 5%;
	border: 1px dotted #999999;
	background-color: #FFFFFF;
	padding: 2%;
}
#header{
}
#pagename{
	font-family: arial;
	margin-top: 10%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #FF0000;
	border-left-color: #999999;
	color: #000000;
	margin-left: 0%;
}
.green{
        color: #0c0;
       }
    .black{
        color: #000;
        }
    .underline{
        text-decoration: underline;
        }

p, li, div, pre {
	font-family: arial;
	color: #003366;
	font-size: 12px;
}
li {
	line-height: 120%;
}

.text{
	font-family: arial;
	color: #003366;
	font-size: 12px;
}
.text2{
	font-family: verdana;
	color: #003366;
	font-size: 12px;
}

.intro{
	margin-left: 25%;

}

.horizontalcssmenu ul{
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20%;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 6em;
	border: 1px solid #202020;
	border-left-width: 0;
	text-decoration: none;
	color: black;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #e0e0e0;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 160px; /*width of sub menu levels*/
	font-weight: bold;
	padding: 2px 5px;
	border-width: 0 1px 1px 1px;
	color: #333333;
	background-color: #E0E0E0;
}

.horizontalcssmenu ul li a:hover{
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center center;
	color: #C61808;
}

.horizontalcssmenu ul li ul li a:hover{
	background-color: #FFFFFF;
	color: #C61808;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(images/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li {
	height: 1%;
	float: none;
}
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
#content2 {
	margin: 0px;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 2%;
	padding-left: 0%;
}
#content{
	margin-top: 20px;
	padding-right: 3%;
	padding-left: 3%;
	background-color: #E0E0E0;
	border: 1px dotted #003366;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 2%;
}
#footer {
	text-align: center;
	background-color: #E0E0E0;
	/*	width: 80%; */
	padding: 0%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
	padding-right: 3%;
	padding-left: 3%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
a.footer, a.footer {
	text-decoration: none;
	width: 100%;
	color: #10185A;
	font-family: arial;
	font-size: 10px;
	background-color: #E0E0E0;
}
a.footer:hover {
	color: #C61808;
}

