@charset "utf-8";
body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #552A00;
}

#header {
	height: 100px;
	background-image: url(images/header_bg.jpg);
	width: 990px;
}

#page {
	width:990px;
	height: 570px;
	background-color: #FFFFCB;
	background-attachment: fixed;
}

#topmenucontainer {
	margin-left:0px;
	border-bottom-width: 1px;
	border-bottom-color: #552A00;
	border-bottom-style: solid;
}

#topmenucontainer ul {
	margin:0;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#FFFFCB;
	height: 20px;
	padding-left: 0px;
	padding-top: 6px;
	font-weight: bold;
}

#topmenucontainer ul li {
display:inline;
}

#topmenucontainer ul li a {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFCB;
	background-image: url(images/top_btn_bg.jpg);
	padding-top: 3px;
	padding-bottom: 6px;
}

#topmenucontainer ul li a:visited {
	color: #FFFFCB;
}

#topmenucontainer ul li a:hover {
	color: #DAA01A;
}
#topmenucontainer #active_s {
	color: #DAA01A;
}

#sidemenu_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	padding-left: 15px;
	color: #000000;
	font-weight: bold;
}

#sidemenu_container {
	width:190px;
	height:380px;
	float:left;
}

#sidemenu {
	padding-top: 20px;
}

#sidemenu a {
	text-decoration: none;
	display: block;
	padding-left: 15px;
	width: 175px;
	padding-top: 8px;
	border-bottom-width: 1px;
	border-bottom-color: #552A00;
	border-bottom-style: solid;
	color: #552A00;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	font-weight: bold;
}

#sidemenu a:visited {
	color: #552A00;
}

#sidemenu a:hover {
	color: #DAA01A;
}
#sidemenu #active {
	color: #DAA01A;
}

#content_container {
	width:800px;
	float:left;
	overflow: auto;
	height: 420px;
}

#content .button a:link {
	color:#FFFFFF;
	font-weight:bold;
}

#content .button a:visited {
	color:#FFFFFF;
	font-weight:bold;
}

#content {
	font-size: 11px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #552A00;
	width: 730px;
}

#content a:link {
	text-decoration: none;
	color: #552A00;
}

#content a:visited {
	text-decoration: none;
	color: #552A00;
}

.pagetitle {
	color: #552A00;
	font-size: 18px;
	line-height: 1.3em;
	margin-top: 15px;
	border-bottom-style: solid;
	border-bottom-color: #552A00;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	width: 600px;
}

dt {
   font-weight: bold;
}

dd {
	margin-left: 10px;
	line-height: 1.4em;
}

#footer {
	height:30px;
	font-size: 11px;
	width: 990px;
	float: left;
	color: #552A00;
	padding-top: 0px;
	background-color: #FFFFCB;
	border-top-width: 1px;
	border-top-color: #552A00;
	border-top-style: solid;
	font-weight: bold;
}

#footer a {
	text-decoration:none;
	color: #552A00;
}

#footer a:link {
	text-decoration:none;
	color: #552A00;
}

#footer a:visited {
	text-decoration:none;
	color: #552A00;
}
