@charset "utf-8";
/* CSS Document */

body {
	background-image: url(/images/circle.gif);
	background-repeat: repeat;
	background-color: #FFF;
	font-family: Georgia, serif;
	font-size: .8 em;
	color: #10153C;
}
#container {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	border: 1px solid #83C9C2;
}
#header {
	background-image: url(/images/new_logo.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 700px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #83C9C2;
	margin-top: 20px;
	font-size: 250%;
	text-align: right;
	padding-top: 200px;
	padding-right: 50px;
	font-family: Georgia, serif;
}
.navigationBar {
	font-size: 110%;
	background-color: #FFFFFF;
	height: 30px;
	width: 730px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #83C9C2;
	padding: 10px;
	text-align: center;
}
.content {
	width: 730px;
	background-color:#FFFFFF;
	padding: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #83C9C2;
}
.smallColumn {
	width: 160px;
	padding: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #83C9C2;
	float: left;
	font-size: 75%;
	font-family: "trebuchet MS", sans-serif;
	color: #83C9C2;
	text-align: right;
}
.largeColumn {
	width: 470px;
	margin-left: 220px;
	padding: 20px;
}
.fullwidthTop {
	margin: 10px;
	width: 710px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #83C9C2;
}
.fullwidthBtm {
	margin: 10px;
	width: 710px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #83C9C2;
}
.fullwidthCenter {
	margin: 20px;
	width: 690px;

}
.footer {
	width: 740;
	text-align: center;
	height: 30px;
	background-color: #C1E4E0;
	padding: 5px;
}
a:link {
	color: #10153C;
	text-decoration: none;
}
a:visited {
	color: #10153C;
	text-decoration: none;
}
a:hover {
	color: #83C9C2;
	text-decoration: none;
}
a:active {
	color: #83C9C2;
	text-decoration: none;
}
.pic_frame {
	border: 1px solid #CCC;
	margin-top: 15px;
	margin-bottom: 15px;
}

