@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;
	color: #330033;
	margin-left: 6px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	color: #330033;
}
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;
}
#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;
	margin-bottom: 0px;
}
#leftside p {
	margin-left: 20px;
	margin-right: 6px;
	color: #FFFFFF;
}
#leftside a {
	margin-right: 6px;
	color: #FFFFFF;
	text-decoration: underline;
}
#leftside h1 {
	color: #FFFFFF;
}
#leftside li {
	color: #FFFFFF;
}
#rightside {
	float: right;
	width: 471px;
	background-image: url(images/background_rightside.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-bottom: -10px;
}
#rightside p {
	margin-left: 10px;
	margin-right: 2px;
	color: #3F3F3F;
}
#rightside a {
	color: #330033;
}
#contentfooter {
	width: 756px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	background: #352E2C;
}
#homewrap {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}
#footer {
	background: #0F0705;
	width: 100%;
	text-align:center;
	color: #FFFFFF;
	padding-top:10px;
	font-size: 14px;
	font-weight: bold;
}

/* custom classes */
.cleartwo {
	clear: both;
	width: 756px;
	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;
}