.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3F5487;
}
/****************************************
NAVLIST - Navigation Left Vertical
*****************************************/

#navlist	{
	margin: 0;
	padding: 0;
	width: 156px;
	height: 15px;
	font-size: 100%;
	border-top: thin solid #6783AF;
	border-right: thin solid #6783AF;
	border-bottom: thin none #6783AF;
	border-left: thin solid #6783AF;
}

#navlist li	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	text-align: left;
	font-weight: normal;
	background: #5484B4;
	color: #F8F9FC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #8098C1;
	
}

#navlist a:link, #navlist a:visited	{
	display: block;
	padding: 0.25em 0;
	text-decoration: none;
	background: #5484B4;
	color: #F8F9FC;
	width: 156px;
	height: 15px;
}

#navlist a:hover	{
	background:#003366;
	color: #D9E0EC;
	font-weight: normal;
}

.leftlist_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 10px;
}
.search_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF8838;
	padding-left: 5px;
}

/****************************************
USERMENU - Right column user menus.
*****************************************/

#userMenu	{
	margin: 0;
	padding: 0;
	font-size: 100%;
	border-top: thin solid #6783AF;
	border-right: thin solid #6783AF;
	border-bottom: thin none #6783AF;
	border-left: thin solid #6783AF;
}

#userMenu li	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #8098C1;
	
}

#userMenu a:link, #userMenu a:visited	{
	display: block;
	padding: 0.25em 0;
	font-weight: normal;
	text-decoration: none;
	background: #5484B4;
	color: #F8F9FC;
	height: 15px;
}

#userMenu a:hover	{
	background:#003366;
	color: #D9E0EC;
	font-weight: normal;
}

#top-of-page {
  float: right;
  margin-right: 50px;
  cursor: pointer;
}
