﻿* {
	border: thin;
	padding: 0;
	margin: 0;
	caption-side: bottom;
}

body {
	background-color: #D7E6F5;
	text-align: center;
	font-family: Tahoma, Arial, 'Lucida Grande', sans-serif;
}

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

A:link {
	color: #3366CC;
	text-decoration: underline;
	left: auto;
}
A:visited { color: #3366CC; text-decoration: underline; }
A:hover { color: #3366CC; text-decoration: underline;}

#logoheader {
	background: url(images/top-header.jpg) #D7E6F5 no-repeat;
	width: 770px;
	height: 20px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#logobackground {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #5688DD;
	width: 770px;
	height: 65px;
	padding: 0px;
	margin: auto;
}

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

#logographic h1 {
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 29px;
	text-transform: uppercase;
	font-weight: normal;
}

#navbackground {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #5688DD;
	width: 770px;
	height: 40px;
	padding: 0px;
	margin: auto;
}

#navgraphic {
	background-image: url(images/nav-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	margin: auto;
}

#navtext {
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	padding-right: 29px;
	text-transform: uppercase;
	float: right;
	line-height: 34px;
}

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

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

body ul {
	padding-left: 70px;
	padding-right: 40px;
	padding-top: 8px;
	font-size: 12px;
	list-style-type: square;
	color: #333333;
	vertical-align: top;
	margin: 0px;
	line-height: 1.6em;
	text-align: left;
}

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

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3366CC;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 4px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	line-height: 1.6em;
	margin: 0px;
}

h3 {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 16px;
	font-size: 12px;
	color: #FF9B00;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.6em;
}

#botfooter {
	background: url(images/bot-footer.gif) #D7E6F5 no-repeat;
	width: 770px;
	height: 36px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#botfootertext {
	font-size: 10px;
	color: #3366CC;
	text-align: center;
	padding-top: 15px;	
}

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

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

.mainsubnav {
	font-size: 12px;
	margin-bottom: 0px;
}

.floatright {
	float: right;
	clear: none;
	margin-left: 15px;	
}

.floatleft {
	float: left;
	clear: none;
	margin-right: 15px;	
}

.thumbnailscontainer {
	padding: 20px 5px 5px 5px;
}

.thumbnailspadding {
	margin-left: 20px;
}

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

.thumbnailsclearboth { clear: both; }

.border {	
}