html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 12px;
	background: #2d2f2d url(../images/test.jpg) 600px 0px repeat-x;
}

a:link, a:visited {
	color: #6da7f1; 
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #c00;	
	text-decoration: underline;
	font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

div, p,  table, td, th {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #fff;	
}

fieldset {
	border: 1px solid #d2d8de;
}

#wrapper div, #wrapper p, #wrapper table, #wrapper td, #wrapper th {
	text-align: left;
}

span.pathway {
	padding-left: 10px;
	color: #394048;
}

div.componentheading {
  padding-left: 0px;
}

a.readon {
	margin-top: 10px;
	padding-right: 10px;
	line-height: 14px;
	height: 16px;
}

h1 {
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;	
}

h2, .contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #93938f;
	font-size: 18px;
	color: #9ab1ce;
}

h3 { 
	margin: 0;
	background: url(../images/wood_headers.jpg) 0 0 repeat-x;
}

.componentheading, #mainbody h3 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #AB290F;
	border-bottom: 1px solid #D2D8DE;
}

#mainbody h3 {
	line-height: 140%;
	height: 140%;
	padding: 0;
	text-indent: 0;
}

table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}

td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}

table.contentpaneopen, table.contentpane {
  width: 100%;
}

div.moduletable h3 {
	margin-left: -8px;
	margin-right: -7px;
	border: 0px solid #f00;
	margin-bottom: 10px;
	height: 29px;
	line-height: 29px;
	font-size: 14px;
	font-family:Arial Black, Helvetica, sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

#leftnav div.moduletable h3 {
	background: url(../images/wood_headers.jpg) 0 0 repeat-x;
}

#leftnav div.moduletable {

	background: url(../images/left_side_bg.jpg) 0 28px repeat-y;
}

#leftnav ul {
	padding-left: 10px;
	margin-left: 5px;
}

#leftnav li {
	margin-bottom: 5px;
}

div.moduletable {
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
}

.small {
	font-size: 10px;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: 10px;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: 10px;
  color: #666;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 155px;
	background-color: #272727;
	color: #ffffff;
	border: 1px solid #989898;
	margin: 5px 0px 10px 5px;
}

div#wrapper {
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		min-width: 904px;
		max-width: 904px;
		width: expression(document.body.clientWidth > 904? "904px": "auto" );
}

div#top {
	background: url(../images/f1859_header.jpg) 0 0 no-repeat;
	border-bottom: 1px solid #868786;
	width: 904px;
	height: 71px;
}

div#middle {
	background: #494832 url(../images/content_back.jpg) repeat-x;
	border-right: 1px solid #080808;
	border-left: 1px solid #080808;
	border-top: 1px solid #000;
}

div#bottom div div {
	background: url(../images/f1859_footer.jpg) 100% 0 no-repeat;
	height: 44px;
	padding-top: 8px;
	padding-right: 16px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #032a5b;
	text-align: right;
}

table.contentarea {
	background: #494832 url(../images/content_back.jpg) repeat-x;
}

#leftnav {
	width: 180px;
	border-left: 1px solid #868786;
	border-right: 1px solid #000;
	background: url(../images/left_side_bg.jpg) 0 0 repeat-y;
}

#leftborder {
	border-left: 1px solid #D3D8DE;
}

div#mainbody { 
	padding: 12px;
}

#rightnav {
	width: 180px;
	border-left: 1px solid #000;
	border-right: 1px solid #868786;
	background: #494832
}

#rightbody {
	background: #494832 url(../images/right_side_bg.jpg) 0 0 repeat-x;
}

#pathway{
	background: url(../images/wood_headers.jpg) 0 0 repeat-x;
	padding-top: 0px;
	height: 29px;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

table.moduletable {

    width: 180px;
}

body.contentpane {
	background: #fff;
}
