* {
	padding:0;
	margin:0;
}

body {
	background-color: #d1dbbd;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

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

A:link { color: #3e606f; text-decoration: underline; }
A:visited { color: #3e606f; text-decoration: underline; }
A:hover { color: #3e606f; text-decoration: underline; }

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

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

#logographic {
	background-image: url(images/top-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 160px;
	width: 746px;
	margin: auto;
}

#logographic h1 {
	font-size: 32px;
	color: #fcfff5;
	text-align: right;
	padding-top: 22px;
	padding-right: 15px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: none;
	line-height: 1em;	
}
#logographic h2 {
	font-size: 21px;
	color: #fcfff5;
	text-align: right;
	padding-right: 15px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: none;
	line-height: 1em;
	margin-top: -5px;
}


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

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

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

#navgraphic ul{
   padding : 0; 
   margin : 0;
   white-space : nowrap;
	font-size: 11px;
	color: #193441;
	text-align: right;
	padding-top: 6px;
	padding-right: 20px;
	text-transform: uppercase;
	font-weight:bold;
	list-style-type: none;
}

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

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

#main ul {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	font-size: 13px;
	list-style-type: square;
	color: #193441;
	vertical-align: top;
	margin: 0px;
	text-align: left;
	line-height: 1.6em;
	list-style-position:inside;
}

p {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	font-size: 13px;
	list-style-type: square;
	color: #193441;
	vertical-align: top;
	margin: 0px;
	text-align: left;
	line-height: 1.4em;	
	
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3e606f;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	margin: 0px;
	text-transform: none;
	letter-spacing: -1px;
	line-height: 1.6em;		
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #3e606f;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	margin: 0px;
	font-weight: bold;
	line-height: 1.6em;	
}

h3 {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	font-size: 14px;
	color: #3e606f;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	text-transform: none;
	line-height: 1.6em;	
	
}

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

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

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

.floatright {
	float: right;
	clear: none;
	margin-left: 10px;
	border: 2px #193441 solid;	
	margin-top: 4px;
}

.floatleft {
	float: left;
	clear: none;
	margin-right: 10px;
	border: 2px #193441 solid;	
		margin-top: 4px;

}



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

.thumbnailsclearboth { clear: both; }

.border {
	border: 2px #193441 solid;
}

.axsencallout {
	color: #FFFFFF;
	padding: 5px;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 8px;
	background: #193441;
}
