
body {
	background: #f6f7e9;
	color: #000;
	font-family: Devinne, "Times New Roman Condensed", "Times New Roman", Georgia, serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

p {
	
}

h2 {
	font-family: Devinne, "Times New Roman Condensed", "Times New Roman", Georgia, serif;
	font-size: 1.3em;
	background-color: #12511a;
	color: #e5ffef;
	width: 630px;
	font-variant: small-caps;
}

h3 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
}

em {
	font-weight: bold;
	font-style: normal;
	/*text-decoration: underline;*/
}

/*******links******/

a {
	text-decoration: none;
	
}

a:link {
	color: #040;
}


a:visited {
	color: #040;
}

a:hover {
	color: #00c;
	text-decoration: underline;
}


/********ids*****/

#wrapper {
	margin-right: 10px;
}

#header {
	width: 100%;
	height: 136px;
	text-align: left;
	padding:  0 0 10px 20px;
	margin: 0; 
}

#main {	
	width: 650px;
	float: left;
	font-size: 1em;
	line-height: 150%;
	padding: 10px;
	margin-top: -25px;
}

#about {
	margin-left: 700px;
	margin-top: 20px;
	padding: 10px;
	max-width: 220px;
	min-width: 200px;
	background: #c2dac9;

}

#footer {
	clear: both;
	font-size: .8em;
	text-align: right;
	padding: 5px 5px 0 0;
}

#cleardiv {
	clear: both;
	height: .5em;
}

/***********menubar**********/

#menu {
	margin: 0;
	padding: 0 0 0 12px;
	text-align: center;
	font-variant: small-caps;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
	text-align: justify;	
}

#menu li {
	margin: 0 0 .2em 0;
	padding: 0;
}

#menu a {
	width: 95%;
	text-decoration: none;
	background-color: transparent;
	color: #060;
	margin: 0;
 	padding: .1em .2em;
 	display: block;
 	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;

}

#menu a:visited {
	color: #2e703f;
}

#menu a:hover {
	background: #12511a;
	color: #e5ffef;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

 
 
/***********classes******/

.caption {
	font-style: italic;
	line-height: 100%;
	text-align: center;
}

.offset {
	
}

.form {
	padding-left: 20px;
}

.center {
	text-align: center;
}

.numbers {
	text-align: right;
}

.callout {
	font: italic small-caps bold 1.4em "Trebuchet MS", sans-serif;
	background-color: #fff;
	padding: .2em;
	text-align: center;
	border: 4px groove #03f;
}

/************forms********/

input.btn {
	text-align: right;
	color: #2e703f;
	font-family: Devinne, "Times New Roman Condensed", "Times New Roman", Georgia, serif;
	font-variant: small-caps;
	font-size: 1em;
	font-weight: bold;
	background-color: #c2dac9;
	border: 1px solid;
	border-top-color: #696;
	border-left-color: #696;
	border-right-color: #363;
	border-bottom-color: #363;
	}


input.btnhov{
	background: #12511a;
	color: #e5ffef;
	border-top-color: #fff;
	border-left-color: #fff;
	border-right-color: #333;
	border-bottom-color: #333;
	}

