@charset "utf-8";
/* CSS Document */

body {
	background-color: #979E8F;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D8E0E7;
	background-image: url(images/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.imgicon {
	margin-bottom: 5px;
}
#footer {
	text-align: center;
	height: 100px;
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
a {
	color: #fff;
}
a:visited {
	color: #FFF;
}
a:hover {
	color:#FCCBBA;
}
a.footer {
	color: #000;
}
a.footer:visited {
	color: #ccc;
}
a.footer:hover {
	color:#333;
}
	
.SmallBox {
	width: 223px;
}
.LargeBox {
	width: 409px;
	float: left;
}
.LargerBox {
	position: relative;
	width: 643px;
}
.smallBoxTop {
	background-image: url(images/smallboxtop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 8px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.smallBoxBody {
	background-image: url(images/smallboxBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	position:relative;
	height: 100%;
	font-size: 11px;
}
.smallBoxBottom {
	background-image: url(images/smallboxbottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 8px;
}
.largeBoxTop {
	background-image: url(images/largeboxtop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 8px;
	width: 409px;
}
.largeBoxBody {
	background-image: url(images/largeboxBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
}
.largeBoxBottom {
	background-image: url(images/largeboxbottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 409px;
}
.largerBoxTop {
	background-image: url(images/largerboxtop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 11px;
}
.largerBoxBody {
	background-image: url(images/largerboxBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
}
.largerBoxBottom {
	background-image: url(images/largerboxbottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 11px;
}

.smallTitle {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FFF;
}
.newsPhoto {
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}
.smallText {
	font-size: 11px;
}
.dividerLine {
	padding: 0px;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #B3C2D0;
	clear: both;
}
li {
	margin-bottom: 6px;
}
/* -------------- Photos Page ------------*/
.galleryPhoto {
	border: 1px solid #333333;
}
.photostableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	;
}
.photosCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.bodyText {
	font-size: 12px;
}
.imgicon {
	border: 1px solid #FFF;
	background-color: #FFF;
}