body {
	background: #90bc94 url(images/site_bg.jpg) repeat-x;
	color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
	height: 100%;
}
a{
	font-size:12px;
}
p{ 	margin: 15px 0px;
	line-height: 1.5em;
}
.sizeEleven {font-size: 11px; line-height: 1.3em;}

.subheaders {
	background-color: #EDEEE8;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding: 2px 2px 2px 7px;
	border-left: 2px solid #FFF;
	}

.sizeThirteen {font-size: 14px; font-weight: bold; color: #70437e;}

blockquote {
	font: 14px Georgia, "Times New Roman", Times, serif;
	border : 1px dashed #FFF;
	width: 150px;
	margin: 5px;
	padding: 5px;
	background-color: #90bc94;
	quotes: "\201C" "\201D";
}

/* IMAGE BORDER LINK */
.borderit img{
border: 2px solid #D9C1F4;
}

.borderit:hover img{
border: 2px solid #B88AEA;
}
/********************** Header ***************************/
#header {
	margin: 0;
	background-image:url(images/header.jpg);
	width:717px;
	height:288px;
	position:relative;
}
#header ul{
	background-color:#85a157;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0;
	height:22px;
	padding:5px 0 0 0;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
	margin: 0 4px 0 4px;
	padding: 4px 12px 6px 12px;
}
#header ul a:hover{
	text-decoration:none;
	color:#FFF;
	background-color:#70437e;
	font-weight: bold;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}
#header_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	top:95px;
	left:10px;
	width:550px;
	position:absolute;
	font-size: 13px;
	color:#FFFFFF;
	height: 126px;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{
	color:#CC33FF;
	font-weight:bold;
}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.gif);
	width:717px;
	height: 100%;
}
img{
	border-width:0px;
}
h1{
	background-image: url(images/h1_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	padding-left: 25px;
	color:#000000;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 20px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}

#left H1{color: #70437e; border-bottom:solid 1px #FFF;}

#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}

#right H2{
	background-color: #FFFFFF;
	padding-right: 12px;
}
#right ul{
	padding: 0;
}
#right li{
	list-style:none;
	border-bottom: 1px solid #f5f5e6;	
	font-size: 11px;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	color:#70437e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	padding: 5px 0px;
}

#footer a{
	color:#70437e;
	font-size: 10px;
	text-decoration: underline;
}
#footer a:hover{
	color:#70437e;
	font-size: 10px;
	text-decoration: none;
}

