@charset "utf-8";
/* CSS Document */
/* --------- base styles ----------*/
* {
	padding:0;
	margin: 0;
}
body {
	background-color: #faf9f4;
	text-align:center;
	font-size:85%;
	margin:0;
	padding:0;
	}
#outerwrapper {
	background-image: url('images/dropshadowbg.jpg');
	background-repeat: no-repeat;
	width: 790px;
	height: 820px;
	position: relative;
	text-align: left; /* the auto margins (in conjunction with a width) center the page */
	margin: 0 auto
	}
#wrapper {
	position: relative;
	top:0px;
	text-align: left; /* the auto margins (in conjunction with a width) center the page */
	background-position: center;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-bottom: 0px;
	width: 750px;
} 
/*------------------topcontent styles --------------------------*/
#wrapper #topcontent {
	float: left;
	padding: 0px;
}
#wrapper #topcontent #intro {
	width: 735px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#topcontent #intro p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.0em;
}
/* ----------------- header styles ---------------*/
#header {
	border-style:none;
	border-width:0px;
	height: 151px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-position: left top;
	left: 0px;
	top: 0px;
}
#header h1 {
	margin-left: -9999px;
}	
#wrapper #header img {
	background-position: right bottom;
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 151px;
	right: 0px;
	bottom: 0px;
	width: 750px;
}

#menubar {
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
	height: 24px;
}
#menubar td {
	background-position: right;
	text-align: right;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 18px;
	padding-left: 0px;
	padding-top: 2px;
	font-size: 95%;
}
#menubar p {
	background-position: right;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menubar a {
	color: #512800;
	text-decoration: none;
}
#menubar a:hover {
	color: #FEBB00;
	text-decoration: none;
}
/*#menubar a:active {
	color: #512800;
	text-decoration: none;
}
#menubar a:visited {
	color: #512800;
	text-decoration: none;
}*/

#clear {
	clear:both;
	margin:0;
	padding:0;
	}

/* --------------------- sidebar styles ------------------------ */
#sidebar {
	float: left;
	width: 171px;
	position: absolute;
	background-image: url('../images/grey.gif');
	top: 294px;
	left: 2px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 402px;
	margin-top: 0;
	margin-right: 55px;
	margin-bottom: 25px;
	margin-left: 0
}
#sidebar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2.8em;
	list-style-position: inside;
	list-style-type: disc;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*#sidebar #box1 ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 2em;
	list-style-position: inside;
	list-style-type: disc;
}*/
#sidebar a {
	color: #512800;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FF0000;
	text-decoration: none;
}
#outerwrapper #wrapper #sidebar img {
	padding-left: 0px;
	margin-right: 5px;
	margin-left: 10px;
}

/* --------------------- content styles ------------------------ */
#mainContent {
	float: right;
	width: 535px;
	height: 463px;
	clear: both;
	position: absolute;
	left: 211px;
	top: 282px;
}
#mainContent #box1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent #box1 td {
	background-position: center;
	text-align: center;
}
#mainContent #box1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	line-height: 1.2em;
}
#mainContent #box1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #660000;
	text-decoration: none;
	display: block;
}
#mainContent #box1 a:hover {
	color: #FEBB00;
	text-decoration: none;
}


#mainContent #box2 {
	position:relative;
	z-index:9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#mainContent #box2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #902123;
	text-decoration: none;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#mainContent #box2 a {
	color: #660000;
	text-decoration: underline;
}
#mainContent #box2 a:hover {
	color: #FEBB00;
	text-decoration: underline;
}
#mainContent #box2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #902123;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#mainContent #box2 td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 1em;
}
#mainContent #box2 td a {
	font-family: Arial, Helvetica, sans-serif;
	color: #996600;
	text-decoration: underline;
}
#mainContent #box2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #902123;
	text-decoration: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#mainContent #box2 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
	margin: 0px;
}



#footer {
	position:absolute;
	width:755px;
	height:19px;
	z-index:10;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	top: 762px;
}
#footer table tr {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
#footer a {
	color: #660000;
	text-decoration: none;
}
#footer a:hover {
	color: #FEBB00;
	text-decoration: none;
}

