/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	margin-bottom: 1px;
	background-color: #FFFFFF;
	background-image: url(../images/cm_bgr.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}
a:link {
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.maintable {
	background-color: #333333;
}
.mainbump {
	margin: -20px 0px 0px 0px;
}
.header_nav {
	height: 25px;
	width: 100%;
	background-position: left top;
	background-image: url(../images/nav_bgr.jpg);
	background-repeat: repeat-x;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	color: #333333;
	font-size: 12px;
}
a.header_nav:link {
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	font-size: 12px;
}
a.header_nav:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	font-size: 12px;
}
a.header_nav:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	font-size: 12px;
}
a.mainlevel:link, a.mainlevel:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	font-size: 12px;
}
a.mainlevel:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	font-size: 12px;
}
a.mainlevel#active_menu {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	font-size: 12px;
}
.header_image {
	background-image: url(../images/header/rotate.php);
	background-repeat: no-repeat;
	height: 200px;
	width: 800px;
	background-position: left center;
	z-index: 1;
}
.nav_bump {
	padding: 1px 0px 1px 15px;
}
.rss {
	padding: 1px 11px 1px 0px;
}
.logo {
	float: left;
	height: 145px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 228px;
}
.latest_news {
	background-image: url(../images/latest_news.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 153px;
	width: 367px;
	z-index: 2;
	float: right;
	margin-top: 25px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.latest_bump {
	margin: 10px 5px 5px 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
.latest_bump a:link {
	color: #FFFFFF;
	text-decoration: none;	
}
.latest_bump a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}
.latest_bump a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
.footer {
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 12px 0 0;
	text-align: right;
	font-size: 10px;
}
.footer a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	font-size: 10px;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	font-size: 10px;
}
.footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bolder;
	font-variant: normal;
	text-transform: lowercase;
	font-size: 10px;
}
.searchbox {
	background-image: url(../images/search.png);
	height: 40px;
	width: 170px;
	background-repeat: no-repeat;
	margin: 5px 0 0 180px;
}
.search_bump input {
	font-size: 10px;
	border: 1px groove #666666;
	padding: 0 0 0 3px;
}
.search_bump {
	padding: 10px 5px 5px 5px;
}
H2 {
	font-size: 14px;
	font-weight: bolder;
	color: #CCCCCC;
}
.contentheading {
	font-size: 14px;
	font-weight: bolder;
	color: #00CCFF;
}
.componentheading {
	font-size: 12px;
	font-weight: bolder;
	color: #CCCCCC;	
}
.moduleheading {
	font-size: 12px;
	font-weight: bolder;
	color: #CCCCCC;	
	margin: 25px 0 0 0;
}
.moduletable {
	text-align: left;
	margin: 5px 0 0 0;
}
.newsfeed {
	margin: 1px 0 0 0px;
}
.newsfeed a:hover {
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
.latestnews {
	margin: 0 0 0 0;
}
.mainborder {
	margin: 3px 3px 3px 0;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #00CCFF;
	min-height: 420px;
}
.rightbump {
	margin: 3px 0 3px 0;
}
.email_txt {
	color: #333333;
}