* {
	padding:0;
	margin:0;
}

body {
	background-color: #677D92;
	text-align: center;
	font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;
}

A {
	text-decoration: underline;
	font-weight: bold;
}

A:link { color: #930400; text-decoration: none; }
A:visited { color: #930400; text-decoration: none; }
A:hover { color: #930400; text-decoration: underline; }

#logoheader {
	background: url(images/top-header.gif);
	background-color: #FFFFFF;
	width: 780px;
	height: 25px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

#logobackground {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #003366;
	width: 780px;
	height: 70px;
	padding: 0px;
	margin: auto;
}

#logographic {
	background-image: url(images/top-background.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 70px;
	width: 750px;
	margin: auto;
}

#logographic h1 {
	font-size: 32px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 15px;
	padding-top: 13px;
	text-transform: lowercase;
	font-weight: normal;
}

#herobackground {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 780px;
	height: 180px;
	padding: 0px;
	margin: auto;
}

#herographic {
	background-image: url(images/hero-background.jpg);
	background-position: center;
	background-repeat: repeat-x;
	height: 180px;
	width: 750px;
	margin: auto;
}

#herotext {
	font-size: 26px;
	color: #003366;
	text-align: left;
	padding-left: 15px;
	padding-top: 129px;
	text-transform: lowercase;
}

#navbackground {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #003366;
	width: 780px;
	height: 50px;
	padding: 0px;
	margin: auto;
}

#navgraphic {
	background-image: url(images/nav-background.gif);
	background-position: center;
	background-repeat: repeat-x;
	height: 50px;
	width: 750px;
	margin: auto;
}

#navgraphic ul{
   padding : 0; 
   margin : 0;
   white-space : nowrap;
	font-size: 15px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 15px;
	padding-top: 8px;
	text-transform: lowercase;
	list-style-type: none;
}

#navgraphic ul li{ 
   display : inline;
	padding-left : 1em;
}

#navgraphic a:link { color: #FFFFFF; } 
#navgraphic a:visited { color: #FFFFFF; }
#navgraphic a:hover { color: #FFFFFF; text-decoration: underline; }

#body {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 780px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: auto;
}

p {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 8px;
	font-size: 13px;
	list-style-type: square;
	color: #333333;
	vertical-align: top;
	margin: 0px;
	text-align: left;
}

#body ul{
	color: #333333;
	font-size: 13px;
	list-style: square outside;
	padding-left: 70px;
	padding-right: 40px;
	text-align: left;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 2px;
	margin: 0px;
	text-transform: lowercase;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	margin: 0px;
}

h3 {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}


#botfooter {
	background-image: url(images/footer-background.gif);
	background-color: #003366;
	background-repeat: no-repeat;
	width: 780px;
	height: 55px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}

#botfootertext {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 12px;	
}

#botfootertext a:link { color: #FFFFFF; } 
#botfootertext a:visited { color: #FFFFFF; }
#botfootertext a:hover { color: #FFFFFF; text-decoration: underline; }

.fineprint {
	font-size: 10px;
	margin-bottom: 0px;
}

.floatright {
	float: right;
	clear: none;
	margin-left: 20px;
	border: 4px #003366 solid;	
}

.floatrightnoborder {
	float: right;
	clear: none;
	margin-left: 20px;
}

.floatleft {
	float: left;
	clear: none;
	margin-right: 20px;
	border: 4px #003366 solid;	
}


.border {
	border: 4px #003366 solid;	
}

.thumbnails {
	float: left;
	padding: 5px 5px 5px 65px;
	font-size: 10px;
	color: #333333;
}

.thumbnailsclearboth { clear: both; }

.callout {
	color: #333333;
	padding: 5px;
	margin-left: 110px;
	margin-right: 110px;
	margin-top: 8px;
}

.callout2 {
	color: #333333;
	padding: 10px;
	margin-left: 200px;
	margin-right: 200px;
	margin-top: 8px;
	border: dashed 2px #003366;
	font-size: 14px;
	text-align:center;
}