* {
	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; }

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

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

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

#header h1 {
	font-size: 32px;
	color: #fff;
	text-align: left;
	padding-left: 15px;
	padding-top: 13px;
	text-transform: none;
	font-weight: normal;
}

#herobackground {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	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: 18px;
	color: #003366;
	text-align: left;
	padding-left: 15px;
	padding-top: 135px;
	text-transform: none;
}

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

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

#nav ul{
   padding : 0; 
   margin : 0;
   white-space : nowrap;
	font-size: 14px;
	color: #fff;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	text-transform: none;
	list-style-type: none;
}

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


#nav ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #fff;
	}
	
#nav a:link { color: #fff; } 
#nav a:visited { color: #fff; }
#nav a:hover { color: #fff; text-decoration: underline; }

#main {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	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: #333;
	vertical-align: top;
	margin: 0px;
	text-align: left;
}

#main ul{
	color: #333;
	font-size: 13px;
	list-style: square outside;
	padding-left: 70px;
	padding-right: 40px;
	padding-top: 8px;
	text-align: left;
}

.indent {
	margin-left: 20px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 2px;
	margin: 0px;
	text-transform: none;
}

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

h4 {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	font-size: 13px;
	color: #333;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
#footer {
	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;
}

#footer p {
	font-size: 10px;
	color: #fff;
	text-align: center;
	padding-top: 12px;	
}

#footer a:link { color: #fff; } 
#footer a:visited { color: #fff; }
#footer a:hover { color: #fff; text-decoration: underline; }

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

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

.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: #333;
}
blockquote {
	border-top: 2px #003366 solid;
	border-bottom: 2px #003366 solid;
	margin: 30px 80px 20px 80px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.4em;
}
	
.thumbnailsclearboth { clear: both; }

.center {
	text-align: center;
}
.axsencallout {
	color: #fff;
	background-color: #003366;
	padding: 5px;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 8px;
}
.graphictext {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.toppadding {
	margin-top: 20px;
}
.hometext {
	font-size: 21px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 6px;
	padding-bottom: 14px;
	margin: 0px;
	text-transform: none;
}

