@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* center hack*/
	margin: 1em 0;
	background-color: #036;
}

#wrap {
	min-width: 750px;
	max-width: 750px;
	width: auto !important; /* IE6 hack*/
	width: 750px; /* IE6 hack*/
	margin: 0 auto; /* center hack*/
	text-align: left; /* center hack*/
	background-color: #fff;
}

#header {
}

#sidebar {
	float: left;
	width: 20%;
	overflow: hidden;
}

#content60 {
	float: left;
	width: 60%;
	overflow: hidden;
}

#content80 {
	float: left;
	width: 80%;
	overflow: hidden;
}

#content100 {
	float: left;
	width: 100%;
	overflow: hidden;
}

#sidebar-2 {
	float: left;
	width: 20%;
	overflow: hidden;
}

#footer {
	clear: both;
	border-top: 1px solid #999;
}

.inside {
	margin: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, .componentheading {
	font-size: 1.7em;
}

h2, .contentheading {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

#footer, .small, .createdate, .modifydate, .mosimage_caption {
	font: 0.8em Arial,Helvetica,sans-serif;
	color #999;
}

.moduletable_drop {
	padding: 0px;
	color: #fff;
	height: 28px;
	margin: 0px;
	margin-top: -3px;
	width: 750px;
	font-size: 90%;
	background: url(../images/nav_bg.png);
}

.moduletable_drop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.moduletable_drop li {
	padding: 0;
	margin: 0;
	text-align: center;
	width: 110px;
	height: 28px;
	float: left;
	border-right: 2px groove #474AB8;
}

.moduletable_drop li:hover {
	padding: 0;
	margin: 0;
	background: url(../images/nav_bg_on.png);
}

.moduletable_drop li a {
	display: block;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.moduletable_drop li ul {
	position: relative;
	width: 200px;
	left: -999em;
	top: 4px;
	background-color: #036;
}

.moduletable_drop li:hover ul {
	left: auto;
}

.moduletable_drop li ul li {
	width: 200px;
	padding: 0;
	text-align: left;
	background-color: #036;
	border-bottom: 1px solid #474748;
}

.moduletable_drop li ul li a {
	display: block;
	padding: 5px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.contentdescription img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
}

.contentpaneopen img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
}


.buttonheading img {
	margin: 0px;
	padding: 0px;
}

p.wideImage img {
	border: none;
	padding: 0px;
}

p.wideImage {
	text-align: center;
}

.item1 {
	display: none;
}