* {
	padding: 0px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	font-family: Georgia, "Georgia", Times, serif;
	font-size: 50%;
}

#container {
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 365px;
}

#header_left {
	float: left;
	width: 470px;
	height: 206px;
}

#header_right {
	float: right;
    height: 206px;
	width: 50px;
}

#left {
	float:left;
	width: 225px;
	margin-left: 45px;
	
}

#right {
	margin-left: 340px;
	margin-top: 30px;
	margin-right: 50px;
}

#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 40px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}



/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #000;
	font-family: "Georgia", Times, serif;
	font-size: 2em;
	margin-top: 15px;
	margin-left: 120px;
}
h1:first-letter {
	font-size: 1.5em
}

h2 {
	color: #84A54A;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Georgia", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	font-size: 1.6em;
	font-family: "Georgia", Times, serif;
	color: #84A54A;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#menhead { font-family: Arial, Tahoma, sans-serif; 
	font-size:12px; 
	text-decoration: underline;
	font-weight: bold;
	color: #000000;}

#navcontainer {list-style: none;	
	padding: 0;
	margin: 0; }

#navlist {list-style: none;	
	padding: 0;
	margin: 0; }

#navcontainer li a {display: block;
      font-family: Tahoma, Arial, sans-serif; 
	font-size:1em; 
	text-decoration: underline;
	color: #557C2B;
	padding: 0px 7px;}

#navcontainer li a:hover{}



