body {
	//background-image: url(images/bg_repeat.jpg);
	background-repeat: repeat-x;
	background-color: #444242;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
}

#site_container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	left: 1px;
	min-height:800px;
}

#sidebar {
	position: absolute;
	width: 200px;
	top: 0px;
	left: 30px;
	background-color: #003F87;
	//background-color: #2F4F4F;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
	min-height:655px;
	height: 100%;
}

#sidebar p {
	color: #FFFFFF;
	font-size: 1.2em;
	padding-left: 20px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: block;
	width: 200px;
	list-style-type: none;
	color: #FFFFFF;
	font-size: 1.3em;
}

#navigation a {
	color: #FFFAFF;
	text-decoration: none;
	display: block;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	width: 180px;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B4CDCD;
}

#navigation .currentLink {
    width:176px;
    background: #B4CDCD;
    border: 2px solid #AAAAAA;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#sidebar_logo {
    background-color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 41px;
}

#page_content {
    position:relative;
    width:530px;
    left: 250px;
    padding-bottom: 20px;
    top: 0px;
    font-size: 1.3em;
}

#page_content .centered {
    margin-left:auto;
    margin-right:auto;
    width:500px;
}

#small_right_container {
	float: right;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 15px;
	color: #000000;
	font-style: normal;
	width: 155px;
}
#small_right_container p {
	background-color: #E7DBDB;
	padding: 5px;
}

#page_content a{
	color: #333333;
	text-decoration: underline;
}

h1 {
	color: #444444;
	font-size: 1.8em;
	font-weight: bold;
}

h5 {
	color: #444444;
	font-weight: bold;
}

label {
    float:left;
    width: 200px;
}

.radioButtons {
    float:right;
    width:300px;
}

img {
    width:100%;
}

#footer_container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	padding-top: 5px;
}
#footer_content {
	color: #FFFFFF;
}
#footer_content ul {
	padding: 0px;
	margin: 0px;
}
#footer_content li {
	float: left;
	list-style-type: none;
	padding-left: 8px;
}
#footer_container a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer_container a:hover {
	text-decoration: underline;
}
#footer_content_right {
	color: #FFFFFF;
	float: right;
}