@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	color: #8B8B8B;
}
a {
	color: #6AA9C9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
#background_container {
	min-height: 100%;
	width: 980px; /* Key width */
	padding-right: 10px; /* Added to total width */
	padding-left: 10px; /* Added to total width */
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/op_bg_ptn.gif);
	background-repeat: repeat-y;
}
#header_container {
	background-color: #FFF;
	float: left;
	height: 102px;
	width: 940px; /* Key width */
	padding-right: 20px;
	padding-left: 20px;
}
#user_links {
	position: relative;
	top: 0px;
	text-align: right;
	float: right;
	padding-top: 5px;
}

#header_logo {
	height: 55px;
	width: 210px;
	position: relative;
	left: 0px;
	top: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#search_container {
	float: left;
	height: 23px;
	width: 940px; /* Key width */
	background-image: url(images/op_nav_ptn.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#simple_search_container input {
	background-color: #FFF;
	height: 19px;
	width: 200px;
	padding: 1px;
	border: 1px solid #CCC;
}
#main_stage {
	width: 940px; /* Key width minus padding*/
	padding: 20px;
	float: left;
}
#content_navigation {
	float: left;
	width: 210px;
}
#content_container {
	float: right;
	width: 712px;
}
#footer_clear_space { /* needed to make room for footer */
	height: 22px;
	width: 980px; /* Key width */
	clear: both;
}
#footer_container {
	background-color: #ECECEC;
	height: 11px;
	width: 940px; /* Key width */
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -22px;
}
#footer_links {
	float: left;
}
#footer_copyright {
	float: right;
}
.inline_spaced_containers {
	float: left;
	padding-right: 10px;
}
.body_small {
	font-size: 11px;
}
.body_small a {
	color: #8B8B8B;
}
.link_pod_1_top {
	float: left;
	height: 10px;
	width: 210px;
	background-image: url(images/pod_1_top.gif);
	background-repeat: no-repeat;
}
.link_pod_1_container {
	float: left;
	width: 188px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.link_pod_1_bottom {
	float: left;
	width: 210px;
	margin-bottom: 20px;
	height: 10px;
	background-image: url(images/pod_1_bot.gif);
}
.link_pod_1_container ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.link_pod_1_container ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.link_pod_1_container h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
