body {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #004F69;
	background-color: #D7EDF1;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
#masthead {
	color: #FFF;
	padding: 0px;
	margin: 0;
	height: 72px;
	background: #5EADB1 url(../images/masthead_bg.jpg) repeat-x;
	position: relative;
	left: 0px;
	top: 0px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#menubar{
	padding: 0;
	margin: 0 auto;
	width: 900px;
	position: relative;
	z-index: 9999999;
}
#column_wrapper {
	background-image: url(../images/wrapper.jpg); 
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 638px;
	float: left;
}
#right {
	width: 262px;
	float: left;
}
#left .content {
	padding: 20px 13px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 20px;
}
#footer_outside {
	background-image:url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 124px;
	width: 900px;
	color: #000;
	padding: 0;
	margin: 0 auto;
	font-size: 0.7em;
	clear: both;
}
#footerCopyright {
	float: left;
	width: 628px;
	padding: 15px 0px 0 10px;
}
#footerLinks {
	float: left;
	width: 242px;
	padding: 15px 10px 0 10px;	
	text-align: right;
}
#footerLinks p {
	margin: 10px 0;
}
#topbox {
	height: 432px;
}
#intro_box {
	background: #FFF url(../images/intro_box.jpg) no-repeat;
	height: 120px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #FFF;
	padding: 30px 30px 10px 45px;
}
#cal_hdr {
	background: #63A3A2 url(../images/calendar_header.jpg) no-repeat;
	color: #FFF;
	height: 33px;
	font-size: 24px;
	padding: 10px 12px;
}
#calendar {
	background: #ACE2D7;
	height: 220px;
	width: 262px;
	margin: 0;
	padding: 0;
}
#news_hdr {
	background: #63A3A2 url(../images/news_header.jpg) no-repeat;
	color: #FFF;
	height: 33px;
	font-size: 24px;
	padding: 10px 12px;
}
#news {
	background: #ACE2D7;
	height: 225px;
	width: 222px;
	border-bottom: 1px solid #D8EDF2;
	padding: 20px;
	font-size: 14px;
	line-height: 20px;
}
#left a:link {
	color: #C6302F;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #F7D4D4;
}
a:link {
	color: #C6302F;
}
h1, h2, h3, h4 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
}	
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.1em;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.b_right {
	border-right: 1px solid #5A908D;
}
.nav_brdr {
	border-left: 1px solid #FFF;
	border-right: 1px solid #5A908D;	
}
.b_left {
	border-left: 1px solid #FFF;
}
.intro_big {
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
}	
.intro_sm {
	font-size: 14px;
	line-height: 20px;
}	
.intro_dir {
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}
.float_left {
	float:left;
	border: 1px solid #000;
	margin: 0 10px 10px 0;
	display: block;
}
.float_right {
	float:right;
	border: 1px solid #000;
	margin: 0 0 10px 10px;
	display: block;
}
#gallery {
	margin: 10px auto;
	width: 612px;
}
.dark {
	font-weight: bold;
}
.border {
	border: 1px solid #000;	
}	
.center {
	margin: 0 auto;
	display: block;
}
.center_txt {
	text-align: center;
}