@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #2169B1;
}
a:visited {
	color: #2169B1;
}
a:hover {
	color: #4692DD;
}
a:active {
	color: #2169B1;
}

h1 {
	font-size: 18px;
	color: #1C5693;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
	color: #F1C741;
	margin-top: 0px;
}

h2 a {
	text-decoration: none;
}

h2 a:link {
	color: #F1C741;
}
h2 a:visited {
	color: #F1C741;
}
h2 a:hover {
	color: #F1C741;
}
h2 a:active {
	color: #F1C741;
}

form {
	margin: 0px;
	}
	

	
.nav1 {
	background-color: #F1C741;
	height: 28px;
	width: 800px;
}
.nav2 {
	background-color: #1C5693;
	height: 20px;
	width: 800px;
}

.nav2 a{
	color: #ffffff;
	text-decoration: none;
}


.white {
	color: #ffffff;
	}

.news-border {
	border: 1px solid #1C5693;
	padding: 15px;
	width: 210px;
}

.large {
	font-size: 16px;
	}

	
.content {
	height: 353px;
	padding-top: 25px;
	padding-bottom: 25px;
	vertical-align: top;
	}
	
.contact-popups	{
	padding: 25px;
	font-size: 15px;
	}
	
#footer {
	background-color: #1C5693;
	color: #ffffff;
	font-size: 11px;
	padding: 15px;
	}
#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:active {
	color: #ffffff;
	text-decoration: none;
}