html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #EBF0F0;
	font-size: 100.01%;
	/*font-family: Palatino, "Palatino Linotype", Georgia, Times New Roman, serif;*/
	font-family: Georgia, Times New Roman, serif;
	color: #333;
	min-width: 770px;
}

#wrapper {
	margin: 0px auto;
	width: 770px;
	/*border: 1px solid #000000;*/
}

#topbar {
	background-color: #234646;
	border-bottom: 1px solid #B4BEBE;
	height: 10px;
	margin: 0px;
	width: 770px;
}

#header {
	/*height: 101px;*/
	background-color: #234646;
	background-image: url(/img/tophdr_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 5px 250px 5px 12px;
}

#header h1 {
	margin: 0px;
	padding:0px;
	font-size: 180%;
	color: #F0F8FF;
	text-align: left;
}

#header h4 {
	margin: 0 0 10px 0;
	font-size: 75%;
	color: #F0F8FF;
	text-align: left;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header h5 {
	margin: 0 0 0px 0;
	font-size: 70%;
	color: #8FA7A7;
	text-align: left;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#innerwrapper {
	background-image: url(/img/page_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	background-color:#FFFFFF;
}

#leftcol {
float: left;
width: 149px;
font-size: 70%;
}

#leftcol ul {
list-style-type: none;
}

#leftcol ul li {
border-bottom: 1px solid #333;
background-color: #418181;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#leftcol li a {
display: block;
color: #FFFFFF;
padding: 3px 3px 3px 12px;
text-decoration: none;
}

#leftcol li a:hover, #leftcol li a:focus {
background-color: #009900;
color: #fff;
}

#rightcol {
float: right;
width: 170px;
background-color:#EEF1F2;
padding: 10px;
border:5px solid #fff;
}

#rightcol h4 {
font-size: 80%;
color: #960;
padding: 3px;
}

#rightcol p {
font-size: 70%;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-bottom:10px;
}

#content {
	width: 400px;
	margin-left: 150px;
	padding:10px 0px 10px 10px;
}

#content h2 {
	font-size: 140%;
	padding-bottom:5px;
	margin-bottom:5px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:url(../img/h2_bg.gif) bottom no-repeat;
}

#content h3 {
	font-size: 95%;
	padding:5px 10px 8px 10px;
	margin-bottom:5px;
	font-weight:bold;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(../img/h3_bg.gif) bottom repeat-x #DCE7DD;
}

#content h4 {
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333333;
	border:1px solid #CCCCCC;
	background-color:#F9F8E3;
	padding:8px;
	margin-bottom:10px;
}

#content p {
font-size: 75%;
margin-bottom:10px;
line-height:150%;
}

#content li {
font-size: 75%;
margin-top:10px;
line-height:150%;
}

.searchList {margin-left:25px;}
.searchResults {background-color:#ECF2F0; padding:5px;}
.searchResults a:link {text-decoration:none;}
.searchCurrPage {padding:0px 5px 1px 5px;border:#CCCCCC 1px solid; background:#FFFFFF;font-weight:bold;}

#textHilite{
font-size: 85%;
margin-bottom:15px;
color:#333333;
line-height:140%;
font-weight:bold;
}

#issueBox {
background-color:#FBFAE1;
border:1px #999999 solid;
padding:0px;
}

#issueBox th {
text-align:left;
background-color:#DFDDBD;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:80%;
font-weight:bold;
}

#issueBox img{
border:0px;
}

#dotbar {
background-image:url(../img/dotline.gif);
background-position:bottom;
background-repeat:repeat-x;
margin:0px 0px 10px 0px;
height:1px;
}

blockquote {
font-size: 80%;
background-color: #EBF4E1;
border: 1px solid #003300;
padding: 6px;
}

blockquote:hover {
border: 1px solid red;
}

#footer {
	background: #B9C8C8;
	clear: both;
}

#footer p {
font-size: 65%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #333;
padding: 8px;
}

a {
color: #009900;
}

a:hover, a:focus {
color: #CC0000;
text-decoration: none;
background-color:#FFFFCC;
}

.left {
float: left;
margin: 5px 10px 1px 0;
border: 1px solid #283F13;
}

#skip a {
position: absolute;
margin-left: -1000px;
}

#skip a:focus, #skip a:active {
margin-left: 0;
display: block;
width: 10em;
overflow: visible;
background-color: #000;
color: #fff;
}

#blah:active {
}