@charset "utf-8";
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color: #FCFCFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color:#000;
	line-height: 1.2em;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #670d8a;
}
a:hover {
	color: #006633;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #336600;
}
h1,h2, h3, h4 {
	margin-top: 0.3em;
	margin-bottom: 1em;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #202020;
}
h3 {
	font-size: 1.2em;
	color: #202020;
}
h4 {
	font-size: 1em;
	color: #202020;
}
/* Header styles */
#layout {
	background-color: #FFFFFF;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	width: 600px;
	height: 120px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(img/hdrlogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* column container */
.wrap {
	width:600px;			/* width of whole page */
}
#content {
	float:right;
	margin-left:1px;
	width:370px;
	padding:5px 0 5px 0;
}
#content li { line-height:1.5em; }
#nav {
	float:left;
	width:220px;
	padding:5px 0 5px 0;
}
.sidenav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 210px;
	padding: 0px;
	margin: auto;
	text-align: left;
}
.navbox-content {
	width: 210px;
	padding: 0px;
	margin: auto;
	text-align: left;
}
.navbox-content ul {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
}
.navbox-content li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	list-style-type: none;
	padding: 15px 0px 15px 0px;
}
.navbox-content a {
	display: block;
	padding: 2px 0px 4px 20px;
	margin-left: 0px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(img/green_bullet1.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.navbox-content a:link, .navbox-content a:active, .navbox-content a:visited {
	font-weight: bold;
	color: #000;
}
.navbox-content a:hover {
	color: #006633;
	background-image: url(img/gold_bullet1.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* Footer styles */
.footer {
	clear:both;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 0px 6px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #303030;
	background-color:#fff;
	border-top: solid 2px #cc9933;
}
.smalltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tinytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.indent {
	margin-left: 16px;
}
img.floatright {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	display:inline;
}
.gray1 {
	color: #696969;
}
.turq1 {
	color: #396A93;
}
.red {
	color: #C20106;
}
.orange1 {
	color: #FF8D1C;
}
.blue1 {
	color: #3300CC;
}
.blue2 {
	color: #3060FE;
}

.brown1 {
	color: #301705;
}
