@charset "utf-8";
body { margin: 0px; 
		width:100%;
		font-family:"Century Gothic", "Lucida Sans", sans-serif;
		font-size:15px;
		background-color:#849c4a;
		color:white;
				}
/* top of page */

#coolmenu{
border: 0px solid #CCCCCC; 
width: 175px;
background-color: #849c4a;
float:left;
margin:0px;
text-align:right;
}

#coolmenu a {
font: bold 14px Arial; 
padding: 3px;
padding-left: 4px;
padding-top:4px;
padding-bottom:4PX;
padding-right:15px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border:0px;
}
html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #566330;
color: white;
}

.header {
	background: #849c4a;
	padding-left: 0px;
	float: left;
	height: 125px;
	width: 100%;
	border-bottom: double #EEF4E1;
	padding-top: 0px;
		}
.header #logo img { margin: 0px 0px 0px 0px; }
h2 {
	font-size:16px;
	font-weight:bold;
	line-height:16px;
}
		
#logo {
	margin-left: 175px;
	margin-top: 0px;
		border-left: double #EEF4E1;
		height:125px;
		padding-left:120px;
}
.navPic img { border: 1px solid white }


a:hover {
	color: #000000;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: none;
}



	
/* main content area */
	
#content {
	background: #566330;
	width: 100%;
			 }

#leftContentPane {
	float: left;
	font:"Century Gothic", "Lucida Sans", sans-serif;
	width: 175px;
	color: black;
	height: 100%;
	background: #566330;
	}

#mainContent {
	background: #566330;
	color:#FFFFFF;
	padding:15px 15px 15px 15px;
	width: 660px;
	margin-left:175px;
	border-left: double #EEF4E1;
}



#mainContent img {
	border-width: 2px;
	border-color: #FFFFFF;
}

.border img {
		border: 2px;
		border-color: #FFFFFF; }
		
		


/* footer */

#footer {
	clear: both;
		background: #849c4a;
		border-top: double #EEF4E1;
		 }
 #footer a {
	font-size:14px;
	font-weight:normal;
	color:#FFFF99;
	text-decoration:none;
}
#footer ul {
	font: "Century Gothic", "Lucida Sans", sans-serif14px "Century Gothic", "Lucida Sans", sans-serif;
	list-style: none;
	padding: 5px;
	margin-left: 200px;
	margin-top:20px;
	width:800px;
} 
#footer li {
	display:inline-block;
	padding-left:100px;
}




a {
	color: #000000;
	text-decoration: none;
}

h1 {
color:#ffffff;
	text-align: center;
}


