* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	margin:0;
	padding:0;
	background:#e5e1d8 url(images/bkgrd.gif) top repeat-x;
}


a {
    color: #627A72;
}

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


h1 {
    font-size: 22px;
    color: #627A72;
	padding:0;
	margin-top:0;
}

#top h2 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #FFF;
	margin-bottom:0;
}

h2 {
	fontsize:25px;
    font-family: Times New Roman;
    color: #006400;
}


h3 {
    font-size: 14px;
    color: #7b7b7b;
	padding:0;
	margin:0;
}

#top h3 {
	color:#D5E0DC;
}

#wrap {
	width:950px;
	margin:0 auto;
}

#nav {
	background:#8a9c8b;
	height:40px;
	border-radius:8px;
	box-shadow:1px 1px 4px rgba(0,0,0,.5);
	margin-bottom:30px;
}

#nav ul {
	margin:0;
	padding:0;
	width:100%;
}

#nav ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;/**/
	height:40px;
	line-height:40px;
	text-align:center;
	border-right:1px solid #c9c8a9;
	font-size:16px;
	font-weight:bold;
	width:10%;
}

#nav ul li ul{/**/
	background:#8a9c8b;
	display:none;
	position:absolute;
	border:1px solid #c9c8a9;
	z-index:2000;
	width:200px;
	top:40px;
}

#nav ul li ul li{/**/
	display:block;
	text-align:left;
	float:none;
	width:100%;
	border-bottom:1px solid #c9c8a9;
}

#nav ul li ul li a{/**/
	padding:0 10px;
}


#nav ul li:hover ul {/**/
	display:block;
}

#nav a {
	color:#FFF;
	text-decoration:none;
	display:block;
	font-size:15px;

}

#nav li:hover {
	background:#a5b6a6;
}

#body-main {
	background:#FFF;
	padding:20px;
	border-radius:10px;
	box-shadow:1px 1px 4px rgba(0,0,0,.5);
	padding-bottom:60px;
	position:relative;
	z-index:1000;
	font-size:18px;
	min-height:600px;
}

#header {
	border-bottom:3px solid #CCC;
	margin-bottom:30px;
}

#footer-outer {
	background:#444141 url(images/footerbg.gif) top repeat-x;
	margin-top:-60px;
}

#footer {
	width:950px;
	margin:0 auto;
	padding:80px 0 3px 0;
	min-height:100px;
	color:#e2e0e0;
	font-size:15px;
}

#footer a {
	color:#e2e0e0;
}

#footer a:hover {
	color:#fff;
}

#social {
	width:110px;
	height:45px;
	float:right;
	background:url(images/social.png);
}

#social a {
	float:left;
	margin-right:10px;
	width:45px;
	height:45px;
	display:block;
}


