* {
	padding:0;
	margin:0;
}

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

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

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

.thumbnailscontainer {
	width: 590px;
	margin-left: 165px;
}

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

.thumbnailsclearboth { clear: both; }

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

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

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

#logographic h1 {
}

.graphictext {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#main {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	color: #000000;
	width: 780px;
	padding: 0 0 10px 0;
	margin: auto;
	font-size: 12px;
}

#main ul{
	padding-left: 200px;
	padding-right: 35px;
	padding-top: 5px;
	font-weight: normal;
	text-align: left;
	list-style-type: square;
	list-style-position: outside;
}

p {
	padding: 8px 35px 0 175px;
	vertical-align: top;
	margin: auto;
	text-align: left;
	font-weight: normal;	
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #6F0011;
	text-align: left;
	padding-left: 165px;
	padding-right: 35px;
	padding-top: 6px;
	margin: 0px;
	font-style: italic;	
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #B83C36;
	text-align: left;
	padding-left: 175px;
	padding-right: 35px;
	padding-top: 8px;
	margin: 0px;
	letter-spacing: 0px;
	text-transform: uppercase;
}

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

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

#botgraphic {
	background-image: url(images/bot-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 25px;
	margin: auto;
}

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

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

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

#navbackground {
	width: 150px;
	padding: 0;
	margin: 0;
	float: left;
	clear: none;
	height: 330px;
}

#navbackground ul{
	padding : 8px 0 0 28px;
	margin : 0;
	font-size: 13px;
	color: #6F0011;
	text-align: left;
	line-height: 1.5em;
	font-weight: bold;
	list-style-type: none;
}

#navbackground li{
	padding-top : 8px;
}

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

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

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

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


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

.aligncenter {text-align: center; margin: 10px 0 10px 0;}

form {width: 550px; margin-left: 50px;}

input, textarea, select { font: 12px "Trebuchet MS", Arial, 'Lucida Grande', sans-serif; padding: 2px; }
td { font-size: 12px; line-height: 1.4em; list-style-type: square; margin: 0; padding: 4px 0 4px 10px; text-align: left; }

.graphictext {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}