body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #1B477F;
	letter-spacing: 0.1em;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #1B477F;
}
.content {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px 0px;
	color: #212121;
}
.content  a {
	color: #745B00;
}
.content-bg {
	background-image: url(../../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.photo img {
	border: 1px solid #7788B1;
}
.photo-text {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #7788B1;
	background-color: #B8C1D6;
	text-align: center;
}
.photo-text a {
	color: #1B477F;
	font-weight: bold;
}
#header {
	background-image: url(../../images/header_bg.gif);
	background-repeat: repeat-x;
}

#nav {
	height: 30px;
	width: 775px;
	z-index:3;
}
#footer {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1B477F;
	text-transform: uppercase;
}
#sectionimageparagraph {
	margin:0;
}




.news_noitems {
	font-weight:bold;
	font-style:italic;
	border:1px solid #CACDDC;
}


.news_item {
	border:1px solid #1B477F;
	/*padding:10px;*/
	margin-bottom:18px;
}

.news_item_title {
	font-weight:bold;
	margin-bottom:2px;
	/*border-bottom:1px solid #1B477F;*/
	background-color:#1B477F;
	color:#FFF;
	padding:4px 10px;
}
.news_item_body {
	font-weight:normal;
	margin-bottom:9px;
	padding:10px;
}



.event {
	border:1px solid #1B477F;
	/*padding:10px;*/
	margin-bottom:18px;
}

.event_title {
	font-weight:bold;
	margin-bottom:2px;
	/*border-bottom:1px solid #1B477F;*/
	background-color:#1B477F;
	color:#FFF;
	padding:4px 10px;
}
.event_title a, .event_title a:visited {
	color:#FFF;
}
.event_title a:hover {
	color:#CCC;
}
.event_body {
	font-weight:normal;
	margin-bottom:9px;
	padding:10px;
}

.home-highlight {
	background-image: url(../flash/images/bot.gif);
	background-repeat: no-repeat;
	background-position: center center;
}