body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	background: url(layout/body.jpg) repeat-x #4f4f4f;
	margin-top:52px;
	margin-bottom: 52px;
}

:focus
{
-moz-outline-style: none;
}

a {
	text-decoration: none;
	color: #487a19;
}


a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border:none;
}

.green {
	color: #487a19;
}


.grey {
	color: #777777;
}

.black {
	color: #000000;
}


ul {
	text-align: left;
	list-style:none;
	margin:0px;
	padding:0px;
}


#header {
	width:660px;
	list-style:none;
	padding-left: 40px;
	padding-right: 30px;
}


#menu {
	float:right;
	text-align:right;
	color: #FFFFFF;
	padding-right: 30px;
	line-height: 30px;
}


#menu a {
	margin-right: 10px;
	color: #FFFFFF;
}


#menu a:hover {
	color: #a1cb5b;
}


#display {
	list-style:none;
	width: 732px;
	background-color: #FFFFFF;
}


#left {
	width: 160px;
	padding: 40px;
	float: left;
	background-color: #FFFFFF;
}


#equalRight {
	width: 364px;
	float: right;
	background-color: #FFFFFF;
}

#equalLeft {
	width: 368px;
	float: left;
	background-color: #FFFFFF;
}


#right {
	width: 491px;
	border-left: 1px solid #e1e1e1;
	float: right;
	background-color: #FFFFFF;
}


#full {
	list-style:none;
	width: 732px;
	background-color: #FFFFFF;
}


#modules {
	list-style:none;
	width: 491px;
}


#modules li {
	width: 411px;
	padding: 40px;
}


#units {
	list-style:none;
}


#unit {
	width: 652px;
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:20px;
	border-top: 1px solid #e1e1e1;
}

#unit:hover {
	background-color: #e8f2d6;
}


#item {
	list-style:none;
}

#heading {
	padding:10px;
	padding-left:40px;
	background-color:#f6f6f6;
	color:#95ae7d;
	font-size:24px;
	font-weight:bold;
	text-align:left;
}