body {
 font-family: verdana;
 font-size: 12pt;
 background-color: #FBFBFF;
 background-position: top;
 background-repeat: repeat-x;
 background-image: url(images/background.jpg);
 }
 
 .topbanner {
 	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
 }
 
 .topbanner h1 {
 	display: none;
 }
 
 .topnav {
 	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	background-image: url(images/topnav_back.png);
	background-repeat: repeat-y;
	font-size: 10pt;

 }
 
 .topnav p {
 	padding-left: 20px;
 }
 
.topright {
	background-image: url(images/top_right.png);
	background-repeat: no-repeat;
	text-align: right;
} 

.bannerh1 {
	font-size: 17pt;
	font-weight: bold;
	display: inline;
}

.bannerh2 {
	font-size: 10pt;
	font-style: italic;
	display: inline;
	font-weight: normal;
}

.bannerh3 {
	font-size: 17pt;
	display: inline;
	font-weight: bold;
}

.topright p {
	padding-right: 20px;
	font-size: 10pt;
	font-family: verdana;
	font-weight: bold;
	
}

.selectbox {
	background-color: silver;
	font-size: 8pt;
	font-family: verdana;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
.main {
 	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

.secnav {
	background-image: url(images/secnav_back.png);
	background-repeat: repeat-y;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.content {
	background-image: url(images/content_back.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: white;
	border-bottom: 1px solid black;
	padding-top: 10px;
	padding-bottom: 10px;
}

.content p {
	padding-left: 20px;
	padding-right: 20px;
}

.content h1 {
	font-size: 14pt;
	padding-left: 20px;
	padding-right: 20px;
}

.poslogin {
	background-color: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;	
	font-size: 10pt;
	text-align: center;
	padding-bottom: 10px;
}

.footer {
	font-size: 8pt;
	text-align: right;
}

.footer p {
	padding-right: 10px;
}

.footer a:hover {
	color: black;
}

.nav_manage {
	font-size: 10pt;
}

.controlbar {
	font-size: 10pt;
}

.sidebartitle {
	font-size: 10pt;
	font-weight: bold;
	padding-left: 5px;
	margin: 0;
	display: block;
	border-bottom: 1px solid black;
	background-color: #8284FF;
	height: 36px;
}

 .sidebaritem a {
	display: block;
	height: 36px;
	padding-left: 5px;
	border-bottom: 1px solid black;
	margin: 0;
	font-size: 10pt;
	color: black;
	text-decoration: none;
 }
 
 .sidebaritem a:hover {
 	background-color: #CFCFFC;
	text-decoration: underline;
 }
 
 .controlBar {
	width: 100%;
	height: 20px;
	background-color: #697E9D;
	color: white;
	font-size: 8pt;
	margin: 0;
	padding: 5 5 10 5;
	font-family: verdana;
	text-align: center;
}	

.controlBar a:link {
	text-decoration: underline;
	color: white;
}

.controlBar a:visited {
	text-decoration: underline;
	color: white;
}

.controlBar a:hover {
	text-decoration: none;
	color: white;
}	