/* CSS Document */

*{
	font-size:100%;
}

body{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#91736a;
	text-align:left;
	background-color: #f8f6ef;
	margin-top: 0px;
}

div{
}

dd{
	margin-left:0;
}


#wrap{
	width:1000px;
	text-align:left;
	background-color: #fff;
	border: 1px solid #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



#header{
	padding: 0px;
	font-size: 24px;
	color: #000000;
}

#nav {
	text-align: right;
	clear: both;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat;
}
#colone-onecol{
	min-height: 100px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#foot{
	clear:both;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	color: #fff;
	background-color: #000;
	background-image: url(images/foot_back.jpg);
	background-repeat: repeat;
}
a:link {
	color: #91736a;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #91736a;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #91736a;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #91736a;
	text-decoration: none;
	font-weight: bold;
}

#formleft {
	float: left;
	width: 150px;
}
.formbox {
	border: 1px solid #333333;
}
#formtwo {
	float: left;
	width: 230px;
}
#formthree {
	float: left;
	width: 150px;
}
#formfour {
	float: left;
	width: 230px;
}
#nav a:link {
		color: #fff;
		font-size: 10px;
		font-weight: normal;
}
#nav a:visited {
		color: #fff;
		font-size: 10px;
		font-weight: normal;
}
#nav a:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}
#nav a:active {
		color: #fff;
		font-size: 10px;
		font-weight: normal;
}
#subnav {
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	clear: both;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	background-color: #FFFFFF;
	color: #333333;
}
#wrap #foot a:link {
	color: #91736a;
	font-weight: bold;
}
#wrap #foot a:visited {
	color: #91736a;
	font-weight: bold;
}
#wrap #foot a:hover {
	color: #91736a;
	text-decoration: underline;
	font-weight: bold;
}
#wrap #foot a:active {
	color: #91736a;
	font-weight: bold;
}
#clearboth {
	clear: both;
}
#wrap #nav #navitem {
	min-width: 10px;
	float: left;
	margin: 2px;
	padding: 2px;
}
#wrap #subnav #subnavitem {
	min-width: 10px;
	float: left;
	margin: 2px;
	padding: 2px;
}
h1 {
 color:#91736a;
 font-size:22px;
}
h2 {
 color:#91736a;
 font-size:19px;
}
h3 {
 color:#91736a;
 font-size:16px;
}
