@charset "utf-8";

/* CSS Document */



body {
	background: #d7e023 /*url('images/bg.png')*/;
	margin: 0;
	font-size:12px;
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}

#wrap {
	width:950px;
	margin:0 auto;
	background: url("images/bg.png");
	overflow:hidden;
}

#header{
	width:950px;
	height: 185px;
	background: #fff url('images/header.jpg');
}



#footer{

	background:#cce54c url('images/footerbg.jpg') repeat-x;
	position:relative;
	width:950px;
	height: 50px;
	text-align:center;
	margin:0 auto;
	padding-top:60px;
}

#underheaderpic{
	width:950px;
	height: 216px;
	background: #fff url('images/underheaderpic.png');
	margin:0 auto;
}

#content{
	padding: 0px;
	width:950px;
	margin:0 auto;
}



#insideContent{
	padding: 20px;
	background: #fff;
	width:910px;
	margin:0 auto;
}



.boxHeader{
	width:190px;
	height:26px;
	position:relative;
	text-align:center;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	line-height:17px;
}



.boxContent{
	width:190px;
	height:88px;
	position:relative;
	text-align:left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;

}


h1 {
	font-size:25px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#483818;
}

h2 {
	font-size:20px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#284838;
}

#nav ul {
	height:42px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position:relative;
	left: 580px;
	top: 16px;
}

#nav ul li {
	float: left;
}

#nav a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 3.0em;
	color: #345a4e;
	text-decoration: none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

#nav a:hover {
	color: #fff;
	text-decoration: none;
	background: #345a4e;
}

a:link {text-decoration:underline; color:#483818; font-weight:bold;}
a:visited {text-decoration:underline; color:#000; font-weight:bold;}
a:hover {text-decoration:none; color:#284838; font-weight:bold;}
a:active {text-decoration:underline; color:#483818; font-weight:bold;}

div.left {
    float: left;
    width: 300px;
	padding-right: 10px;
}

div.right {
    float: right;
    width: 300px;
	padding-left: 10px;
}



div.middle {
    margin: 0px;

}


