body {
	margin: 0px;	
    background: #f0f0f0;
}

tr, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#mainlevel-nav {
	margin: 0; 
	padding: 0;
}

#mainlevel-nav li {	
	padding-left: 0px;
	list-style:none; 
	float: left; 
	margin: 0; 
	width: 15.5%; 
	line-height: 20px;
	white-space: nowrap;
	text-align: center;
	background: transparent;	
}

#mainlevel-nav a {
	display: block; 
	float: left;
	text-decoration: none;  
	color: black;
}

#mainlevel-nav a {
	float: none;
}

#mainlevel-nav a:hover {
	border-color: #000000;
	background: #6A80A9;
	color: #ffffff;;
}

.mainpage {
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.mainpage-bkg {	
	width: 1px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 0px;
	color: #003983;
	font-weight: bold;  
	background: transparent url(images/arrow.gif) no-repeat center left ;
	width: 200px;
	/*text-indent: 12px;*/
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 20px;  
	border-bottom: 1px solid #6A80A9;  
	font-size: 12px;
}

a.mainlevel:hover {
	color: #ffffff;
	background: #6A80A9;
}

a.mainmenu:link, a.mainmenu:visited {
  color: #02006B; 
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

a.mainmenu:hover {
	color: #333333; 
}

table.moduletable {
	/*padding: 5px 0px 5px 8px;*/
	padding: 0px;
	margin-bottom: 15px;
	width: 100%;	
}

table.moduletable th {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 100%;
	letter-spacing: 2px;
	text-indent: 5px;
	padding-bottom: 3px;
}

.sectiontableheader {
	background-color: #CCCCCC;
	color: #333333;
	font-weight: bold;
}

.sectiontableentry1 {
	background-color : #F0F0F0; 
	padding: 4px;
}

.sectiontableentry2 {
	background-color : #E0E0E0;
	padding: 4px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.contentpane {
  	/*background: #dedede;*/
}

.contentpaneopen {
	/* border: 0px ridge #0099cc; */
	width: 100%;
	padding: 1px;
}

.contentheading, .componentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #010066;
	text-align: left;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	/*font-size: 10px;*/
	font-weight: bold;
	background-color: #F8F8FA;
	color: #000000;
	border: 1px solid #C0C0C0;
}

.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F8F8FA;
	border: 1px solid #C0C0C0;
}

img {
	border-color: #000000;
}

a img {
	border-color: #003983;
}

a:link, a:visited {
	color: #003983;
	text-decoration: none;
}

a:hover {
	color: #003983;
	text-decoration: underline;
}


a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 	/*color: #ff9900;*/
	text-align:left;
	text-decoration: underline;
	}

a.contentpagetitle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	line-height: 15px;
	padding-left: 10px;
	padding-top: 0px;	
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-image: url('images/arrow2.gif');
}

form {
	/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

.topbar {
	background: #ffffff url('images/topbar.jpg') no-repeat 0px 0px;
	height: 25px;
	border-top: 1px solid #6A80A9;
	border-bottom: 1px solid #6A80A9
}
