	body {
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #7ec3e5 url(images/pagebg.jpg) repeat-x top fixed;
}
	H1{
	color: #600000;
	font-size : 22px;
	display : inline;
}
	H2{
	color: #be1e2e;
	font-size : 18px;
}
	H3{
	color: #315f8c;
	font-size : 16px;
	padding-bottom:6px;
	border-bottom:1px solid #3e78b3;
}
	table {
	color: #000000;
	font-size : 16px;
}
	li {
	color: #00528c;
	font-size : 12px;
	font-weight:bold;
	list-style-type: square;
}
	
    a:link, a:visited { color : #1f3c59; }
    a:hover, a:active { color : #478acc; }
	
	.bottomnav:link, .bottomnav:visited {color: #992e2e; text-decoration: none;}
	.bottomnav:hover, .bottomnav:active {color: #ff6666; text-decoration: none;} 	
	
	.subnav:link, .subnav:visited {color: #FFFFFF; text-decoration: none;}
	.subnav:hover, .subnav:active {color: #a5e525; text-decoration: none;} 	
	
	#Table_01 {
	background-color: #FFFFFFF;
	border: 1px solid #000000;
	height:auto;
}
	#contentbg{
	background: #FFFFFF url(images/index_04.jpg) no-repeat top;
}
	#title {
	padding-top: 12px;
	padding-bottom:6px;
	margin-bottom:16px;
	text-align: right;
	border-bottom:1px solid #315f8c;
}	
	#content {
	padding-right: 15px;
	padding-left: 15px;
	text-align:left;
	/*height:325px;
	overflow:auto;*/
}
	
	#footer {
	font-weight:bold;
	color:#992e2e;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top:6px;
	margin-top:12px;
	text-align: center;
	border-top:1px solid #315f8c;
}
	.form {
	text-align:left;
	font-size:12px;
	/*font-weight:bold;*/
	}	
	.formfields {
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(images/fieldbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 125px;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #333333;
}

.contenttable {
	background-color: #e5f4ff;
	border: 1px solid #0061a6;
	border-right: none;
}
.contenttable td {
	border-right: 1px solid #0061a6;
	text-align:left;
	padding: 4px 12px;
}
.odd{
	background-color:#b2dfff;
	
}
#navtable{
	font-size: 16px;
	font-weight: bold;
	margin-right:25px;
	margin-bottom:10px;
	padding: 8px 24px 16px 16px;
	background:#bf6e1d url(images/navtablebg.jpg) no-repeat bottom right;
	color:#FFFFFF;
}
#navtable hr{
	color:#e5a667;
}

/*DROP DOWN NAVIGATION INFO FOLLOWS*/

.navbg {
	height:25px;
	background:#315f8c url(images/navbg.jpg) repeat-x center;
	text-align:left;
}

.nav {
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
.nav ul {
	float:left;
	margin-left:0px;
	padding:0px;
}
.nav ul li{
	display:inline;
	float:left;
}
.nav ul ul li a{
	font-size:11px;
	color:#992e2e;
	display:block;
	padding:0px 10px 0px 10px;
	text-decoration:none;
}
.nav ul li:hover {
	background:#FFFFFF;
	color:#315f8c;	
}
.dropdown {
	float: left;
	margin-left:-2px;
}
.nav ul ul{
	position: absolute;
	background: #FFFFFF;
	visibility: hidden;
	z-index:10;
	padding:0px;
}
.dd_container {
	float: left;
	width: 250px;
	margin-top:-3px;
	background: #FFFFFF url(images/ddbg.jpg) repeat-x top;
	border:1px solid #992e2e;
	border-top:none;
}
.nav ul li:hover ul {
	visibility: visible;
}
.nav ul ul li {
	width: 100%;
	display: block;
	padding: 4px 0px 4px 0px; 
	margin: 0px;
}
.nav ul ul li:hover{
	background: #7ec3e5 url(images/dd_hover.jpg) repeat-x bottom;
	color:#FFFFFF;
}

/*INDIVIDUAL BUTTON IMAGE INFO*/

.nav ul li.home {
	display: inline;
	float: left;
	background: url('images/nav_01.jpg') no-repeat;
	width: 69px;
	height: 25px;
}
.nav ul li.home:hover {
	display: inline;
	float: left;
	background: url('images/nav_hover_01.jpg') no-repeat;
	width: 69px;
	height: 25px;
}
.nav ul li.about {
	display: inline;
	float: left;
	background: url('images/nav_02.jpg') no-repeat;
	width: 114px;
	height: 25px;
}
.nav ul li.about:hover {
	display: inline;
	float: left;
	background: url('images/nav_hover_02.jpg') no-repeat;
	width: 114px;
	height: 25px;
}
.nav ul li.program {
	display: inline;
	float: left;
	background: url('images/nav_03.jpg') no-repeat;
	width: 102px;
	height: 25px;
}
.nav ul li.program:hover {
	display: inline;
	float: left;
	background: url('images/nav_hover_03.jpg') no-repeat;
	width: 102px;
	height: 25px;
}
.nav ul li.financial {
	display: inline;
	float: left;
	background: url('images/nav_04.jpg') no-repeat;
	width: 134px;
	height: 25px;
}
.nav ul li.financial:hover {
	display: inline;
	float: left;
	background: url('images/nav_hover_04.jpg') no-repeat;
	width: 134px;
	height: 25px;
}
.nav ul li.faq {
	display: inline;
	float: left;
	background: url('images/nav_05.jpg') no-repeat;
	width: 61px;
	height: 25px;
}
.nav ul li.faq:hover {
	display: inline;
	float: left;
	background: url('images/nav_hover_05.jpg') no-repeat;
	width: 61px;
	height: 25px;
}
.nav ul li.contact {
	display: inline;
	float: left;
	background: url('images/nav_06.jpg') no-repeat;
	width: 92px;
	height: 25px;
}
.nav ul li.contact:hover {
	display: inline;
	float: left;
	background: url('images/nav_hover_06.jpg') no-repeat;
	width: 92px;
	height: 25px;
}
