@charset "utf-8";
body {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 26px;
	display: block;
	padding-right: 12px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5e5e5e;
}
h2 {
	margin-bottom: -10px;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EEB815;
}
h3 {

}
a:link, a:visited {
	font-weight: bold;
	color: #5B5B5B;
	text-decoration: none;
}
a:active, a:hover {
	color: #000000;
	text-decoration: underline;

}
#navigation {
	background-color: #C9C9CB;
	height: 53px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EEB815;
	padding-left: 200px;
	background-image: url(images/chromed_top.jpg);
	background-repeat: repeat-x;
	padding-top: 3px;
}
#navigation a:link, #navigation a:visited {
	color:#000000;
	margin-top: 1px;
	margin-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #000000;
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 20px;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;

}
#navigation a:hover, #navigation a:active {
	background-color: #EEB815;
	text-decoration:none;
}
#mainSection {
	background-color: #C9C9CB;
	height: 100%;
	background-image: url(images/sidebar_stripe.gif);
}
#sideBar {
	width: 176px;
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 75px;
	float:left;
	position:absolute;
	background-image: url(images/sidebar_top_bg.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#content {
	padding: 15px;
	background-color: #ffffff;
	background-image: url(images/strawman_logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float:right;
	margin-left: 200px;
	min-height:550px;
}
#footer {
	clear:both;
	font-size: 10px;
	padding-left: 200px;
}

