/* DO NOT REMOVE - THIS RESETS THE CSS*/
html, body{
margin: 0;
padding: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
border-left:0;
}
div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,  big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small,  ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, tdapplet, object, a, abbr, strike, sub, sup, tt, var,dl, dt, dd, acronym, address{
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

body {
line-height: 1;
color: black;
background: white;
font-family: Verdana,Arial, Helvetica, sans-serif;
}

ol, ul {list-style: none;}

table {
border-collapse: separate;
border-spacing: 0;
}

caption, th, td {
text-align: left;
font-weight: normal;
}
* html .clearfix {height: 1%;}
      .clearfix {display: block;}

      /*STOP HIDING STYLES HERE */
      /*.DO NOT REMOVE OR CHANGE THE CLEARFIX STYLES*/
	  
/* START WEBSITE CSS */
	  
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#1a1d54;
	line-height:1.3em;
}

h1{
font-size: 1.6em;
color: #000000;
font-weight:bold;
padding-bottom:10px;
}

h2 {
font-size: 1.4em;
color:#1A1D54;
padding-bottom:10px;
font-weight:bold;
font-style:italic;
}

h3 {
font-size: 1.3em;
color:#D4502A;
font-weight:normal;
padding-bottom:10px;
}
h4{
font-size: 0.9em;
color:#333333;
text-transform:capitalize;
font-weight:bold;
font-style:italic;
padding-bottom:5px;
}

a:link {
	color: #003300;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #339900;
}
a:active {
	color: #003300;
}
#container {
	margin: 0px;
	padding: 0px;
	height:100px;
	width: 1008px;
}

#topnav {
	background-image: url(images/topnav.jpg);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 96px;
	width: 1008px;
	text-align: right;
}

#topnav ul {
	float:right;
	margin: 60px 20px 0px 0px;
	padding:0px;
	}
	
#topnav li{
float: left;
margin: 0px;
padding:0px;
}
#topnav ul li a {
	float: left;
	height: 20px;
	font-family: Arial, Verdana, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin: 0px 3px;
	padding: 10px 10px 0px;
	border: 1px solid #FFFFFF;
	display: block;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat;
	letter-spacing: .2em;
}
#topnav ul li a:hover {
	background-image: url(images/navbgroll.jpg);
	background-repeat: repeat;
	color: #333333;
}

#headerbg, #headerleft, #headerright {
margin: 0px;
padding:0px;
float: left;
height: 185px;
background-repeat: no-repeat;
background-position: top center;
}

#headerbg {
	width: 1008px;
}

#headerleft {
	background-image: url(images/bannerleft.jpg);
	width: 506px;
}

#headerright{
background-image:url(images/bannerright.jpg);
width:502px;
}

#headertext h2{
font-family: Arial, Verdana, san-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	position:relative;
	top:120px;
	right:220px;
	padding:0;
}
#byline, #maincontent, #contenttop {
	background-position: top left;
	float: left;
	margin: 0px;
	text-align: left;
}

#byline {
background-image: url(images/caption.jpg);
	background-repeat: no-repeat;
	height: 94px;
	width: 1008px;
	padding: 0;
	letter-spacing:0.2em;
}

#byline h5 {
	font-family: Arial, Verdana, san-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 35px 0px 0px 45px;
}
#maincontent {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	width: 1008px;
	padding: 0px;
	margin:0px;
}
#contenttop {
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	padding: 0px 40px;
	width: 1008px;
}
#leftcol {
	float: left;
	width: 420px;
}
#rightcol{
float:left;
width:510px;
padding-left:20px;
}

#footer {
	width: 1008px;
	margin: 0px;
	padding: 0px 0px 0px;
	height: 18px;
	float: left;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	background-image:url(images/footer.jpg);
}
#footertext{
	width: 1008px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	height: 50px;
	float: left;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;

	}
	
#footertext a {
	color: #FFFFFF;
	text-decoration: none;
}

#footertext  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.floatright{
	float:right;
	margin:10 10px 10px 10px;
	padding: 2px;
}

.floatleft{
	float:left;
	margin:10px 10px 10px 10px;
	padding: 2px;
	
}


