@charset "UTF-8";

a:link {
	text-decoration:none;
	color:#BD6D00;
}

a:visited {
text-decoration:none;
color:#BD6D00;
}

a:hover {
	text-decoration:none;
	color:#999999;
}

a:active {
text-decoration:none;
color:#BD6D00;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#264355;
	margin: 0;
	padding: 3px 0 20px 0;
	text-align: center;
	background-color: #4B4B4B;
	background-image: url(images/bkgnd3.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

html>body {
font-size: 10px;
}


h1 {
	font-size: 1.6em;
	color:#543A16;
	text-transform: uppercase;
	padding: 5px 0;
	margin: 0;
	background-image: url(images/HeaderBkgnd.jpg);
	background-repeat: no-repeat;
}

h2 {
	font-size: 1.2em;
	color:#543A16;
	text-transform: uppercase;
	padding: 5px 0;
	margin: 40px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #264355;
	background-image: url(images/HeaderBkgnd.jpg);
	background-repeat: no-repeat;
}

h3 {
	font-size: 1.2em;
	color:#543A16;
	text-transform: uppercase;
	padding: 5px 0 0 0;
	margin: 0;
	border-top: 1px solid #CCCCCC;
}

h4 {
	font-size: 1.2em;
	color:#543A16;
	text-transform: uppercase;
	padding: 5px 0 0 0;
	margin: 20px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

p {
font-size: 1.2em;
line-height: 1.8em;
padding: 15px 0 0 0;
margin: 0;
}

li {
font-size: 1.2em;
line-height: 1.8em;
}

.smalltext {
font-size: 1.1em;
line-height: 1.3em;
padding:0;
margin: 0 0 5px 0;
}

.smalltext2 {
font-size: xx-small;
}


.caption {
font-size: 1.1em;
line-height: 1.3em;
padding:0 5px;
margin: 0;
}

#container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background-image:url(images/ContainerBkgnd.jpg);
	background-repeat: repeat-y;
	position:relative;
	border-left: 5px solid #202527;
	border-right: 5px solid #202527;
	border-bottom: 5px solid #202527;
}

#header {
	width:900px;
	height:285px;
	position:relative;
	float:left;
	text-align:left;
	overflow:hidden;
}

#columnMain {
	width: 480px;
	float:left;
	text-align: left;
	margin: 0 0 0 45px;
	padding: 0;
	position:relative;
	display: inline;
}


#columnSmall {
	width: 220px;
	float:left;
	text-align: left;
	margin: 0 0 0 80px;
	padding: 0;
	position:relative;
	display: inline;
	overflow: hidden;
}

#columnSmall2 {
	width: 315px;
	float:left;
	text-align: left;
	margin: 0 0 0 80px;
	padding: 0;
	position:relative;
	display: inline;
	overflow: hidden;
}

#footer {
	width: 480px;
	margin: 0;
	padding: 10px 75px 20px 345px;
	text-align: left;
	clear: both;
	background-image: url(images/FooterBkgnd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#divider {
width: 740px;
height: 20px;
margin: 20px 80px 40px;
padding: 0;
border-bottom: 3px solid #FFF;
clear: both;
}

.photo1 {
padding: 4px;
background-color:#FFFFFF;
border: 1px solid #E6E6E6;
margin: 5px 0;
}
