/* Default Stylesheet */

/* BODY ELEMENTS */

body {
	font-size: 14px;
	font-family:Arial;
	color: #201c59;
	background-color: #d0e8ca;
}

p {
	font-size: 14px;
	color: #3f3f3f;
	line-height: 18px;
}

/*container */

#container {
	width: 940px;
	background-image:url(../images/page.png);
	margin:auto;
	padding:auto;
}

/*header */

#header {
	width: 940px;
	padding-top: 80px;
	background: #d0e8ca url(../images/header.png) no-repeat;
	height: 190px;
}
  
  
#sidebarnav a:hover, #sidebarnav a.active {
	background-color: #d0e8ca;
	text-decoration:none;
	color: #206a20;
}

/*widget */

.widget {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}

/* mainarea */

#mainarea {
	width:860px;
	clear:both;
	padding-left:40px;
}

#contentarea {
	width: 520px;
	float: right;
	padding-bottom: 30px;
}

#contentarea ul {

}

#contentarea li {
	line-height: 20px;
	color: #3f3f3f;
}

#contentarea a, a:link, a:active, a:visited {
	color: #206a20;
	text-decoration: none;
	font-weight: bold;
}

#contentarea a:hover {
	color: #206a20;
	text-decoration: underline;
	font-weight: bold;
}

/* sidebar */

#sidebar {
	float:left;
	color:#FFFFFF;
}

#ad {
	float:left;
	background-color: silver;
	margin-top: 30px;
	margin-left: 130px;
}

#sidebarnav {
	margin-top: 10px;
}
  
#sidebarnav a {
	width: 300px;
	display: block;
	clear:both;
	color:#ffffff;
	text-decoration:none;
	font-size: 15px;
	font-weight: normal;
	background-color: #206a20;
	padding-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
	font-style: normal;
	height: 28px;
}

h1, h1 a {
	color: #206a20;
	text-align: left;
	font-size: 40px;
	text-transform: uppercase;
	margin-left: 40px;
}

h1 a:hover {
	color: #206a20;
	text-align: left;
	font-size: 40px;
	text-transform: uppercase;
	margin-left: 40px;
}

h2 {
	font-size: 18px;
	color: #206a20;
	font-weight: bold;
}

h3 {
	color: #3f3f3f;
	font-size: 15px;
}

#sidebar a {
	color: #fff;
}

#sidebar h2 {
	font-size: 16px;
	padding-left:15px;
	color:#FFFFFF;
	padding-top:6px;
}

.description {
	color: #d0e8ca;
	text-align: left;
	font-style: italic;
	margin-left: 150px;
	font-size: 30px;
	margin-top: -30px;
}

a:hover {
	text-decoration:underline;
}

/* footer */

#footer {
	width: 940px;
	clear:both;
	padding-top: 30px;
	text-align:center;
	background: #d0e8ca url(../images/footer.png) no-repeat;
}

#footer ul {
	list-style: none;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

#footer li {
	display: inline;
	padding: 10px;
}

#footer a, a:link, a:active, a:visited {
	color: #206a20;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#footer a:hover {
	color: #206a20;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

/* credit */

#credit {
	clear:both;
	text-align:center;
	font-size: 12px;
	background-color: #d0e8ca;
	color: #206a20;
	padding-bottom: 50px;
}