body
{
	color: #00f;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/tile.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #61EAF4;
}

a:link {color: #316468; text-decoration: none;  }
a:visited {color: #316468; text-decoration: none; }
a:active {color: #4682b4; }
a:hover {color: #000000;text-decoration: underline; }

#wrapper
{
	width:980px;
	border: 1px solid #31666A;
	font-family: Arial, Helvetica, Sans;
	margin: 0 auto;
	background-color:#FFFFFF;
	min-height:600px;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	float:left;
	height:auto;
}

.bluebar
{
	width:980px;
	background-color:#47aab2;
	height: 30px;

}
.header {
	background-image: url(../images/header.jpg);
	height: 118px;
	margin-bottom:-3px;
}

.footer
{
	clear:both;
	color:#000000;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 0.8em;

}

.menu
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.grey
{
	color:gray;
}

	
.nav
{
	width:160px;
	float:left;
	height:auto;
	background-color: #C9F6F9;
	margin:0px 0px 0px 0px;
	padding:0px 1px 0px 1px;
}

.nav a
{
	display:block;
	width:158px;
	height:30px;
	background: url("images/navbutton.gif") 0 0px no-repeat;
	color:#102527;
}

.nav a:hover
{
	color:#0033CC;
	background-position: -158px 0;
	text-decoration: none;
}

.nav a:active
{
	color:#0033CC;
	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
{
	/*background-color:#FFFFFF;*/
	width:615px;
	float:left;
	height:auto;
}

.redtext { color: #f00; }
.greytext { color: #0000CC; }
.quote_1 {margin-left: 20px; font-weight: bold;}
.quote_2 {margin-left: 40px; }

h1
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

h2
{
 font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
  margin:0;
}

h3
{
 font-size: 1.1em;
  font-weight: bold;
}

h1,h2
{
	color:#0000CC;

}

h4 {
	color: #f00;
}

