@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #B0B57B;
}
h1 {
	font-size: x-large;
	color: #854501;
	text-align: center;
}
h2 {
	font-size: large;
	color: #003300;
	text-align: left;
}
h3 {
	font-size: medium;
	text-align: center;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #003300;
}



#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#wrapper #header {
	height: 180px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #864501;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #003300;
	font-size: medium;
}

#wrapper #nav {
	height: 20px;
	padding: 5px;
	margin: 0px;
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	background-color: #DAEEEF;
}
#wrapper #content {
	background-color: #FFFFFF;

}
#wrapper #content #right_col {
	float: right;
	width: 180px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 10px;
	padding-right: 2px;
}
#wrapper #content #left_col {
	float: left;
	width: 180px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	padding-left: 2px;
}
#wrapper #content #center_col {
	width: 360px;
	float: left;
	padding: 5px 5px 0px;
	margin: 0px 5px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #712A00;
	border-right-color: #712A00;
	background-color: #FFFFFF;
}
#wrapper #content #right_wide {
	width: 575px;
	float: right;
	padding: 5px 5px 0px;
	margin: 0px 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #712A00;
	background-color: #FFFFFF;
}
#wrapper #content #one_col {
	width: 750px;
	float: left;
	padding: 5px 10px 10px 15px;
	margin: 5px 10px 10px 15px;
	background-color: #FFFFFF;
}
#wrapper #content #nav a {
	color: #003300;
	font-weight: bold;
}
#wrapper #content #nav a:hover {
	color: #854501;
	font-weight: bold;
}
#wrapper  #content  .adv {
	color: #003300;
	background-color: #E5F3E6;
	border: thin dotted #854501;
	font-size: large;
	font-weight: bold;
	text-align: center;
	font-style: oblique;
	padding: 5px;
}
#footer {
	text-align: center;
	padding: 0px 0px 5px;
	font-size: x-small;
	border-top: medium solid #003300;
	clear: both;
	margin: 0px auto;
	color: #F8F8D2;
	width: 800px;
	background-color: #864501;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}
#footer a {
	font-weight: bold;
	color: #F8F8D2;
}
#footer a:hover {
	color: #E3D3B8;
}

#credits {
	font-size: small;
	font-weight: normal;
	color: #FFF7DE;
	text-align: center;
}
img {
	padding: 7px;
}
.emphasis_green {
	font-size: small;
	font-weight: bold;
	color: #003300;
}
.emphasis_burgundy {
	font-size: small;
	font-weight: bold;
	color: #990000;
}
.emphasis_burgundy_LG {
	font-size: large;
	font-weight: bold;
	color: #990000;
}

.emphasis_green-LG {
	font-size: medium;
	font-weight: bold;
	color: #003300;
	text-transform: uppercase;
}
.small {
	font-size: x-small;
}
#wrapper #header_store #storeheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
#wrapper #header_store #storeheader h1 {
	font-size: xx-large;
	color: #F8F8D2;
}

#wrapper #header_store {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #864501;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #003300;
	font-size: medium;
	color: #F8F8D2;
	height: 150px;
	font-weight: bold;
}
legend {
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
