/* CSS Document */

html {
height : 100%; 
} 
body {
	line-height : 120%;
	background-color: #4f4f4f;
	color : #151515;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
} 
.clr {
clear : both; 
} 
.outline {
	background : #4f4f4f;
	width: 800px;
}
#top{
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	background-color: #4f4f4f;
	width: 800px;
	float: left;
; clip:  rect(   )
}
#top_inner{
	padding-left: 620px;
	}
#top_menu{
	width: 800px;
	float: left;
	line-height: 26px;
}
#top_menu_inner{
	padding-left: 15px;
	line-height: 26px;
}
#pathway_text {
	overflow : hidden;
	display : block;
	height : 22px;
	line-height : 22px !important;
	line-height : 22px;
	padding-left : 2px;
	color : #151515;
	border: none;
	margin: 2px;
} 
#pathway_text img {
margin-left : 2px; 
margin-right : 2px; 
margin-top : 6px; 
} 
#buttons {
float : left; 
margin : 0; 
padding : 0; 
width : auto; 
} 
ul#mainlevel-nav {
list-style : none; 
padding : 0; 
margin : 0; 
font-size : 0.8em; 
} 
ul#mainlevel-nav li {
background-image : none; 
padding-left : 2px; 
padding-right : 2px; 
float : left; 
font-size : 10px; 
line-height : 22px; 
white-space : nowrap; 
} 
ul#mainlevel-nav li a {
display: block;  
padding-left : 15px; 
padding-right : 15px; 
text-decoration : none; 
color : #fff; 
border-bottom: 1px solid #fff;
} 
#buttons > ul#mainlevel-nav li a {
width : auto; 
} 
ul#mainlevel-nav li a:hover {
color : #a22700;
font-size:10px;
border-bottom-color: #a22700;
} 
#search_inner form {
padding : 2px; 
margin : 2px; 
} 
#search_inner .inputbox {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #131313;
background-color: #ffffff; 
} 
#header {
	background-color: #4f4f4f;
	width: 800px;
	height: 130px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
         padding:0px;
          margin:0px;
	/*float: left;*/
}
#header_inner{
	padding-left: 24px;
	padding-top: 12px;
}
#left_outer {
	float : left;
	width : 140px;
	padding: 2px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
} 
#left_inner {
float : none !important; 
float : left; 
}
#right_outer {
	float:left;
	width : 140px;
	border: 1px solid #3c3c3c;
	padding: 2px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
} 
#right_inner {
float : none !important; 
float : left; 
}
#content_outer {
	width : 800px;
	background-image: url(../images/main_content.gif);
	background-repeat: repeat-y;
	float: left;
} 
#main_content {
	float : none!important;
	float : left;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 1px;
	margin-right: 1px;
}
table.content_table {
	float: none;
} 
#user{
	float: left;
	width: 800px;
	height: 10px;
	background-image: url(../images/user.gif);
	background-repeat: no-repeat;
}
.user1_inner {
	float : none!important;
	float : left;
	border: 1px dashed #3c3c3c;
	padding: 2px;
	margin: 2px;
} 
.user2_inner {
	float : none!important;
	float : left;
	border: 1px dashed #3c3c3c;
	padding: 2px;
	margin: 2px;
} 
.error {
font-style : italic; 
text-transform : uppercase; 
padding : 5px; 
color : #3c3c3c; 
font-size : 14px; 
font-weight : bold; 
} 
.back_button {
float : left; 
text-align : center; 
font-size : 10px; 
font-weight : bold; 
border : 3px double #3c3c3c; 
width : auto; 
padding : 0 10px; 
line-height : 20px; 
margin : 1px;
background-color:#FFFFFF; 
} 
.pagenav {
text-align : center; 
font-size : 10px; 
font-weight : bold; 
border : none; 
width : auto; 
background-color: #fff;  
padding : 0 8px; 
line-height : 18px; 
margin : 1px;
color: #4f4f4f;  
} 
.pagenavbar {
margin-right : 100px; 
float : left; 
}
.pagenav:hover{
color:#a42700;
}
#footer {
	background-color: #4f4f4f;
	height : 62px;
	width : 800px;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	float: left;
}
#footer_inner{
	color: #fff;
	font-size: 9px;
	margin-top: 8px;
}
ul {
margin : 0; 
padding : 0; 
list-style : none; 
} 
li {
line-height : 15px; 
padding-left : 17px; 
padding-top : 0; 
background-image : url(../images/arrow.gif); 
background-repeat : no-repeat; 
background-position : 0 0 0 2px; 
} 
td {
	text-align : left;
	font-size : 11px;
} 
a:link, a:visited {
color : #151515; 
text-decoration : none; 
font-weight : bold;
border: 0px;
} 
a:hover {
	color : #a22700;
	text-decoration : none;
	font-weight : bold;
} 
table.contentpaneopen {
width : 600px; 
} 
table.contentpane {
width : 600px; 
} 
table.contentpaneopen fieldset {
border-bottom : 1px solid #3c3c3c; 
} 

h1 {
font-size:16px;
}

