/* CSS Document */
body {
	background-color: #56A5E8;
}

a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #333366;
	cursor:hand;
	font-weight: bold;
	text-decoration: none;
}
a.nav:active {
	color: #333366;
	text-decoration:none;
	font-weight: bold;
}

a:link {
	color: 2C4861;
	text-decoration: underline;
	font-weight: normal;
	letter-spacing: 0em;


}
a:visited {
	color: 2C4861;
	text-decoration: underline;
	font-weight: normal;

}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	cursor:hand;
	font-style: normal;
	font-weight: normal;

}
a:active {
	color: #FFFFFF;
	text-decoration:none;
	font-style: normal;
	font-weight: normal;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: x-small;

} 
h1 {
	font-weight: 100;
	font-size: 200%;
	font-family: Arial, Helvetica, sans-serif;
	color: 2C4861;



}
.topbar {
	color: 2C4861;
	background-image: url(images/topbar.jpg);
	text-align: right;
	vertical-align: top;
	padding: 55px 0px 0px;
	height: 480px;
	width: 750px;
}
.ttlbar {
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: 2C4861;
	text-align: right;
	padding: 0px;
	height: 20px;
	vertical-align: middle;



}
.bodytext {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	text-align: justify;
	background-color: 77B6EC;
	font-size: 14px;
}
.picstrip {
	background-color: 77B6EC;
}
.imageright {
    margin-left: 10px;
}
.imageleft {
    margin-right: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: 2C4861;

}
.links {
	background-image: url(images/linksbg.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 750px;
	padding-left: 284px;
}
.footer {
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336666;
	background-image: url(images/footer.jpg);
	width: 750px;
	padding-right: 10px;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}