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-image: url(../images/body_bg.gif);
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#wrapper {
	margin: 0px auto;
	width: 770px;
	border: 1px solid #000000;
}

#header {
	height: 101px;
	background-color: #003366;
	background-image: url(../images/logoTag.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 15px solid #003366;
}

#innerwrapper {
	background: url(../images/innerwrapperBG.gif) repeat-y;
}

#leftcol {
	float: left;
	width: 139px;
	font-size: 80%;
}

#leftcol ul {
list-style-type: none;
border-top: 1px solid #003366;
}

#leftcol ul li {
border-bottom: 1px solid #333;
background-color: #003366;
}

#leftcol li a {
display: block;
color: #FFFFFF;
padding: 3px 0 3px 2px;
text-decoration: none;
}

#leftcol li a:hover, #leftcol li a:focus {
background-color: #0033FF;
color: #fff;
}

#rightcol {
	float: right;
	width: 139px;
}

#rightcol h4 {
font-size: 80%;
color: #960;
padding: 3px;
}

#rightcol p {
font-size: 70%;
padding: 0 3px 8px 3px;
}

#content {
	width: 480px;
	margin-left: 145px;
}

#content h1 {
	font-size: 140%;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h2 {
	font-size: 130%;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content p {
font-size: 80%;
margin: 12px;
}

blockquote {
font-size: 80%;
background-color: #CCCCCC;
border: 1px solid #003366;
padding: 6px;
}

blockquote:hover {
border: 1px solid red;
}

#footer {
	background: #003366;
	border-top: 1px solid #003366;
	clear: both;
}

#footer p {
font-size: 70%;
color: #fff;
padding: 8px;
text-align: right;
}

a {
color: #CC0000;
}

a:hover, a:focus {
color: #FF3333;
text-decoration: none;
}

.left {
float: left;
margin: 5px 10px 1px 0;
border: 1px solid #000;
}

#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 {
}






