@charset "utf-8";
/* CSS Document */

body {
	background-image:url(background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	margin: 0;
	font-family: candara, Century Gothic, Arial, sans-serif;
}
img {
	border: none;
}
h1 {
	color: #66CCFF;
}
h2 {
	color:  #FFCC00;
}
h3 {
	color: #66CCFF;
	font-weight: normal;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
}
#header {
	width: 970px;
	top: 0px;
	position: absolute;
	height: 360px;
}
#headleft {
	float: left;
	width: 300px;
}
#headright {
	float: right;
	width: 550px;
	text-align: right;
	padding-right: 4em;
	color: #66CCFF;
	margin-top: 20px;
}
#banner {
	background-image: url(header-end2.gif);
	background-position: right;
	background-repeat: repeat-y;
	height: 251px;
	background-color: #66CCFF;
}
#banner img {
	height: 221px;
	float:left;
}
#headright h1 {
	padding-right: 1.4em;
	font-size: 70%;
}
#content {
	padding: 400px 2em 0 2em;
	background-color: #FFF;
	font-size: 90%;
}
#nav {
	width: 878px;
	height: 30px;
	background-color: #FFCC00;
	background-image: url(nav.gif);
	background-repeat: no-repeat;
	clear: left;
}
#nav li {
	display:inline;
	list-style: none;
	border-right: 2px solid #000;
	padding-right: 1.5em;
	margin-left: 1.5em;
	font-weight: bold;
}
#nav li.last {
	border: 0;
}
#nav a {
	text-decoration: none;
	color: #000;
}
#nav a:hover {
	color: #666;
}
#nav ul {
	margin: 0 0 0 20px;
	padding: 0.4em 0 0 0;
}
#footercontainer {
	margin-top: 10px;
}
#footer {
	background-color: #66CCFF;
	width: 901px;
	height: 29px;
	float:right;
	font-size: 80%;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 8px 0 0 0;
}
#footer li {
	list-style: none;
	display:inline;
	border-left: 1px solid #000;
	margin-right: 5px;
	padding-left: 5px;
}
#footer li.first {
	border: 0;
}
#footer a {
	text-decoration: none;
	color:#000;
}
#footer a:hover {
	color: #999;
}
#footerend {
	background-image: url(footer.png);
	background-repeat: no-repeat;
	width: 69px;
	float:left;
	height: 29px;
}
.leftcol {
	width: 65%;
	float: left;
}
.rightcol {
	width: 32%;
	float: right;
}
.rightcol h2 {
	font-size: 130%;
}
.center {
	text-align:center;
	margin-top: 50px;
}
.clearing {
	clear: both;
	visibility: hidden;
	margin: 0;
}
.centeralign {
	text-align: center;
}
.footaddress {
	text-align: center;
	font-size: 120%;
	margin-bottom: 0;
	padding-top: 25px;
	padding-bottom: 0;
	clear:both;
}
.logo1 {
	float: right;
	margin-top: 25px;
}
.logo2 {
	float:right;
	margin-top: 25px;
	width: 200px;
}
.logo3 {
	float: right;
	margin-top: 25px;
	height: 70px;
}
.logo4 {
	float: right;
	margin-top: 25px;
	clear: both;
}
