@import url('../fonts/fonts.css');

body {
	background-image: url(../images/back.png);
	background-color: #E6C7B9; /* #e6c6b6;*/
	background-repeat: repeat-x;
	font-family: Sylfaen, serif;
	font-size: 12pt;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

#wrapper {
	width: 1000px;
	text-align: left;
	-moz-box-shadow: 0 0 10px 10px #000;
	-webkit-box-shadow: 0 0 10px 10px #000;
	box-shadow: 0 0 10px 10px #000;
	margin-top: 20px;
}

#header {
	width: 1000px;
	height: 269px;
	-moz-box-shadow: 5px 0 5px 5px #000 inset;
	-webkit-box-shadow: 5px 0 5px 5px #000 inset;
	box-shadow: -0px 0 5px 5px #000 inset;
	background-image: url(../images/banner.png);
}

#middle {
	width: 980px;
	min-height: 800px;
	background-image: url(../images/bg_left.png);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	padding: 10px;
	-moz-box-shadow: 0px 0px 5px 5px #000 inset;
	-webkit-box-shadow: 0px 0px 5px 5px #000 inset;
	box-shadow: 0px 0px 5px 5px #000 inset;
}

#left {
	width: 250px;
	float: left;
	padding-bottom: 20px;
	color: #000000;
}

#left a:link, #left a:visited {
	color: #000000;
	font-family: Sylfaen;
}

#left .moduletable {
	width: 250px;
}

#left .moduletable_menu {
	width: 250px;
}

#left .moduletable h3, #left .moduletable_menu h3 {
	text-align: center;
	text-decoration: underline;
	color: #000000;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
}

#left .moduletable_menu ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	line-height: 2em;
	list-style-type: disc;
}


#left .moduletable_menu ul li a:link, a:visited {
	color: #000000;
}

#left .moduletable_menu ul li a:hover, a:focus {
	text-decoration: underline;
}

#left .moduletable_menu ul li ul li {
	margin-left: -5px;
	font-size: 13pt;
	list-style-type: disc;
}

#left .moduletable_menu ul li ul li a span {
	margin-left: -10px;
}

#left .moduletable_menu ul li ul li a:hover {
	text-decoration: none;
}

#content_75 #newsticker {
width: 100%;
margin-bottom: 10px;
}

#content_75 #newsticker .moduletable{
width: 100%;
font-size: 16pt;
color: #00FFFF;
}

#content_75 {
	width: 710px;
	float:left;
	background-color: #FFFFFF;
	padding: 10px;
}

#content_100 {
	width: 1000px;
}

#content_75 .contentpaneopen, #content_100 .contentpaneopen {
	width: 100%;
}

#content_75 .contentpaneopen a.readon, #content_100 .contentpaneopen a.readon {
	float: right;
}

#content_75 .page-header h1, #content_75 .page-header h2, #content_100 .page-header h1, #content_100 .page-header h2 {
	width: 100%;
	text-align: center;
	font-size: 24pt;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20pt;
}

#content_75 a:link, #content_75 a:visited, #content_100 a:link, #content_100 a:visited {
	color: #000000;
}

#content_75 .contentpaneopen img, #content_100 .contentpaneopen img {
	margin: 5px 5px 5px 0px;
	width: 675px;	
}

#clear {
	clear: both;
}

#footer {
	width: 1000px;
	height: 55px;
	background-color: #e3d8c7;
	-moz-box-shadow: 5px 0 5px 5px #000 inset;
	-webkit-box-shadow: 5px 0 5px 5px #000 inset;
	box-shadow: -0px 0 5px 5px #000 inset;
}

#footer #menu {
	width: 366px;
	height: 46px;
	float: left;
	text-align: left;
	padding: 17px;
	font-size: 11pt;
	font-weight: bold;
}

#footer #copyright {
	width: 580px;
	height: 50px;
	float: right;
	text-align: right;
	padding: 10px;
	font-size: 10pt;
}