@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}

body {text-align:center; font-family:Futura, Arial, Helvetica, sans-serif; margin-top: 0px;	background-color: #F9F9E1;}

img {border: 0px;}

p{padding:10px;}

#header {background-image:url(images/header.gif); background-repeat:no-repeat; background-position:center; display:block; height:159px; width:832px; margin:0 auto;text-align:center;}


#headernav {
	background-image:url(images/navbar.gif);
	background-repeat: no-repeat;
	background-position: center;
	display:block;
	height:25px;
	width:832px;
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
	word-spacing:5px;
	font-weight:lighter;}

#content{
font-family:Arial, Helvetica, sans-serif;
width:832px;
margin:0 auto;
padding-top:15px;
background-color:#D7E6E9;
color:#333333;}

#designed{padding:15px; color:#666666; font-size:0.7em; text-align:right; border-top:#F0FAE5 1px dotted;}

.n1 a:link { 
	color: #FFFFFF;
	text-decoration: none;}
.n1 a:visited {
	color: #FFFFFF;
	text-decoration: none;}
.n1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;}
.n1 a:active {
	color: #FFFFFF;
	text-decoration:underline;}
	
.n2 a:link { 
	color: #517945;
	text-decoration: none;}
.n2 a:visited {
	color: #517945;
	text-decoration: none;}
.n2 a:hover {
	color: #517945;
	text-decoration: underline;}
.n2 a:active {
	color: #517945;
	text-decoration:underline;}
	
.n3 a:link {
	color: #333333;
	text-decoration: none;}
.n3 a:visited {
	color: #333333;
	text-decoration: none;}
.n3 a:hover {
	color: #000000;
	text-decoration: underline;}
.n3 a:active {
	color: #000000;
	text-decoration:underline;}
	
.current {
	color:#F9F9E1;}	

.left {
	width: 40%;
	text-align:left;
	float:left;
	margin:15px;
	background-color:#F0FAE5;
	font-size:.85em;
	line-height:1.2em;}
	
.right {
	width: 54%;
	text-align:left;
	float:right;
	margin:15px 15px 15px 0;}
	
.right p{background-color:#F0FAE5; font-size:.85em; line-height:1.2em; display:block; width:420px; margin-bottom:25px;}

.right img, .right iframe {margin-bottom:5px;}

	
.callout{
color:#528BC6;
font-weight:bolder;
font-size:1em;
line-height:1.3em;}

.bigger{font-size:1.5em;}


.five{min-height:600px;}

#homelink{ width:330px; height:140px; margin-left:250px;}

.clear {clear:both;}