/* 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(../../../images/Flashhdr770/body_bg.gif); 948b6d*/
	SCROLLBAR-BASE-COLOR: #E98400; /* burnt orange */
}

/* force firefox to draw a scroll bar */
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; /* 000 = black */
}

p {
	font-size: 80%; /* default paragraph font */
}

img {
	border: 1px solid #c21e1e;
	clear: both;
	margin: 0px 10px 5px 5px;
	}

.tabletxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 80%;
	font-weight: bold;
}

.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;
	background-image: url(../images/header770/rule600x10.gif);
	background-repeat: no-repeat;
	clear: both;
	background-position: center center;
}

.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;
	clear: both;
}

blockquote:hover {
	border: 1px solid #FF0000;
}

blockquote:ol{
	list-style-position:outside;
	margin-left:15px;
	font-size: 100%;
}

blockquote:ul{
	list-style-position:outside;
	margin-left:15px;
	list-style-type: disc;	
	font-size: 100%;
}

/* zeroing out the lists will cause no bullets to be displayed */
ul {
	list-style-position:outside;
	margin-left:30px;
	list-style-type: disc;	
	font-size: 80%;
}

/* zeroing out the lists will cause no bullets to be displayed */
ol {
	list-style-position:outside;
	margin-left:35px;
	font-size: 80%;
}

#wrapper {
	margin: 0px auto; /* auto pairs values thus centers the browser window */
	width: 785px;
	border: 1px solid #CCC;
}

#header {
	height: 129px;
	background-color: #E98400; /* burnt orange */
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 10px solid #3B467E; /* blue */
}

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

#content {
	width: 785px;
	background:#ccc;  /* grey */	/*margin-left: 3px;*/	/* this will cover up the 3 column wrapper */
	/*background-image: url(../images/Flashhdr770/body_bg.gif);*/
	/*border: 1px solid #000000;*/
}

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

#content h2 {
	font-size: 120%;
	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 {
	background: #3B467E;  /* blue */
	border-top: 4px solid #E98400;  /* burnt orange red #ff3632 */
	clear: both;
}

#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;
}
#wrapper #content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-top-color: #CC9933;
	border-right-color: #CC9933;
	border-bottom-color: #CC9933;
	border-left-color: #CC9933;
	background-color: #FFCC00;
}
