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

body{
	background-image: url(../img/bkgnd.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.container{
/*	background-image: url(../photos/main1.jpg);
	background-repeat: no-repeat;
*/}
.content_container{
	background-color: #FFFFFF;
	background-image: url(../img/content_strip.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 0px;
	padding-bottom: 0px;
	min-height: 300px;
}
.watermark{
	vertical-align: bottom;
	float: right;
}
.box{
	position: relative;
	left: 42px;
	top: -150px;
	width: 220px;
	z-index:1000;
}
.box_content{
	height: 150px;
	padding-right: 2px;
	padding-left: 10px;
	color: #000000;
	text-align: center;
}
.intro{
	position: relative;
	left: 20px;
	top: 50px;
	width: 362px;
	background-image: url(../img/transparent.png);
	background-repeat: repeat;
	background-position: left top;
	padding: 10px;
}

.content{
	padding-right: 10px;
	padding-left: 230px;
}

.footer{
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
}
.menu{
	padding-top: 10px;
}
.menu a:link{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.header{
	font-size: 24px;
	color: #02984E;
	display: block;
}
.subheader{
	font-size: 14px;
	font-weight:bold;
}
.news_header{
	font-weight: bold;
	text-align: center;
}
.news_body{
	text-align: center;
	border: 1px solid #000000;
}
