/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F4F8FB;
}

body,td,th {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
table{

background-color:#FFFFFF}
p {
	margin-top: 0;
}

a {
	color: #56A516;
}

.sitemap p {
	margin-top: 0;
	margin-bottom: 10px;
}
H1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #005599;
}
H2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}

h3 {
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 6px;
	font-weight: bold;
}

.header {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer {
	font-size: 12px;
	color: #999999;
	border-bottom: 12px;
	border-top: 12px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
.homecallout ul{
	font: Tahoma, Arial, Helvetica;
	margin-top: 5px;
	font-size: 14px;
	color: #005596;
	font-weight: bold;
	list-style-position:outside
}
.homecallout a{
	font-size: 14px;
	font-weight: bold;
	color: #005596;

}
.homecallout:visited a{
	color: #003F6C;
}
.homecalloutsmall {
	font: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #005596;
	margin-top:0;
	margin-bottom:4pt;
	list-style-position:outside;
}
.homecalloutsmall ul{
	font: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #005596;
	margin-top:0;
	margin-bottom:0;
	list-style-position:outside;
	line-height:5;
}

.homecalloutsmall ul li{
	margin-bottom:-5;
	margin-top:0;
}
.homecalloutsmall a{
	font-size: 14px;
	color: #005596;

}
.homecalloutsmall:visited a{
	color: #003F6C;
}

ul li { 
	margin-bottom:8px;
	}
//	list-style-image: url('images/bullet.gif');

ul li li {
	margin-top:5px;
	margin-bottom:6px; 
	list-style-image:url('images/bullet-dash.gif')
	 }	
ul  { 
	margin-top:2px;
	margin-bottom:15px;
	list-style-type:square; 
	marker-color:#0066CC;  
	color: #000000; 
	}

.topMenu{
	position: relative;
	z-index: 0;
}

.topMenu:hover{
	background-color: transparent;
	z-index: 50;
}

.topMenu span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	background-color: #E3ECF3;
	left: -100px;
	visibility: hidden;
	text-decoration: none;
	z-index: 0;
	font-family:Arial, Helvetica, sans-serif;
	border-width: 1;
	border-style: solid;
	border-width: 1px;
	color:#000000;
}

.topMenu span img{ /*CSS for enlarged image*/
	border-width: 1;
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
	padding: 2px;
}

.topMenu:hover span{ /*CSS for enlarged image on hover*/
	width:200px;
	visibility: visible;
	top: 28px;
	left: 10px; /*position where enlarged image should offset horizontally */

}
.bottomMenu{
	position: relative;
	z-index: 0;
}
.bottomMenu:hover{
	background-color: transparent;
	z-index: 50;
}

.bottomMenu span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	background-color: #E3ECF3;
	left: -100px;
	visibility: hidden;
	text-decoration: none;
	z-index: 0;
	font-family:Arial, Helvetica, sans-serif;
	border-width: 1;
	border-style: solid;
	border-width: 1px;
	color:#000000;
	
}

.bottomMenu span img{ /*CSS for enlarged image*/
	border-width: 1;
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
	padding: 2px;
}

.bottomMenu:hover span{ /*CSS for enlarged image on hover*/
	width:200px;
	visibility: visible;
	top: -90px;
	height: 70px;
	left: 10px; /*position where enlarged image should offset horizontally */

}