@charset "utf-8";
body {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F5F5EF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}
a {
	color: #54670D;
	text-decoration: none;
}
a:visited {
	color: #54670D;
}
a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 24px;
	margin-top: 0px;
}

div.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 30px;
	margin-bottom: 20px;
}
#titlebar {
	width: 100%;
	color: #000000;
	height: 29px;
	padding-left: 15px;
	margin-bottom: 15px;
	padding-top: 2px;
}
.formfield {
	width: 120px;
	border: 1px solid #000000;
}

img.line {
	border: 1px solid #999999;
}
img.wrap {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
div.pageWrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 30px solid #FFFFFF;
}







div.banner {
	/*background-image: url(images/banner_bgr.jpg);
	background-repeat: repeat-x;*/
	height: 151px;
}
div.bannercontent {
	width: 800px;
}
div.menu {
	margin-top: 1px;
	height: 28px;
	margin-bottom: 0px;
	/*background-color: #deae1b;*/
}

div.menucontent {
	margin-top: 1px;
	width: 800px;
}
div.underbanner {
	margin-top: 5px;
}

div.container {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div.leftcolumn {
	float: left;
	width: 230px;
	padding-right: 15px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	margin-right: 5px;
}
div.rightcolumn {
	float: right;
	width: 465px;
	padding-top: 15px;
	padding-right: 25px;
	background-color: #FFFFFF;
	padding-left: 28px;
}
td.tdtitle {
	padding-top: 3px;
	padding-bottom: 10px;
}



div.footer {
	background-color: #CEA017;
	width: 750px;
	margin-top: 1px;
	height: 21px;
	font-size: 10px;
	padding-top: 7px;
	color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
}
div.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
div.footer a:visited {
	color: #FFFFFF;
}
div.footer a:hover {
	text-decoration: underline;
}


div.footercontent {
	
	margin-top: 1px;
	width: 800px;
}
#fleft {
	float: left;
	width: 450px;
}
#fright {
	float: right;
	width: 275px;
	margin-right: 50px;
}
