/* Stylesheet by           */ 
/* Turcotte Data & Designs */
/* www.turcottedata.com    */

body {
	background-color: #d7e3fa;
}

img {
	border: none;
}

h1 {
	font-size: 110%;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #30508C;
	background-color: #D7E3FA;
	border: 1px solid #30508C;
	padding-left: 3px;
}

.note {
	font-size: 78%;
}

#container {
	width: 950px;
	margin: auto;
	border: 1px solid #30508c;
	background-color: #fff;
}

#banner {
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
    height: 222px;
	width: 950px;
	border-bottom: 2px solid #30508c;
	background-color: #fff;
}

#topNav {
	font-family: Verdana;
	color: #fff;
	font-size: 100%;
	background-color: #30508c;
	border-bottom: 2px solid #30508c;
	padding-left: 10px;
}
#topNav a:link {
	color: #fff;
	text-decoration: none;
}

#topNav a:visited {
	color: #fff;
	text-decoration: none;
}

#topNav a:hover {
	color: #fff;
	text-decoration: underline;
}

#content {
	font-family: Arial;
	color: #000;
	font-size: 95%;
	background-color: fff;
	padding: 10px;
}

#footer {
	width: 80%;
	margin: auto;
	border-top: 1px solid #30508c;
	text-align: center;
	font-family: Verdana;
	color: #000;
	background: #fff;
	font-size: 85%;
}

#footer a:link {
	text-decoration: none;
	color: #30508c;
}

#footer a:visited {
	text-decoration: none;
	color: #30508c;
}

#footer a:hover {
	text-decoration: underline;
	color: #30508c;
}

#credits {
	font-family: Verdana;
	color: #000;
	font-size: 75%;
	background-color: #fff;
	margin-bottom: 10px;
	padding-left: 5px;
}

#credits a:link {
	text-decoration: none;
	color: #30508c;
}

#credits a:visited {
	text-decoration: none;
	color: #30508c;
}

#credits a:hover {
	text-decoration: underline;
	color: #30508c;
}

.bannerCredit {
	position: relative;
	width: 100%;
	float: right;
	text-align: right;
	top: 205px;
	color: #fff;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}

.bannerCredit a:link{
	text-decoration: none;
	color: #fff;
}

.bannerCredit a:visted{
	text-decoration: none;
	color: #fff;
}

.bannerCredit a:hover{
	text-decoration: none;
	color: #fff;
}

.mission {
	width: 80%;
	margin: auto;
	text-align: center;
	font-size: 100%;
	color: #000;
	font-style: italic;
	background-color: #d7e3fa;
	border: 1px solid #30508c;
	padding: 4px;
}
