html,body{margin:0;padding:0}
body{
	text-align:center;
	background-color:#DCCFAF;
	font-family:arial,sans-serif;
	font-size:14px;
	color:#333333;
}
.required{font-size:10px;padding-left:5px;
	color:red;}
.error{font-size:10px;padding-left:5px;
	color:red; padding-left:5px}
input.error, select.error{color:#000;}

tr.columnhead td {
background-color:#CEC097;font-weight:bold;
}
tr.altrowcolor2 {background-color:#FFFEEF;}
tr.altrowcolor1 {background-color:#F3F1DA;}
.tablepad{padding-left:1em;}	

.smalltext, .smalltext a{font-size:10px;}

.buttonlink{
border:1px solid #9B864A;
font-size:11px;color:#000;
padding:2px 8px 2px 8px;
background-color:#F0F0F0;
}
.buttonlink:hover{border:1px solid #9B864A;
font-size:11px;color:#000; padding:2px 8px 2px 8px;
background-color:#F0F0F0;
}
input {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #9B864A;
}
hr{
	border:none;
	//color:#9B874C;
	height:8px;
	width:100%;
	margin:2px 2px 5px 2px;
	//margin:0 0 0 2px;
	background:url(../interface/hr_bg.png);
	
	clear:both;
}
a{
	text-decoration:none;
	color:#8E000F;
}
a:hover{
	color:#8C7539;
}
h1{
	font-size:24px;
	color:#8B7438;
	font-weight:bold;
	text-transform:uppercase;
}
h2{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#800000;	
}
blockquote{
	margin-top:0;
}
div#header{
	position:relative;
	width:100%;
}

ul#nav, ul#subnav{
	list-style-type:none;
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
}
ul#nav{
	height:35px;
	background-image:url(../interface/nav_bg.png);
}
ul#subnav{
	height:28px;
	margin:0 0 20px 0;
	padding:0 0 8px 0;
	background-color:#CFC097;
	background-image:url(../interface/hr_bg.png);
	background-position:20px 29px;
	background-repeat:repeat-x;
}
ul#nav li{
	display:inline;
	padding:0 8px 0 8px;
}
ul#subnav li{
	display:inline;
	padding:0 0 0 24px;
}
ul#nav li.active a, ul#nav li a:hover,ul#subnav li.active a, ul#subnav li a:hover{
	color:#7F1F2A;
}
ul#nav li a, ul#subnav li a{
	text-decoration:none;
	font-family: impact,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1pt;
}
ul#nav li a{	
	color:#F4F1DA;	
	font-size: 15px;
	line-height:35px;
}
ul#subnav li a{	
	color:#6F5A22;	
	font-size: 15px;
	line-height:28px;
}
#logo img{
	border:0;
	margin:10px;
}
div#header h2{
	font-family: arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	color:#800000;
	background:url(../interface/title_caption_bg.png);
	background-repeat:no-repeat;
	height:34px;
	margin:1px 0 4px 0;
	line-height:34px;
}

div#container{
	text-align:left;
	background-color:#F3F1DA;
	width:850px;
	padding:0px;
	margin:0 auto;
	background-image:url(../interface/left/1.jpg);
	background-repeat:no-repeat;
	background-position:0 55px;
	position:relative;
}

div#main{
	border:4px solid #F3F1DA;
	background-image:url(../interface/footer_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0 0 30px 0;
	min-height:620px;
	_height:620px;
}

div#content{
	margin:0 10px 0 250px;
	padding:0 10px 10px 10px;
}

div#content, #veditor{
	text-align:left;
}

div#footer{
	margin:0px 0px 0px 0;
	clear:both;
	width:100%;
	 background-color:#DCCFAF;
}
div#credits{
	padding:1em;
	color:#857D6A;
	font-family:arial,sans-serif;
	font-size:11px;
	text-align:center;
}
div#credits a{
	color:#857D6A;
	font-weight:bold;
	text-decoration:none;
}
div#credits a:hover{
	text-decoration:underline;
}
#mymenu{
	position:absolute;
	top:-24px;
	right:0;
	text-align:right;
	padding:3px 0 3px 0;
	font-size:11px;
	width:100%;
	height:24px;
	clear:both;
	background-image:url(../interface/main_bg_top.png);
	background-repeat:repeat-x;
	background-position:0 16px;
}

#content img{
	border:4px solid #CFC097;
	margin:8px;
}

