/* CSS Document */


/* CSS Document */

body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 130%;
	font-size: 13px;
	color: #383838;
	background: #AC9759;
}

#page {  
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
	height: auto;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	width: 814px;
	visibility: visible;
	display: block;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 0px;
	width: 814px;
	height: 150px;
	background: url(../images/header.jpg) no-repeat;
}

#footer {
	float: left;
	padding: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 800px;
	height: 35px;
	color: #FFFFFF;
	background: #856301;
}  


.contentheading {
	font-family: "trebuchet ms", arial, sans-serif;
	height: 30px;
	color: #856301;
	font-weight: bold;
	font-size: 16px;
}

.createdate {
	height: 10px;
	padding-bottom: 0px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

/*textstyles, links*/
a:link, a:visited {
	color: #c64934; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	
	text-decoration: none;
	font-weight: bold;
}

/*menu*/
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	/*background: url(../images/menu_bg.png) no-repeat;*/
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 10px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}


span.article_seperator {
	display: block;
	height: 1.5em;
}

