@charset "utf-8";
/* CSS Document */
* { 
	margin:0px;
}
/**************** Text Styles ***************/
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#6f3587;
	font-weight:bold;
	font-style:italic;
	padding-left:20px;
	padding-top:20px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#574007;
	font-weight:bold;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	padding-top:10px;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #574007;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	padding-top:13px;
}
.smallCaps {
	text-transform:uppercase;
	font-size:10px;
}	
/**************** Body ***************/
body {
	background-color:#f6f5ed;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#wrapper {
	margin-top:10px;
	width:800px;
	position:relative;
	left:50%;
	margin-left:-400px;
	background-color:#6f3587;
}
#header {
	width:800px;
	height:175px;
	border-bottom-style: solid;
	border-bottom-color: #574007;
	border-bottom-width: 3px;
}

#header img
{
	border: none;
}
/**************** Left Side ***************/
#leftSide {
	width:200px;
	float:left;
}
#leftSide .subpages {
	width:200px;
	background-color:#6f3587;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #574007;
}
#leftSide .navigation {
	width:203px;
	height:250px;
	background-color:#6f3587;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#e7d3ee;
	font-weight:normal;
}
#leftSide .navigation .homepage
{
	width: 290px;
}
#leftSide .navigation a {
	color:#e7d3ee;
	text-decoration:none;
	background-image:url(images/BulletOff.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
#leftSide .navigation a:hover {
	color:#ffffff;
	text-decoration:none;
	background-image:url(images/BulletOn.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
#leftSide .navigation .active {
	color:#ffffff;
	text-decoration:none;
	background-image:url(images/BulletOn.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
#leftSide .navigation ul {
	padding-left:30px;
	padding-top:20px;
}
#leftSide .navigation li {
	list-style-type: none;
	padding-top:8px;
}
#leftSide .whatsNew {
	width:200px;
	height:100px;
	background-color:#ffffa0;
	/*background-color:#e0d470;*/
	border-left-width: 3px;
	border-bottom-width: 3px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #574007;
	border-bottom-color: #574007;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #574007;
}
#leftSide .whatsNew p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}
#leftSide .newsletter {
	width:200px;
	height:100px;
	background-color:#e7d3ee;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #574007;
	border-bottom-color: #574007;
}
#leftSide .newsletter p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#761c9b;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}
#leftSide .subpages {
	background-color:#6f3587;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #574007;
}
/**************** Right Side ***************/
#rightSide {
	width:597px;
	/*height:459px;*/
	float:right;
	background-color:#e2d7c2;
}

#rightSide hr
{
	width: 95%;
	margin: 0 auto;
}

#rightSide a {
	color:#6f3587;
	text-decoration:none;
}
#rightSide a:hover {
	/*color:#e7d3ee;*/
	text-decoration:underline;
}
#rightSide .top {
	height:250px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #574007;
}
#rightSide .top p
{
	font-size: 0.95em;
}
#rightSide .main {
	background-color:#e2d7c2;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #574007;
}
#rightSide .left {
	width:300px;
	height:206px;
	float:left;
	background-color:#888a65;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #574007;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #574007;
}
#rightSide .left td {
	font-size:12px;
}
#rightSide .left a {
	color:#000000;
	text-decoration:none;
}
#rightSide .left a:hover {
	color:#574007;
	text-decoration:none;
}
#rightSide .left img {
	border:1px solid #000000;
}

#rightSide .right {
	width:294px;
	height:206px;
	float:right;
	background-color:#da9552;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #574007;
}
#rightSide p {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
#rightSide li {
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
#wrapperBottom {
	clear:both;
	width:800px;
	height:3px;
	background-color:#574007;
}
/**************** Footer ***************/
#footer {
	clear:both;
	width:800px;
	position:relative;
	left:50%;
	margin-left:-400px;
	font-size:12px;
}
#footer .address {
	width:400px;
	height:40px;
	float:left;
	text-align:left;
	margin-top:10px;
	font-weight:bold;
}
#footer .statcounter {
	width:400px;
	height:40px;
	float:right;
	text-align:right;
	margin-top:2px;
}
#footer .copy {
	clear:both;
	width:800px;
	position:relative;
	left:50%;
	margin-left:-400px;
	text-align:center;
	font-size:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c3a164;
}
