*{ 
margin:0;  
padding:0; 
}
html{}
body{ 
font-family: Arial, Helvetica, sans-serif;
color:#333;
background-color:#2A2A2A;
font-size:12px;
}
/* misc */
br.clear{
clear:both; 
font-size:0px; 
height:0px;
}
/* defaults */
ul, ol{ 
list-style-type:none;
}
img{
border:0;
}
a{ 
text-decoration:none; 
color:#035;
font-weight:bold;
}
a:hover {
	color:#555;
}
h1, .componentheading{ 
	color: #003355;
	font-size: 16px;
	font-weight: bold;
	margin-left:5px;
	padding: 5px 0;
	height: 25px;
}
#content div.moduletable h3{ 
	color: #003355;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	height: 25px;
}
h3, .contentheading{
		color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 3px 0;
	background: none;
}
/* layout */
#wrapper { 
width:950px;  
margin:0px auto;
}
#header{
	width:100%;
	height: 152px;
	background: url(../img/header.gif) no-repeat top left;
}
.topmenu {
	width: auto;
	height:20px;
	float:right;
}
#main {
	width:100%;
	height:auto;
}
.mainmenu {
	display:block;
	overflow:hidden;
	width:100%;
	height:40px;
	background: url(../img/mainmenubg.gif) no-repeat top left;
}
.topcap {
	width:100%;
	height:15px;
	background: url(../img/cap_complete.gif) no-repeat top left;
}
.cleft {
	width:200px;
}
#contentleft {
	background-color:#FFF;
}
#content {
	width:auto;
	height:auto;
	margin-left:10px;
	background-color:#FFF;
	padding:10px;
}
.contentpaneopen {
	margin:5px;
}
.contentbottom {
	width:100%;
	height:5px;
	background: url(../img/contentbottom.gif) no-repeat top left;
	margin-left:10px;
}
.contentleftbottom {
	width:100%;
	height:10px;
	background: url(../img/contentleftbottom.gif) no-repeat top left;
}
.leftmenu {
	padding:10px;
	width:180px;
	background: url(../img/leftmenubg.gif) repeat-y;
}
.leftmenubottom {
	width:100%;
	height:15px;
	background: url(../img/leftmenubottom.gif) no-repeat top left;
}
#footer {
	margin-top:10px;
	text-align:center;
	font-size:10px;
	color:#FFF;
}
#footer a{
	text-decoration:none;
	color:#FFF;
}
#footer a:hover {
	text-decoration:underline;
}
/* menustyles */
.mainmenu ul, .mainmenu ul li {
	list-style:none;
	float:left;
}
.mainmenu ul li a {
	float:left;
	padding:12px 20px;
	font-size: 14px;
	color:#FFF;
	text-decoration:none;
}
.mainmenu ul li a:hover {
	text-decoration:none;
}

.topmenu ul, .topmenu ul li{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

.topmenu ul li a{
	float: left;
	padding: 6px;
	margin-right: 3px;
	margin-top: 2px;
	text-decoration:none;
	color:#FFF;
	font-size:11px;
}
.topmenu ul li a:hover {
	color:#999;
}
.leftmenu, .leftmenu a {
	color:#FFF;
}
.leftmenu a:hover {
	color: #CCC;
}
.customleft {
	margin-top:5px;
}
.customleft h3 {
	padding: 5px;
	padding-left:0;
	font-weight:bold;
	font-size:14px;
	color:#003355;
}
#contentleft ul.menu {
	padding-bottom:15px;
}
.leftmenu h3 {
	padding: 5px;
	padding-left:0;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
}
.leftmenu div.moduletable {
	margin:0;
}
.moduletable {
	margin:7px;
}
.module_seperator {
	width:100%;
	height:46px;
	background: url(../img/modspacer.gif) no-repeat top left;
}

a.ext{
	font-weight:normal;
	text-decoration:none;
}
