/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	background-color: #B7C7CB;
	text-align:center;
}
 
#container {
	width:900px;
	position: relative;
	margin: 5px auto 0;
	background:#FFFEF6;
	border:2px solid #8CA2A0;
	text-align:left;
}
#content {
	width:900px;
	height:490px;
	margin: 0;padding:0;
}
#header{
	width:900px;
	height:180px;
	float:left;
	margin:0;padding:0;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom:2px solid #2A5B00;
}

p#logo{padding-top:10px;padding-left:10px}
#menu {
	width:220px;
	margin:0;
	float:left;
}
#menu ul{
	list-style: none inside;
	margin:0;padding:0;	
	line-height:2.4em;


}
#menu li{
	border-bottom:1px solid #DEE6E8;border-right:1px solid #DEE6E8;
	float:left;
	height: 35px;
	background:#EFF3F4;
}

#menu ul li a:hover{
	color: #000;
	background:#FCFED9;
	height: 34px;
}

#menu ul li a#current{
	color: #000;
	background:#FCFED9;
	height: 34px;
}

#menu a {
	float: left;
	margin: 0;
	padding-right:10px;
	text-align:right;
	text-decoration: none;
	font-size: 1em;
	color: #000;	
	font-weight: bold;
	text-transform: none;
	width: 230px;
}

#main a{ 
	color:#63929E;
	font-weight: bold;
	text-decoration:underline;
}

#main a:hover{
	color: #63929E;
	text-decoration:none;
}
#end a{ 
	color:#fff;
	font-weight: bold;
	text-decoration:underline;
}

#end a:hover{
	text-decoration:none;
	color: #fff;
}
#image{float:left;
	width: 230px;
	margin:0;
	padding:0;
	clear:both;}
#main{
	float: right;
	width:660px;
	margin:0;
	padding: 0 0 20px 0;
}

#name{
	text-align:right;
	padding-right:15px;
	margin:0;
}

#quote{clear:both;
	padding:10px 0;
	background:#EFF3F4;
	margin-left:25px;
	margin-right: 10px;
	font-style: italic;
	
}
	
h1, h2{
	margin:0;
	padding:10px;
	font-family: Cambria;
	font-weight:normal;
}

h1 {
	font-size: 2.3em;
	text-align:center;
	border-bottom: 1px dotted #598527;
	margin: 10px 30px 7px 30px;
	font-style:italic;
	color: #567427;
}
h2 {
	font-size: 1.5em;
	padding-left:25px;
	color:#63929E;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 5px;
	padding: 0 10px 10px 25px;
	list-style-type: square;
	line-height: 140%;
}
ul, ol, form, table{
	padding-left:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 5px;
	padding: 0 10px 10px 45px;
	list-style-type: disc;
	line-height: 160%;
}

#end{	
	border-top:1px solid #8CA2A0;
	width:900px;
	text-align:center;clear: both;
}
#end p{padding-top:10px;background:#617E34; font-size:1.2em;color:#fff;}

#footer{
	clear: both;height:50px;
	margin: 0 auto 0;padding-top:5px;
	text-align:center;
	color: #bbb;
	background-color: #B7C7CB;
	position: relative;

}
.small{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
}
#footer a{font-weight:normal;color:#000;
		text-decoration:none;}