
body {
 	margin:0;
	padding: 0;
 	background-color: #e9f0f0;
	color: #545454;
 	text-align:center;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
 }

a {
color: #545454;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: black;
}

#outer {
 	text-align:left;
 	border:none;
 	width:800px;
 	margin:auto;
 }

#header {
 	height:268px;
 	background-color: white;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
 }


#header h1{
font-size: 30px;
color: 545454;
}


#header h2{
font-size: 17px;
color: #ab9567;
}
#bodyblock {
 	position:relative;
 	background-color: white; 
 	color: #112200;
 	width:800px;
 }

#right-col {
 	float:right;
 	background-color: white;
 	color: #545454;
 	width:190px;
	padding: 0;
	margin: 0;
 }

#content {
	float: left;
	width:610px;
 	background-color: white;
 	color: #545454;
 	border:none;
 	text-align:left;
 	padding: 0;
	margin: 0;
 }

#content h1 {
	font-family: trebuchet ms, tahoma, georgia, serif;
	font-size: 20px;
	text-align: center;
}

#content h2 {
	font-family: trebuchet ms, tahoma, georgia, serif;
	font-size: 18px;
	text-align: left;
}


#content h3,h4 {
	font-family: trebuchet ms, tahoma, georgia, serif;
	font-size: 14px;
	color: #66a5ba;
}

#content h4 {
	color: #ac7568;
}



#header td{
text-align: center;
vertical-align: top;
}

#header a{
display: block;
width: 133px;
height: 30px;
background-color: white;
background-image: url('images/tab.jpg');
font-weight: normal;
font-size: 12px;
line-height: 2em;
color: gray;
}

#header a:hover{
font-weight: bold;
background-image: url('images/tab_pull.jpg');
height: 40px;
line-height: 3em;
color: gray;
}

#header a.current{
font-weight: bold;
background-image: url('images/tab_pull.jpg');
height: 40px;
line-height: 3em;
color: gray;
}
