body
{
	color: #666;
	font-size: 10pt;
	font-family: Arial, Helvetica, Sans;
	/*background-image: url(images/tile.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #61EAF4;*/
}

a:link {color: #316468; text-decoration: none;  }
a:visited {color: #000000; text-decoration: none; }
a:active {color: #4682b4; }
a:hover {color: #000000;text-decoration: underline; }

#wrapper
{
	width:778px;
	border: 1px solid #31666A;
	font-family: Arial, Helvetica, Sans;
	font-size:12px;
	margin: 0 auto;
	background-color:#FFFFFF;
	min-height:600px;
	/*background-image: url(images/back.gif);
	background-repeat: repeat-y;*/
}

.bluebar
{
	width:100%;
	background-color:#973534;
	color: #ffffff;
	height: 21px;
	padding-top: 8px;
	border: none;
}
.header {
	background-image: url(../images/header.jpg);
	height: 88px;
	margin-bottom:-3px;
	border: none;
}


.nav
{
	width:160px;
	float:left;
	height:auto;
	/*background-color:#973534;*/
	background-image: url(images/nav_bgd.jpg);
	margin:0px 0px 0px 0px;
	padding:0px 1px 0px 1px;
}

.nav a, .nav a:visited
{
	display:block;
	width:158px;
	height:30px;
	background: url("images/navbutton.gif") 0 0px no-repeat;
	color:#ffffff;
	/*color:#102527;*/
}

.nav a:hover
{
	color:#973534;
	background-position: -158px 0;
	text-decoration: none;
}

.nav a:active
{
	color:#ffffff;
	background-position: -316px 0;
}

.nav h3
{
	margin:0px 0px 0px 0px;
	padding-top:8px;
	padding-left:6px;
	font-size: 13px;
}

.content
{
	width:390px;
	float:left;
	background-color: #FFFFFF;

}

.content2col
{
	width:601px;
	float:left;

}



h1
{
 font-size: 2em;
 font-weight: normal;
}

h2
{
 font-size: 1.3em;
  font-weight: bold;
  margin:0;
}

h3
{
 font-size: 1.1em;
  font-weight: bold;
}

.footer
{
	clear:both;
	text-align: left;
	color:#973534;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 2px;
	font-size: 0.8em;

}
