/* CSS Document */

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

body {
	margin: 0;
	padding: 0;
	height:  100%;
	background-color : #525252;
	color : #003300;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif, ����;
	color: #000;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif, ����;
	color: #333;
}

th {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif, ����;
	/*padding: 5px 0;
	margin: 5px 0;
	background-image: url(../../../pic/headerbg.gif);*/	/*border-bottom: 1px solid #ccc;*/
	height: 30px;
	padding-top: 8px;
	padding-left: 15px;
	top: 0px;

}

h3, .componentheading {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif, ����;
	/*padding: 5px 0;
	margin: 5px 0;*/
	background-image: url(../../../pic/headerbg.gif);	/*border-bottom: 1px solid #ccc;*/
	height: 30px;
	padding-top: 8px;
	padding-left: 15px;
	top: 0px;

}

td, p, div, span {
	font-family: Helvetica, Arial, sans-serif, ����;
	font-size: 12px;
	color: #333;
	line-height: 130%;
	text-align: left;
}

.componentheading {
	padding: 0;

}

.contentheading {
	height: 28px;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif, ����;
	color: #333;
	font-weight: bold;
}

.buttonheading {
	vertical-align: bottom;
}

.sectiontableheader {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

table.contenttoc {
	margin: 5px;

	border: 1px solid #ccc;
	padding: 5px;
}

span.small, td.createdate {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

a.mainlevel {
	display: block;
	background: url(../images/menu_bullet.png) 0 -3px no-repeat;
	padding-left: 20px;
	height: 20px;
}

div.clr {
	clear: both;
}

div#wrapper {
	height: 100%;
	margin-left: auto;
	margin-right: auto;

	min-width: 750px;
	max-width: 1180px;
	width: expression(document.body.clientWidth > 1180? "1180px": "auto" );

/*	width: 950px; */
	text-align: center;
	
}

div#wrapperbg {
	margin: 0 10px;
	background: #fff;
}

div#header {
	height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;	
}

div#header_logo {
	float: left;
	height: 60px;
	width: 20%;
	text-align: left;
}

div#header_banner {
	height: 60px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}

div#horizmenusep {
	height:1px;
	overflow: hidden;
	background: #3366cc;
}

/* horizmenu */
div#horizmenu {
	white-space: nowrap;
	line-height: 20px;
	height: 20px;
	padding-left: 15px;
	background: #e5ecf9;
}

div#horizmenu_left {
	white-space: nowrap;
	width: 49%;
	float: left;
}

div#horizmenu_right {
	white-space: nowrap;
	width: 49%;
	float: right;
	text-align: right;
}

span.pathway {
	float: left;
	line-height: 20px;
}

div#horizsep {
	height:1px;
	overflow: hidden;
	background: #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
}

.moduletable {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

div#readmore {
	width: 100%;
	white-space: nowrap;
	text-align: right;
}

div#bodywrapper {
	overflow: auto;
	margin: 5px;
}

div#sidebar_left {
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	width: 20%;
}

div#mainbody {
	float: right;
	width: 75%;
	padding: 0;
	text-align: left;
}

div#mainbody_wrapper {
	float: left;
	width: 96%;
	padding: 0;
	text-align: left;
}

div#footer {
	clear: both;
	padding: 5px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}


