#CSS 
.clr {
	clear: both;
}

.outline {
	background: #F2F0C9 url(../cssimages/body_bg.png) repeat-y;
	padding: 0px;
}

#pathway_outer {
	width: 803px;
	float: left;
	margin: 0px;
	background: #F2F0C9 url(../cssimages/body_bg.png) repeat-y;
}

#pathway_inner {
	float: none !important;
	float: left;
	height: 21px;
}

#pathway_text {
	overflow: hidden;
	float: left;
	display: block;
	padding-top: 4px;
	height: 18px;
	padding-left: 5px;
}

a.pathway {
}

#buttons {
	float: right;
	margin: 0;
	padding: 0;
	width: 50%;
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding: 0;
	float: right;
	margin: 0;
	width: auto !important;
	width: 15%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-left: 1px solid #cccccc;
}

ul#mainlevel-nav li a {
	width: 100%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons ul#mainlevel-nav li a { width: auto; }
	ul#mainlevel-nav li a:hover
{
	color: #ffcc00;
	background: #D84203;
}

#search_outer {
	float: left;
	width: 128px;
}

#search_inner {
	padding: 0;
	height: 21px !important;
	height: 23px;
	overflow: hidden;
}

#search_inner form {
	padding: 0;
	margin: 0;
}

#search_inner .inputbox {
	border-left:solid 4px #3C3C3C;
	padding: 3px 3px 3px 5px;
	font-size: 11px;
	color: #3C3C3C;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0;
}

#header {
	float: left;
	padding: 0;
	margin: -1px 0 0 0;
	width: 970px;
	height: 125px;
	background: url(../cssimages/header2.png) no-repeat;
}

#left_outer {
	float: left;
	margin-top: 2px;
	width: 183px;
}

#left_inner {
	padding: 60px 0 0 6px;
	float: none !important;
	float: left;
	min-height: 500px;
}

#content_outer {
	padding: 0;
	margin-top: 0;
	margin-left: 2px;
	float: left;
	width: 635px;
}

#content_inner{
	float: none !important;
	float: left;
	padding: 0px;
	margin: 0;
}

table.content_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0;
	margin: 0;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
	float: none !important;
	float: left;
	padding: 2px;
}


.user1_inner {
	float: none !important;
	float: left;
	margin: 0;
	padding: 2px;
}

.user2_inner {
	float: none !important;
	float: left;
	margin: 0;
	padding: 2px;
}

table td.body_outer {
	padding: 0px;
}

#active_menu {
	color:#000;
	font-weight: bold;
}

a#active_menu:hover {
	color: #000;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
	text-transform: uppercase;
	padding: 5px;
	color: #135CAE;
	font-size: 13px;
	font-weight: bold;
}

.message {
	font-style: italic;
	text-transform: uppercase;
	padding: 5px;
	color: #000;
	font-weight: bold;
}

.back_button {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background: url(../cssimages/button_bg.png) repeat-x;
	padding: 0 10px;
	line-height: 20px;
	margin: 1px;
}

.pagenav {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background: url(../cssimages/button_bg.png) repeat-x;
	padding: 0 10px;
	line-height: 20px;
	margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	padding:0 0 0 15px;
	background-image: url(../cssimages/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

td {
	text-align: left;
}

body {
	margin-top: 1px;
	height: 100%;
	padding: 0;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	color: #333333;
	background:#3b3b3b;
	line-height: 17px; 
}

a:link, a:visited {
	color: #135cae; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0b3768; 
	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
	width: 99%;
	margin: 0px 10px 0 10px;
}

table.contentpaneopen td {
	padding: 0px;
}

table.contentpaneopen td.componentheading {
	padding: 0px;
}

table.contentpane {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 5px 0 0 15px;
}

table.contentpane td {
	margin: 0;
	padding: 0;
}

table.contentpane td.componentheading {
}

.button {
	color: #3C3C3C;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background: url(../cssimages/button_bg.png) repeat-x;
	padding: 0px 5px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #f6ef96;
	font-size: 11px;
}

.componentheading {
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	background: url(../cssimages/contenthead.png) top left repeat-x;
	color: #666666;
	text-indent: 15px;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
	padding-left: 10px;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	background: url(../cssimages/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding: 4px 0 0 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
	padding: 2px;
}

.sectiontableheader {
	font-weight: bold;
	background: #f0f0f0;
	padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

table.contenttoc {
	padding: 2px;
	margin: 0 0 2px 2px;
}

table.contenttoc td {
	padding: 2px;
}

table.contenttoc th {
	background: url(../cssimages/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding: 2px 0 0 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	color: #3C3C3C;
	text-align: left;
	padding: 5px 0 0 18px;
	height: 20px !important;
	height: 25px;
	width: 152px;
	text-decoration: none;
	margin-left: 4px;
}

a.mainlevel:hover {
	background:#EFEFEF;
	border-right: 4px solid #4C597C;
	text-decoration: none;
	color: #333333;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-align: left;
}

a.sublevel:hover {
	color: #C43C03;
	text-decoration: none;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
	margin: 0;
 	padding: 0;
}

div.mosimage {
	border: 1px solid #ccc;
}

.mosimage {
	margin: 5px
}

.mosimage_caption {
	margin-top: 2px;
	background: #efefef;
	padding: 1px 2px;
	color: #666;
	font-weight: normal;
	font-size: 10px;
	border-top: 1px solid #cccccc;
}

#footer {
	padding:0;
	margin:0;
}

.bannergroup-center {
	text-align:center;
	padding: 3px;
	margin: 10px auto;
}

.banneritem-center {
	text-align:center;
	padding: 3px;
	margin: 10px auto;
	color:#fff
}

.credits {
	color:#fff;
	text-align:center;
	margin:3px auto;
}

#form-login-username input, #form-login-password input { 
	width:90%;
	margin-left:4px;
}

#form-login-username label, #form-login-password label, #form-login-remember label {
margin-left:4px;
}

a img {
	border:0;
}

ol li {
	background-image:none;
}

#bottom {
	padding-top: 6px;
	color: #000;
	height: 30px;
	background: url(../cssimages/footer_bg.png) repeat-x;
	width: 970px;
	font-size: 11px;
}

td.article_column {
	width: 600px;

}
