body {
	background-color: #CCCCCC;
	font-family: tahoma;
	font-size: 12px;
	color: #5F5F5F;
}

a {
   color: #91A700;
}

div#wrapper {
	position: relative;
	background-color: #FFFFFF;
	width: 766px;
	margin-left: auto;
	margin-right: auto;
}

div#masthead {
	width: 766px;
	height: 325px;
	margin-left: auto;
	margin-right: auto;
}

div#contentwrapper {
	margin-top: 25px;
	width: 766px;
	background-color: #FFFFFF;
	text-align: center;
	overflow: auto;
}

div#content_left {
	position: relative;
	float: left;
	background-color: #FFFFFF;
	width: 205px;
	border-right: 5px #CCCCCC solid;
}

div#content_left ul {
	list-style-type: none;
	margin-left: -18px;
}

div#content_right {
	position: relative;
	float: right;
	background-color: #FFFFFF;
	width: 556px;
}

div#content_right ul {
	list-style-type: none;
	margin-left: -18px;
}

div#footer {
	width: 766px;
	padding-top: 23px;
	padding-bottom: 23px;
	background-color: #666666;
	color: #FF6600;
	text-align: center;
}

p.leftcontent {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: left;
}

p.rightcontent {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: left;
}

strong.green {
	color: #91A700;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

strong.orange {
	color: #FF6600;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

span.orange {
	color: #FF6600;
	font-size: 13px;
	font-weight: bold;
}

span.green {
	color: #91A700;
	font-size: 13px;
	font-weight: bold;
}

span.bold {
	font-size: 13px;
	font-weight: bold;
}

.green {
	color: #91A700;
}

.left{
	text-align: left;
}

