/* CSS Document */

/* HTML tag styles                             */

body{
	font-family: Arial,sans-serif;
	font-size: 14px;
	color: #000099;
	margin: 0px;
	padding: 0px;
	background: #000099;
}
h3{
	font: Arial,sans-serif;
	font-size: 12px;
	color: #CCCC33;
}

h4{
	font: bold 1em Arial,sans-serif;
	font-size: 16px;
	color: #005FA9;
}

h5{
	font: Arial,sans-serif;
	font-size: 11px;
	color: #CCCC33;
	text-align: center;
	font-variant: small-caps;
	font-weight: normal;
}
h6{
	font: Arial,sans-serif;
	font-size: 14px;
	color: #CCCC33;
	text-shadow:Black;
}


/* Layout Divs                                 */

#homepage{
position: absolute;
margin-top: 40px;
top; 40px;
left: 2%;
right: 2%;

}

#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;

}

#content {
margin-left: 10px;
margin-right: 10px;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: run-in;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("images/bg_nav.jpg");
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	text-decoration: none;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}



