@charset "utf-8";
/* CSS Document */

/* HTML definitions */
body {
	margin: 0 0 0 0;
	background-color: #0F0705;
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	color: #FFFFFF;
}
h3 {
	font-weight: bold;
	padding-left: 20px;
	padding-top: 0px;
	color: #FFFFFF;
}
/* Structure Div Definitions */
#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #0F0705;
}
#header {
	width: 756px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	text-align: right;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation {
	width: 100%;
	height: 34px;
	background:url(images/background_navigation.jpg);
	background-repeat:repeat-x;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	z-index:10000;
}
#contentarea {
	background: #352E2C;
	width: 100%;
}
#contentwrap {
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #352E2C;
	padding-right: 2px;
}
#leftside {
	float: left;
	width: 281px;
	background-image:url(images/background_leftside.jpg);
	background-repeat: repeat-x;
	background-color: #0F0705;
	padding-top: 10px;
}
#leftside p {
	margin-left: 20px;
	margin-right: 6px;
	color: #FFFFFF;
}
#leftside a {
	margin-right: 6px;
	color: #FFFFFF;
	text-decoration: underline;
}
#rightside {
	float: right;
	width: 471px;
	background-image: url(images/background_rightside.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#rightside p {
	margin-left: 10px;
	margin-right: 2px;
	color: #000000;
}
#contentfooter {
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	background: #352E2C;
}
#homewrap2 {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -6px;
	border-top-color: #999933;
	border-top-style:groove;
	border-top-style:solid;
	border-top-width:2px;

}
#homewrap2 a:link {
	color: #999933;
}
#homewrap2 a:visited {
	color: #999933;
}
#homewrap {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}

#homenews_left {
	width: 200px;
	height: 600px;
	overflow: visible;
	background-color: #FFFFFF;
	border-color: #999933;
	border-style:groove;
	border-style:solid;
	border-width:2px;
	float: left;
	font-size: 11px;
	color: #3F3F3F;
}
#homenews_left ol {
	margin-left: -8px;
}
#homenews_left a {
	color: #330033;
}
#homenews_right {
	width: 200px;
	height: 600px;
	overflow: visible;
	background-color: #FFFFFF;
	border-color: #999933;
	border-style:groove;
	border-style:solid;
	border-width:2px;;
	float: right;
	font-size: 11px;
	color: #3F3F3F;
}
#homenews_right a {
	color: #330033;
}

#footer {
	background: #0F0705;
	width: 100%;
	text-align:center;
}

/* custom classes */
.cleartwo {
	clear: both;
	width: 700px;
	height: 0px;
}
.homehead {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #330033;
	text-align: right;
	padding-top: 0px;
	padding-left: 4px;
}
.homenewshead {
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	color: #330033;
}
.homenewsgreen {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #999933;
}