html, body {
 font-family: Georgia, serif;
 font-size: 9pt;
 background-color: #d8e9d8;
/* background-color: #9093D5;*/
 height: 100%;
 margin: 0;
 }
 
 p,td,th,ul,ol,li {
 font-family: Georgia, serif;
 font-size: 9pt; 	
 }
 
 .headerbar {
  	background-image:url(images/header.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-right: 15px;
	text-align: right;
	font-size: 9pt;
	padding-top: 3px;
 }
 
 .headerbar a {
 	font-size: 9pt;
 }
 
 .nav {
 	background-image:url(images/nav_back.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-right: 15px;
 }
 
 .nav a {
 	color: #003366;
	text-decoration: none;
	font-weight: bold;
 }
 
  .nav a:hover {
 	color: #003366;
	text-decoration: underline;
	font-weight: bold;
 }
 
 .sidebar_container {
 	float: right;
 }
 
 .sidebartop {
  	background-image:url(images/sidebarnav_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-right: 10px;
	padding-left: 20px;
	/*float: right;*/
	width: 284px;
	height: 32px;
 }
 
 .sidebar {
 	background-image:url(images/sidebarnav_back.gif);
	background-repeat: repeat-y;
	background-position: top left;
	margin-right: 15px;
	/*padding-left: 20px;*/
	/*float: right;*/
	width: 284px;
	text-align: center;
 }
 
 .sidebar a {
 	font-size: 9pt;
	color:  #003366;
	text-decoration: none;
 }
 
 .sidebar a:hover {
 	text-decoration: underline;
 }
 
  .sidebarbottom {
  	background-image:url(images/sidebarnav_bottom.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-right: 10px;
	padding-left: 20px;
	/*float: right;*/
	width: 284px;
	height: 32px;
 }
 
 .content {
 	background-image:url(images/content_back.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding-bottom: 40px;
 }
 
 .content p {
 	padding-left: 20px;
	padding-right: 40px;
	font-size: 9pt;
	line-height: 1.4em;
 }
 
 .content ul,ol,li {
 	font-size: 9pt;
	padding-right: 20px;
	line-height: 1.4em;
	margin-left: 40px;
	margin-right: 60px;
 }
 
 .content td {
 	font-size: 9pt;
 }
 
 .content h1 {
 	padding-left: 20px;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
 }
 
 .footer {
 	background-image:url(images/bottom_back.png);
	background-repeat: no-repeat;
	background-position: top left;
 } 
 
 .belowbox {
	text-align: right;
	padding-right: 20px;
 }
 
 .belowbox p {
 	font-size: 9pt; 	
 }
 
 #dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 8pt Georgia, serif;
/*line-height:16px;*/
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 3px;
text-decoration: none;
color: #0f0e76; 
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #7fb47f;
width: 100%;
text-decoration: none;
color: white;
}
 
 
 
