body {
	width: 100%;

	font-family: verdana, lucida, helvetica, sans-serif;
	color: #000000;
	background: #F7F7F7;
	margin: 0;
	padding: 0;
	font-size: small;}
	
#navcontainer {
width: 12em;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #506DB4;
color: #333;
}

#navcontainer ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li {
	border-bottom: 1px solid #000;
	margin: 0;
}

#navcontainer li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #506DB4;
	border-right: 10px solid #859ACB;
	background-color: #425C9B;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover {
	border-left: 10px solid #8499CA;
	border-right: 10px solid #506DB4;
	background-color: #A7B6DA;
	color: #4662A4;
}

p {
	font-family: verdana, lucida, helvetica, sans-serif;
	font-size: small; 
	color: #000000;
	background: #F7F7F7; 
	line-height: 140%;
}

.bottomleft {
	color: #5E7AA6;
	font-weight: bold;
	margin-left: 10px;
	vertical-align: bottom;
}
	
#firstline {
	margin-top: 25px;
}

a:link {
	background: #F7F7F7;	
	color: #5E7AA6;	
	font-size: small;
	font-weight: bold; 
	text-decoration: underline;
	line-height: 140%;
	}
	
a:visited {
	background: #F7F7F7;
	color: #66C497;	
	font-size: small;
	font-weight: bold; 
	line-height: 140%;
}

ol, ul, caption, footer {
	line-height: 140%;
	left: 150px;
}

h1	{
	font-size: medium;
	font-weight: bold;
	color: #506DB4;
	background: #F7F7F7;
	top: -20px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #F7F7F7;
	border-right-color: #F7F7F7;
	border-bottom-color: #F7F7F7;
	border-left-color: #F7F7F7;
}

h2	{
	font-size: small; 
	font-weight: bold;
	color: #506db4;	
	background: #F7F7F7;
}

ul	{
	list-style-type: square;
	list-style-position: inside;
}

#imgleft {
	background-color: #F7F7F7;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.small_print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 90%;
	font-weight: normal;
}

