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

body {
	font-size: 80%;
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #333333;
	text-align: left;
	min-width: 766px;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
a:link {color: #106b1b; text-decoration: none;}
a:visited {color: #106b1b; text-decoration: none;}
a:hover {color: #000; text-decoration: underline;}
a:active {text-decoration: none;}
a:focus {outline: none;}

#header {
	width: 720px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;;
	margin-left: auto;
	}
	

#wrapper {
	width: 720px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#content {
	display: inline; /*fixes the IE double margin error on floats*/
	margin: 0px 0px 0px 0px; 
	width: 490px;
	float: left;
	}
#nav {
	display: inline; /*fixes the IE double margin error on floats*/
	width: 220px;
	margin: 25px 0px 0px 0px;
	float: right;
	}
h1 {
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #1f4769;
	letter-spacing: -.05em;
	font-weight: normal;
	}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #D09000;
	letter-spacing: -.05em;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #1f4769;
	letter-spacing: -.05em;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
td {
	vertical-align: top;
	}
.bullets {
	list-style-type: none;
	padding-left: 0;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	}
.bullets li {
	background: url(images/arrow-green.gif) no-repeat 0px 4px;
	padding-left: 10px;
	margin-bottom: 10px;
	}
#footer p {
	clear: both
	color: #666;
	font-size: 90%;
	width: 720px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
