
html
{
	padding: 0;
	margin: 0;
}

body         { background-color: navy; background-image: url('images/background.png'); 
               background-repeat: repeat-x; background-attachment: fixed; 
               text-align: center; color: #777; font-family: Arial, sans-serif; 
               font-size: 0.8em; padding: 15px; background-position: top }

h1
{
	color: #3d70a7;
	padding: 0;
	margin: 0;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	
}

h3
{
	margin: 0 0 10px 0;
	padding: 0;
}

a
{
	color: #3d70a7;
	text-decoration: underline;
}

a:visited
{
	color: #0a4c92;
}

a:active
{
	color: #b2dbf8;
}

div#subheader h2
{
	padding: 0 0 10px 0;
	margin: 0;
	color: #fff;
}

div#container
{
	margin: 0 auto 0 auto;
	width: 699px;

	text-align: left;
}

div#header
{
	 url("images/header_background2.png") 
	;

	color: #e5e5e5;
}

div#subheader
{
	padding: 10px 0 0 15px;
}

ul#navigation
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#navigation li
{
	float: left;
	margin: 0 0px 0 0;
	padding: 7px 15px 7px 15px;
	color: #fff;
	font-size: 0.8em;


border-bottom: 1px solid #000;

	background: #ccc url("images/tab_background.gif") top left repeat-x;
	font-family: "Verdana", sans-serif;
}

ul#navigation li a
{
	color: #000;
	text-decoration: underline;
}

ul#navigation li.active
{

	border-bottom: 1px solid #fff;
	background: #fff;
}

div#content
{
	clear: both;
	background: #fff;

	padding: 18px 25px 18px 25px;
	line-height: 1.5em;
}
/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 12px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}
#content blockquote { 
	background: #FAFAFA; 
	margin: 10px 0; 
	padding: 0px 0px;
	}
#content blockquote p { margin: 0; text-indent: 0; }	

div#subcontent
{
	background: #871e08 url("images/footer_background.gif") top left repeat-x;
	padding: 28px 18px 18px 18px;
	color: #b0b0b0;
	font-family: "Verdana", sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}

div#footer
{
	background: #000;
	padding: 8px 18px 8px 18px;
	color: #a5a5a5;
	font-family: "Verdana", sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}
/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 12px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}
div#footer a, div#footer a:active, div#footer a:visited
{
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}

div#footer a:hover
{
	text-decoration: underline;
}





