/* CSS Document */

body, html {
	margin:0;
	padding:0;
	border:0;
 /* Re-sets IE to "zero" for these values */
    background-image: url(gradient.gif);
	background-repeat: repeat; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #000000;
	list-style-image:url(bullet.gif);
}

H1 {
	color: #6E0D00;
	font-size: 18px;
	line-height:15px;
	font-weight:bold;
	font-family: Avenir, Avante Garde, Century Gothic, Arial, Helvetica, Verdana, sans-serif;
}

H2 {
	color: #00397f;
	font-size: 16px;
	font-weight:bold;
	font-family: Avenir, Avante Garde, Century Gothic, Arial, Helvetica, Verdana, sans-serif;
}

H3 {
	color: #000000;
	font-size: 14px;
	font-weight:bold;
	font-family: Avenir, Avante Garde, Century Gothic, Arial, Helvetica, Verdana, sans-serif;
}


H6 {
/* H6 is subnav style */
	color: #6E0D00;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	text-decoration: none;
	font-family: Avenir, Avante Garde, Century Gothic, Arial, Helvetica, Verdana, sans-serif;
	padding-bottom:  12px;
	border-bottom: 1px #6E0D00 solid;

}


A:link, A:visited {
	text-decoration: none;
	color: #002987;
}

A:hover, A:active {
	text-decoration: underline;
	color: #6E0D00;
}


.bluecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:9px;
	color:#00397f;
}

.footercopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	text-align:center;
	line-height:10px;
}

A.footercopy:link, A.footercopy:visited {
	text-decoration: none;
	color: #FFFFFF;
}

A.footercopy:hover, A.footercopy:active {
	text-decoration: underline;
	color: #DBC200;
}


P.leftnav {
	color: #002987;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	font-family: Avenir, Avante Garde, Century Gothic, Arial, Helvetica, Verdana, sans-serif;
	padding-top:  15px;
	border-top: 1px #6E0D00 solid;
}

P.leftnav-topline {
	color: #002987;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	font-family: Avenir, Avante Garde, Century Gothic, Arial, Helvetica, Verdana, sans-serif;
	padding-top:  15px;
}

A.leftnav:link, A.leftnav:visited {
	color: #002987;
	text-decoration: none;
}

A.leftnav:hover, A.leftnav:active {
	text-decoration: underline;
	color: #6E0D00;
}

LI {
	padding-bottom: 8px;
}

