/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px 5px 5px 5px;
	padding: 0px 5px 5px 5px;
	background-image:url('../images/bg_btmbar.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#mainBanner {
	position: relative;
	top: 6px;
	left: 0px;
	width: 780px;
	height: 210px;
	background-image:url('../images/bg_mainbanner.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#navBar {
	position: absolute;
	top: 190px;
	left: 0px;
	color: #3C2015;
	font-size: 10pt;
	z-index: 10;
}

#navBar a:link {
	text-decoration: none;
	color: #3C2015;
	font-weight: bold;
}

#navBar a:visited {
	text-decoration: underline;
	color: #3C2015;
	font-weight: bold;
}

#navBar a:hover {
	text-decoration: underline;
	color: #6F290D;
	font-weight: bold;
}

#randomImg {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}

#searchBox {
	position: relative;
	width: 300px;
	background-color: transparent;
	margin: 10px 0px 0px 10px;
}

#searchBox table {
	width: 300px;
	border: 1px solid #B9A776;
}

#searchBox th {
	width: 300px;
	background-color: #E2B35D;
	text-align: left;
}

#searchBox td img {
	margin-top: 5px;
}

#content {
	position: relative;
	background-image:url('../images/bg_content.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 780px;
	margin:0px;
	z-index: 1;
}
#content h1 {
	color: #6F290D;
	font-size: 14pt;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #6F290D;
}

#content h2 {
	color: #6F290D;
	font-size: 10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: 1px #EDE8CE solid;
}

#content h3 {
	color: #6F290D;
	font-size: 10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: 1px #EDE8CE solid;
}

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

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

#content a:hover {
	color: #000000;
	text-decoration: underline;
}

#content table {
	margin:0px;
}

#content td , #content th {
	font-size: 9pt;
	padding: 3px;
	text-align: left;
}

#content .imgDesc {
	background-color: #EDE8CE;
}

#content .imgBorder , 
#content img {
	border: 2px solid #6F290D;
}

#content .imgFloatL {
	float: left;
	margin: 6px;
}

#content .imgFloatR {
	float: right;
	margin: 6px;
}

#content .formInput , #content .button {
	border: 1px solid #6F290D;

}

#content .button {
	background-color: #DCA243;
}

#content .top {
	text-align: center;
}

#content .top a {
	text-decoration: none;
	color: #000000;
}

#content .top a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #999999;
}

#content .caption {
	border-left: 2px #6F290D solid;
	border-bottom: 2px #6F290D solid;	
	border-right: 2px #6F290D solid;
	background-color: #F0E9E6; 
	margin-top: -2px;
	padding: 6px;
	width: 273px;
}



