@charset "UTF-8";
/* CSS Document */

* {padding: 0px; margin: 0px}

#nav {
	background-color: #FFFFFF;
	width: 110px;
	padding: 10px 20px 20px 20px;
	margin: 20px 20px 20px 20px;
	position: relative;
	float: left;
	border-top: 2px #066 solid;
}

#main {
	position: relative;
	float: left;
	background-color: #ffffff;
	width: 690px;
	padding: 30px;
	margin: 20px;
	border-top: 2px #066 solid;
	
}

#masthead {
	position: relative;
	float: left;
	background-color: #FFFFFF;
	width: 900px;
	padding: 20px;
	margin: 20px 20px 10px 20px;
	border-bottom: 2px #066 solid;
}

#wrapper {
	position: relative;
	width: 1000px;
	margin: auto;	
}

body {
	background-image:url(images/stripegray.gif);
	font-family: lucida sans;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

ul {padding-left: 30px;
	list-style-type: disc;
	}

li {
	font: lucida sans;
font-weight: normal;
font-size: 11px;
line-height: 12px;
padding-top: 3px;
	
}
.caption {
	font: lucida sans;
	size: 11px;
	font-style: italic;
	color: #036;
}

.legal {
	font: lucida sans;
	size: 8px;
	font-style: italic;
	color: #999999;
	line-height: 11px;
}

.blockquote {

    background-color: #ffffff;

    color: #000000;

font-size: 11px;



    padding: 0 15px 0 15px;

margin-left: 20px;

border-left: 1px solid #f0b035;

}


p {
	font-family: lucida sans;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 12pt;
	margin-bottom: 6px;
	}

h1 {
	font-family: Lucida Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	padding-bottom:20px;
	color: #036;
}

h2 {
	font-family: lucida sans;
	font-size: 11px;
	font-style: normal;
	color: black;
	font-weight: bold;
	}


a:link {
color: #CC6600;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: none;
	color: #f0b035;
}
a:active {
	text-decoration: none;
	color: #f0b035;
}
