/* CSS Document */
/* Created by MFDunn, 7-2007 
colors: 
#FC9A83 -- coral
#EBF4D3-- pale green
#CBE18E -- lime green
#83A721 -- dark apple green
*9ED8DA -- bright aqua
#C4173B -- red
#5B5753 -- dark gray
#CAD7DA -- pale aqua blue
#A9BABD -- medium aqua blue
#53848B -- dark turquoise blue
#21626B -- deep turquoise blue
#817545 -- dark brown/sand
#F3F1E9 -- sand
*/
body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url(images/template/background_stripe_flower.gif);
	background-repeat: repeat;
}

a {
	text-decoration:none;
	}
a:hover {
	border-right: none;
	border-left: none;
	border-top: 1px solid #9ED8DA;
	border-bottom: 1px solid #9ED8DA;

	}
#wrapper {
	margin: 2px 35px 20px 35px;
	padding: 0;
	width: 850px;
	border: 1px solid #89999C;
	overflow: hidden;
	background-color: #FFF;
}

#header {
	width: 800px;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#menu a {color: #21626B;}

#menu {	
	background-color: #FFF;
	padding: 5px 10px 4px 22px;
}

#menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #CAD7DA;
	text-align: left;
	background-color: #FFF;
}

#menutext .highlighted{
	font-weight: bold;
	color: #817545;
}

#content a {
	color: #67841A;
	font-weight: bold;
}
	
#contentwrap {
	background-color: #EBF4D3;
	margin: 0px;
	padding-top: 2px;
	padding-left: 22px;
	padding-right: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CED6D7;
}

#content{background-color: #EBF4D3;}

#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px auto;
	padding: 0px;
}
	
#content h1{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.9em;
	font-weight: normal;
	color: #C4173B; 
}

#content h2{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #21626B;
}

#content h3{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #526772;
}
#content h4{
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #272B32;
}

#content ul{
	list-style-type: disc;
}
#content li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#content img{
	border: 3px solid #CBE18E;
	margin: 3px;
}

#content .phototable {
	margin: 0;
	padding: 5px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}

#footer{
	margin: 0;
	background-color: #272B32;
}
#footer li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #F3F1E9;
	display: inline;
	margin: 0;
	padding: 0 4px;
	border-left: 1px solid #666;
	list-style: none;
	display: inline;
}

#footer li.noborder {border-left: 0;}

#footer a{
	color: #F3F1E9;
}

#credits{
	margin: 35px;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	color: #21626B;
	background-color: #84BBB0;
	border: 1px solid #FC9A83;
}

#credits a{color: #333333; font-weight: bold;}
#credits a:hover {color: #333333;}