.button {
color : #3c3c3c;
background-color:#FFFFFF; 
font-family : Arial, Hevlvetica, sans-serif; 
text-align : center; 
font-size : 11px; 
font-weight : bold; 
border : 3px double #3c3c3c; 
width : auto; 
padding : 0 5px; 
line-height : 18px !important; 
line-height : 16px; 
height : 22px !important; 
height : 22px; 
margin : 1px;
}
.buttonheading{
}
.button:hover {
color:#a42700;
} 
.inputbox {
padding : 2px; 
border : 1px solid #3c3c3c; 
background-color : #fff; 
} 
.componentheading {
border: 1px solid #3c3c3c;
color : #f1f1f1;
background-color:#a22700; 
text-align : left; 
padding-top : 4px; 
padding-left : 4px; 
height : 22px; 
font-weight : bold; 
font-size : 10px; 
text-transform : uppercase;
margin: 2px;
} 
.contentcolumn {
padding-right : 5px; 
} 
.contentheading {
height : 24px;
border: none;
color : #000000; 
font-weight : bold; 
font-size : 14px; 
white-space : nowrap;
padding-left: 4px; 
} 
.contentpagetitle {
font-size : 13px; 
font-weight : bold; 
color : #f1f1f1; 
text-align : left; 
} 
table.searchinto {
width : 100%; 
} 
table.searchintro td {
font-weight : bold; 
} 
table.moduletable {
width : 100%; 
margin-bottom:15px; 
padding : 0;
} 
div.moduletable {
padding : 0; 
margin-bottom : 4px; 
} 
table.moduletable th, div.moduletable h3 {
color : #f1f1f1;
background-color:#4f4f4f; 
text-align : center; 
height : 22px; 
line-height : 22px; 
font-weight : bold; 
font-size : 10px; 
text-transform : uppercase; 
margin : 0 0 2px; 
} 
table.moduletable td {
font-size : 11px; 
padding : 0; 
margin : 0; 
font-weight : normal; 
} 
table.pollstableborder td {
padding : 2px;
} 
.sectiontableheader {
font-weight : bold; 
background : #f0f0f0; 
padding : 4px; 
} 
.sectiontableentry1 {
background-color : #ffffff; 
} 
.sectiontableentry2 {
background-color : #f1f1f1; 
} 
.small {
color : #7d937a; 
font-size : 10px; 
} 
.createdate {
height : 9px; 
padding-bottom : 2px; 
color : #a22700; 
font-size : 9px; 
} 
.modifydate {
height : 9px; 
padding-top : 2px; 
color : #a22700; 
font-size : 9px; 
} 
table.contenttoc {
border : 2px solid #3c3c3c; 
padding : 2px; 
margin-left : 2px; 
margin-bottom : 2px; 
} 
table.contenttoc td {
padding : 2px; 
margin-left : 2px; 
margin-bottom : 2px;
} 
table.contenttoc th {
color : #f1f1f1;
background-color: #a22700;
border: 2px solid #3c3c3c; 
text-align : left; 
padding-top : 2px; 
padding-left : 4px; 
height : 22px; 
font-weight : bold; 
font-size : 10px; 
text-transform : uppercase; 
} 
a.mainlevel:link, a.mainlevel:visited {
display : block; 
vertical-align : middle; 
font-size : 10px; 
font-weight : bold; 
color : #151515; 
text-align : left; 
padding-top : 4px; 
padding-left : 4px; 
height : 20px !important; 
height : 25px; 
text-decoration : none; 
border-top : 1px solid #3c3c3c; 
border-bottom : 1px solid #3c3c3c;
border-left : 1px solid #3c3c3c; 
border-right : 1px  solid #3c3c3c; 
} 
a.mainlevel:hover {
background-position : 0 -25px; 
text-decoration : none; 
color : #fff; 
background-color : #a22700;
font-size : 11px;
text-align : left;
} 
a.mainlevel#active_menu {
color : #a22700;
border-top : 1px solid #a22700; 
border-bottom : 1px solid #a22700;
border-left : 1px solid #a22700; 
border-right : 1px  solid #a22700; 
font-weight : bold;
font-size : 11px;
height : 20px !important; 
height : 25px; 
text-decoration : none;
text-align : right;
padding-right: 4px;
} 
a.mainlevel#active_menu:hover {
color : #fff; 
} 
a.sublevel:link, a.sublevel:visited {
padding-left : 4px; 
padding-top : 4px; 
vertical-align : middle; 
font-size : 10px; 
font-weight : bold; 
color : #151515; 
text-align : left; 
height : 20px !important; 
height : 25px; 
text-decoration : none; 
} 
a.sublevel:hover {
color : #a42700; 
text-decoration : none; 
} 
a.sublevel#active_menu {
color : #a22700; 
}
.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 #3c3c3c; 
} 
.mosimage {
border : 1px solid #3c3c3c; 
margin : 5px; 
} 
.mosimage_caption {
margin-top : 2px; 
background : #a22700; 
padding : 1px 2px; 
color : #fff; 
font-size : 10px; 
border-top : 1px solid #3c3c3c; 
} 
span.article_seperator {
display : block; 
height : 1.5em; 
}
.readon{
font-size: 10px;
}
.maintitle{
	font-family: "Courier New", Courier, mono;
	color:#fff;
	font-weight: bolder;
	float: left;
	padding-left: 50px;
	font-size: 36px;
	margin-top: 12px;
}
