@charset "utf-8";

/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
form {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
input, select, textarea{
	border: 1px solid #b3c5d6;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman";
	font-size: 14px;
	color: #173329;
	text-align: justify;
	vertical-align: middle;
	overflow: hidden;
	width: 250px;
}
h1 {
	font-family: Tahoma;
	font-size: 20px;
	color: #6F1820;
	margin-top: 13px;
	margin-bottom: 15px;
	line-height: 20px;
	font-weight: bold;
}
h2 {
	font-family: Tahoma, Verdana;
	font-size: 22px;
	color: #972B34;
	font-weight: bold;
	line-height: 20px;
	background-image: url(/images/boarder.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
}
h3 {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #C39373;
}
h4 {
	font-family: Georgia;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #C39373;
	font-style: italic;
}

.submit {
	background-color: #238937;
	border: 1px solid #165623;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.formtable {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}
.formtable td {
	vertical-align: top;
}
.formtable .td-left {
	width: 140px;
}
.formtable .text {

}
.clear{
	clear:both;
}
.center {
	text-align: center;
}
p {
	line-height:16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#page-container {
	width: 965px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	overflow: hidden;
	line-height: 15px;
}
#header {
	height: 181px;
	margin-top: 12px;
	text-align: right;
	margin-bottom: 37px;

}
#header .logo {
	float: left;
	margin-top: 17px;
	margin-left: 11px;
}

#nav  {
	padding-top: 10px;
	overflow: hidden;
}



#nav a {
	text-decoration: none;
	display: block;
	height: 29px;
	width: 197px;
	background-color: #F8F5E0;
	border: 1px solid #E1C9B9;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 20px;
	line-height: 20px;
	color: #6F1820;
	padding-top: 9px;
	padding-left: 26px;
	overflow: hidden;
	#display:inline-block;
}

#nav a:hover {
	border: 1px solid #C39373;
	background-color: #EFEBCE;
	margin-bottom: 10px;
}



#left {
	width: 225px;
	float: left;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}



#right {
	width: 668px;
	float: left;
	margin-right: 29px;
	margin-left: 43px;
	padding-bottom: 28px;
}
#right ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
		padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
}
#right li {
	margin-left: 5px;
}
#right a {
	color: #000000;
}

#footer {
	clear: both;
	height: 34px;
	background-color: #F2ECC1;
	text-align: right;
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #6F1820;
	padding-top: 9px;
	padding-right: 31px;
	padding-left: 21px;
	line-height: 25px;
}

/**/
#copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #C39373;
	padding-top: 10px;
	text-align: right;
	float:right;
}

#copyright a {
	color: #C39373;
}
#copyright a:hover {
	color: #000000;
	text-decoration: none;
}

#bottomlinks {
	font-family: Tahoma;
	font-size: 11px;
	color: #C39373;
	padding-top: 10px;
	text-align: left;
	float:left;
}

#bottomlinks a {
	color: #C39373;
}
#bottomlinks a:hover {
	color: #000000;
	text-decoration: none;
}



