/* Zero out browser defaults */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	/*background-image: url(image/body_bg.gif); 948b6d*/
	SCROLLBAR-BASE-COLOR: #EFC710; 
}

/* force firefox to draw a scroll bar */
html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	/*background-image: url(image/body_bg.gif);*/
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.biglink 	{ FONT: 100% verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: none; }

.biglink:hover 	{TEXT-DECORATION: underline; }

/* gives nice margins to photos */
.floatleft {
float: left;
margin: 0px 10px 5px 5px; /* top, rt, bot, lt */
border: 1px solid #c21e1e;
}

.floatright {
float: right;
margin: 0px 5px 5px 10px;
border: 1px solid #c21e1e;
}

.clearboth {
		clear: both;
}
	
.ruleline_image {
	height: 10px;
	width: 600px;
	background-image: url(image/rule600x10.gif);
	background-repeat: no-repeat;
	clear: both;
}	

.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
}

a {
	color: #CC0000;
}

 /* START CODE FOR LINKS */

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

a:visited	{ color: #3300FF; text-decoration: none; }

a:active	{ color: #3300FF; text-decoration: none; }

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

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

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

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

#header {
	height: 101px;
	background-color: #ADADAD;
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 15px solid #c21e1e;
}

#copyright {
	font-size: 70%;
	text-align: center;
	clear: both;
}

#innerwrapper {
	/* This is the 3 column suto graphic */
	/*background: url(image/innerwrapperBG.gif) repeat-y;*/
}

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

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

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

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

#leftcol li a:hover, #leftcol li a:focus {
background-color: #960;
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: 768px;
	/*margin-left: 3px;*/
	/* this will coverup the innerwrapper gif */
	background-image: url(image/body_bg.gif); 
	border: 1px solid #000000;
}

#content h1 {
	font-size: 140%;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: center;
}

#content h2 {
	font-size: 130%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear:both;
	text-indent: 5px;
}

#content h3 {
	font-size: 110%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

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

#footer {
	border-top: 1px solid #283F13;
	clear: both;
	background-color: #ffffff;
}

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


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

