/* SITE LAYOUT */
body {
	font: 69% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #212121;
	color: #c0c0c0;
}

#container {
	width: 800px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	color: #c0c0c0;
}

.header {
	width: 800px;
	height: 130px;
	background: #ffffff url(../images/header1.jpg) no-repeat top left;
}

/* box model fixer */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#topbar {
	background: #ffffff  url(../images/bg_topbar.gif) repeat-x top left;
	width: 800px;
	height: 30px;
	border-top: 2px solid #ffffff;
	text-align: left;
}

.pathway {
  font-weight: bold;
  font-size: 10px;
  color: #000000;
  padding-left: 5px;
  padding-top: 15px;
  text-transform: uppercase;
}

a.pathway, a.pathway:link, a.pathway:visited {
	text-decoration: none;
 	color: #ff0303;
	font-weight: bold;	
}

a.pathway:hover {
	text-decoration: underline;
}

.accessibility {
	float: right;
	padding-right: 20px;
	padding-top: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #ff0303;
}

#main {
	margin: 0px auto;
	padding: 0px;
 	background: url(../images/bg_main.gif) repeat-y top left #212121;
	clear: both;
    color: #c0c0c0;
}

.left {
	float: left;
	padding: 5px 5px 5px 5px;
	width: 145px;
	color: #000000;
}

.mainbody-wide {
 	padding-top: 15px;
 	color: #c0c0c0;
 	width: 500px;
 	padding-bottom: 10px;
    float: left;
    line-height: 130%;
    text-align: left;
}

.banner {
	width: 468px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#footer {
	clear: both;
	width: 800px;
	text-align: center;
	padding: 12px 6px 6px 0;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	font-size: .9em;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#footer li {
	line-height: normal;
	background: none;
	padding: 0;
	display: inline;
}

#footer a {
	padding: 0 12px 0 0;
	color: #c0c0c0;
	font-weight: normal;
}

#footer a:hover, #footer a:active {
	color: #c0c0c0;
}

.copyright {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
	font-size: .9em;
}

a.mainlevel, a.mainlevel:link, a.mainlevel:visited {
	display: block;
	text-decoration: none;
	padding: 5px 5px 0px 5px;
	color: #ff0303;
	width: 135px;
	height: 1.2em;
	white-space: nowrap;
	margin-top: 5px;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	text-transform: uppercase;
}

a.mainlevel:hover {
	color: #ff0303;
	white-space: nowrap;
	text-decoration: underline;
}

a, a:link, a:visited {
	text-decoration: none;
 	color: #ff0303;
}

a:hover {
	text-decoration: underline;
	color: #c0c0c0;
}

ul {
	list-style: none;
	padding-bottom: 10px;
	margin: 0;
	text-align: left;
}

li {
	background: url(../images/screw30.gif) no-repeat top left;
  padding-left: 25px;
  text-align: left;
}

.contentpane {
	width: 468px;
	font-size: 1em;
}

.contentpaneopen {
  margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

.contentheading, h5, h3, h1 {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: left;
}

.componentheading {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: left;
}

a.readon, a.readon:link {
	text-decoration: none;
 	color: #ff0303;
	font-size: .9em!important;
  font-size: .8em;
	float: right;
}

a.readon:hover {
	text-decoration: underline;
	color: #c0c0c0;
}

.back_button, .back_button a, back_button a:link {
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
 	color: #ff0303;
	float: right;
}

.back_button a:hover {
	text-decoration: underline;
  color: #c0c0c0;
}

.small, .createdate, .modifydate {
	font-size: 1em;
	color: #c0c0c0;
}

.mosimage {
	padding: 2px;
	margin-right: 5px;
}

.mosimage img {
	margin: 0 6px 0 0!important;
	margin: 0 0 0 -6px;
	border: 2px solid #EFEFEF;
}

.mosimage_caption {
	background-color: #eeeeee;
	border: solid 1px #999999;
	font-size: 1em;
	font-weight: bold;
	white-space: nowrap;
	margin: 3px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

table.moduletable {
	margin-bottom: 10px;
}

p, td, ul {
  color: #c0c0c0;
	font-size: 1em!important;
	font-size: 0.9em;
	text-align: left;
}

img, a img {
	border: none;
}	
