body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #0085C0;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	font-size: 100%;
	}

#header {
	width: 976px;
	margin: 0 auto;
	}
	
#wrapper {
	width: 976px;
	margin: 0 auto;
	}

#contentwrapper {
	background-color:#fff;
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-y;
	}
	
#content {
	display: block;
	font-size: 90%;
	margin: 20px 0px 0px 0px;
	}
p {
	line-height: 1.5em;
	color: #444;
	margin: 3px 0px 16px 0px;
	}

/* CLASSES  */
.bullets li {
	margin: 0px 0px 20px 0px;
	}
.mailinglist {
	border: 1px solid #ccc;
	display: block;
	font-size: 80%;
	margin: 30px 0px 6px 0px;
	padding: 15px 20px 0px 20px;
	}
.mailinglist2 {
	display: block;
	font-size: 110%;
	color: #006fa7;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	background: url(images/star.gif) no-repeat 0 1px;
	}
.info {
	display: block;
	float: right;
	font-size: 130%;
	margin: 0px 0px 6px 0px;
	padding: 0px 20px 0px 20px;
	background: url(images/star.gif) no-repeat 0 1px;
	}
		
.news li {
	list-style-type: none;
	display: block;
	margin: 20px 0px 6px 0px;
	padding: 0px 0px 0px 20px;
	background: url(images/star.gif) no-repeat 0 -3px;
	}

.quote {
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #b1202d;
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.byline {
	display: block;
	margin: 0px 0px 20px 300px;
	font-size: 80%;
	}
.privacy a {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	}
	
/* NAVIGATION  */
#navigation {
	font-size: 120%;
	padding: 0px 0px 3px 0px;
	text-align: center;
	width: 876px;
	margin: 0 auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
#navigation ul {
	padding: 0px;
	margin: 10px 0px 5px 0px;
	}
#navigation li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 20px;
	background: url(images/star.gif) no-repeat 0 1px;
	}

#navigation a:link {color: #006fa7; text-decoration: none;}
#navigation a:visited {color: #006fa7; text-decoration: none;}
#navigation a:hover {color: #b1202d; text-decoration: none;}
#navigation a:active {text-decoration: none;}
#navigation a:focus {outline: none;}

/* HEADERS  */
h1 {
	color: #006fa7;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	}
h2 {
	color: #666666;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
h3 {
	}

#left {
	display: inline;
	float: left;
	width: 226px;
	margin: 0px 0px 0px 40px;
	}
#right {
	display: inline;
	width: 615px;
	float: right;
	margin: 0px 50px 0px 0px;
	}
	
/* LINKS  */	
a:link {color: #006fa7; text-decoration: none;}
a:visited {color: #006fa7; text-decoration: none;}
a:hover {color: #b1202d; text-decoration: none;}
a:active {text-decoration: none;}
a:focus {outline: none;}

#bottom {
	width: 976px;
	margin: 0 auto;
	position: relative
	}
	
/*  FORM STYLING */
#formwrapper {
	width: 300px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	}
#inquiry p {
	margin: 0px 0px 20px 0px;
	font-weight: bold;
	color:#222;
	}
#inquiry fieldset {
	border: 1px solid #ccc;
	padding: 10px 20px 0px 20px;
	}
#name, #email, #comments {
	width: 300px;
	}


/* COPYRIGHT  */
#copyright {
	font-size: 70%;
	width: 875px;
	text-align:center;
	color: #005481;
	border: 1px solid #00659c;
	background-color: #1a91c6;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
#copyright a:link {
	color: #005481;
	text-decoration: none;
}
#copyright a:visited {color: #005481; text-decoration: none;}
#copyright a:hover {color: #fff; text-decoration: none;}
