﻿body {
	background: url(../images/bg.gif) top center repeat-y #e6e7e6;
}

.nav {
	background: url(../images/nav.gif) bottom center no-repeat;
}

.nav-home {
	background: url(../images/nav.home.gif) bottom center no-repeat;
}

#sidenav {
	background: url(../images/sidenav-bg.gif) top center no-repeat;
	width: 265px;
	height: 376px;
	
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	color: #ffffff;
}

	#sidenav div {
		padding-top: 20px;
		padding-left: 40px;
	}
	
	#sidenav a {
		color: #fcdd32;
		text-decoration: none;
	}
	
	#sidenav a:hover {
		color: #ffffff;
	}

#content {
	margin-left: 57px;
}

#nav {
	margin-top: 33px;
	margin-left: 50px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 37px;
	line-height: 45px;
	color: #009e00;
	margin-top: 12px;
	margin-bottom: 10px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #009e00;
}

h3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	color: #009e00;
	margin-bottom: 0px;
}

.bodytext {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	line-height: 21px;
	color: #4e4e4e;
}

.bodytextsmall {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	line-height: 18px;
	color: #4e4e4e;
}