/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;

}

a {
	font-family: Times New Roman, Times, serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #0099FF;	
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

body,td,th {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color:#003399;
}

.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color:006699;
}
.style4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.welcome {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #333333;
	font-weight: 500;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: 500;
	color: #003399;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
}


.content {
	font-family: "Times New Roman", Times, serif;
	color: 003366;
	font-size: 18px;
}
.content_bold {
	font-family: "Times New Roman", Times, serif;
	color: #003399;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.div_content_box {
	margin: 9px;
	padding: 9px;
	}
.welcome div {
	margin-top: 5px;
	margin-left: 9px;
	font-size: 20px;
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 8px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 8px; /*shift text down 1px for selected and active item*/
padding-bottom: 0px; /*shift text down 1px for selected and active item*/
}


#footer{width:1000px; height:65px; background-color:#214577; padding-top:10px; color:#FFFFFF; padding-bottom:10px;}

#footer a{ color:#FFFFFF; text-decoration:none;}

#footer a:hover{ color:#85B7DB; text-decoration:none; }
