body {
	margin:0;
	font-size:12px;
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background-color:#666666;
	line-height: 16px;
	color:#3A3A3A;
}
h1,h2, h3 {
	font-weight:normal;
	color:#446EB8;
}
h1 {
	font-size:25px;
        margin-bottom:20px;
}
h2 {
	font-size:19px;
        margin-bottom:10px;
}
h3 {
	font-size:14px;
}
a {
	color:#6C9D31;
}
#header {
	background:#FFF;
}
#nav {
	height:35px;
	line-height:35px;
	background:#6C9D31;
}
#nav a {
	color:#fff;
	text-decoration:none;
	display:inline-block;
	width:110px;
	outline:none;
}
#nav a:hover {
	text-decoration:underline;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	text-align:center;
}
#wrapper {
	margin-left: auto;
	margin-right:auto;
	width:1024px;
	background:#FFF url(/images/wrap-bg.jpg) repeat-y right;
}
#icons {
	background:url(../images/icons.jpg) no-repeat;
	width:864px;
	height:217px;
	margin-left:-7px;
	padding-left:7px;
}
.box {
	width:216px;
	height:100px;
	float:left;
}
.box .inner {
	padding:50px 20px 0 20px;
}
.box a {
	text-decoration:none;
}
.box a:hover {
	text-decoration:underline;
}
.box h1 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 0 40px;
	text-transform:uppercase;
	color:#2A2C2D;
}
#content {
	float:left;
	width:799px;
}
#content h1 {
	margin-top:0;
}
#content .inner {
	padding:50px 30px 30px 30px;
}
#sidebar-right {
	width:225px;
	margin-left:799px;
	background: url(/images/content-bg.jpg) no-repeat right top;
	min-height:450px;
	color:#FFF;
}
#sidebar-right .inner {
	padding:30px 10px 30px 64px;
}
#login {
	text-align:right;;
}
.textfield {
	height:20px;
	width:170px;
	background:url(../images/input-bg.jpg) no-repeat;
	padding:4px 3px;
	color:#333;
	border:none;
}
#footer {
	padding:15px 30px;
	color:#A7C483;
	border-top:1px solid #A7C483;
}
#subheader {
	height:75px;
	width:1025px;
	line-height:35px;
	text-align:right;
	background:#A7C483;
	border:solid #fff;
	border-width:0px 0px 1px 0px;
	background-image: url(/images/heading.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.clear {
	clear:both;
}