/* CSS Document */

body {
	background-color: #40245e;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	min-width: 800px;
	}

#sidebar {
	position: absolute;
	width: 300px;
	left: 10px;
	top: 10px;
	background-color: #FFF;
	float: left;
	}
#sidebar .head {
	background-color: #407545;
	background-image: url('images/sb-head_new.jpg');
	background-repeat: none;
	height: 162px;
	}
#sidebar .body {
	background-color: #FFF;
	background-image: url('images/sb-body.jpg');
	background-repeat: repeat-y;
	padding: 15px 15px 0 15px;
	}
#sidebar .foot {
	background-color: #FFF;
	background-image: url('images/sb-foot.jpg');
	background-repeat: none;
	height: 18px;
	}
#sidebar h2 {
	color: #40245e;
	font-weight: bold;
	font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: 0;
	}
#sidebar p {
	margin-top: 0.7em;
	margin-bottom: 0;
	}
#sidebar cite {
	color: #b9cdba;
	font-style: normal;
	font-size: 0.8em;
	}
#sidebar cite a {
	color: #94c596;
	text-decoration: none;
	border-bottom: 1px dotted #94c596;
	}
#sidebar a {
	color: #40245e;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	}
#sidebar a:hover {
	border-bottom: 1px dotted #000;
	color: #000;
	}
#sidebar ul {
	padding: 0;
	margin: 0 0 0 10px;
	}
#sidebar li {
	padding: 0px;
	margin: 5px 0 0 0;
	list-style-type: none;
	}

#container {
	position: relative;
	width: 600px;
	left: 320px;
	min-height: 80%;
	}

#content {
	position: relative;
	background-color: #FFF;
	background-image: url('images/main-bg-all.jpg');
	background-repeat: repeat-y;
	width: 100%;
	top: 10px;
	min-height: 80%;
	}
#content .top {
	background-image: url('images/main-top-all.jpg');
	margin-left: 0;
	height: 19px;
	width: 100%;
	font-size: 2px;
	text-align: left;
	}
#content .main {
	background: url('images/content-bg.jpg') 10px 0 no-repeat;
	}
#content .bottomleft {
	float: left;
	background-image: url('images/main-bottom.jpg');
	margin-left: 0;
	height: 19px;
	width: 50%;
	font-size: 2px;
	text-align: left;
	}
#content .bottomright {
	float: right;
	background-image: url('images/main-bottom.jpg');
	background-repeat: repeat-x;
	margin-top; -19px;
	height: 19px;
	width: 50%;
	font-size: 2px;
	text-align: right;
	margin-right: 0;
	}
#content .photo {
	border: 1px solid #363;
	}
#content .title {
	margin-bottom: 5px;
	}
#content p {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-top: 0.6em;
	}
#content .indent {
	margin-left: 50px;
	}
#content form {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-top: 0.6em;
	}
#content h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 20px;
	}
#content h2 {
	font-size: 1em;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 0;
	margin-top: 1.3em;
	color: #506d51;
	}
#content a {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #506d51;
	}
#content a:hover {
	border-bottom: 1px dotted #333;
	color: #333;
	}
#content li {
	margin-bottom: 0.6em;
	margin-right: 15px;
	}

#navbar {
	position: relative;
	background-color: #FFF;
	width: 600px;
	height: 35px;
	text-align: left;
	background: url('images/nav-off_newer.gif') no-repeat;
	}
#menu {
	position: relative;
	width: 570px; height: 35px;
	left: 15px;
	background: url('images/nav-off_newer.gif') -15px #FFF;
	margin: 0; padding: 0;
	}
#menu span {
	display: none;
	}
#menu li {
	margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
	}
#menu li, #menu a {
	height: 35px; display: block;
	}
#option1 { left: 0; width: 115px; }
#option2 { left: 115px; width: 115px; }
#option3 { left: 230px; width: 110px; }
#option4 { left: 340px; width: 115px; }
#option5 { left: 455px; width: 115px; }
#option1 a:hover {
	background: transparent url('images/option1_newer.gif') no-repeat;
	}
#option2 a:hover {
	background: transparent url('images/option2_newer.gif') no-repeat;
	}
#option3 a:hover {
	background: transparent url('images/option3_newer.gif') no-repeat;
	}
#option4 a:hover {
	background: transparent url('images/option4_newer.gif') no-repeat;
	}
#option5 a:hover {
	background: transparent url('images/option5_newer.gif') no-repeat;
	}