body {
	font: normal small Arial, Helvetica, Geneva, sans-serif;
	background: #cccccc url(../images/white_grey_bg_dgrey.png) repeat-x;
}

.green {
	background: #cccccc url(../images/white_grey_bg_green.png) repeat-x;
}

.orange {
	background: #cccccc url(../images/white_grey_bg_orange.png) repeat-x;
}

.blue {
	background: #cccccc url(../images/white_grey_bg_blue.png) repeat-x;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	width: 745px;
	display: block;
	height: auto;
	background: #6c6c6c url(../images/white_grey_bg.png) repeat-x;
}
	
.logo {
	margin-top: 40px;
}

.aboutus {
	border: 2px solid white;
}

#mainnav {
	width: 745px;
	height: 314px;
	background-image: url(../images/mainnav_bg.png);
	clear: both;
	display: block;
	float: none;
}

#nav1 {
	float: left;
	color: #515151;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#nav1 ul{
}

#nav1 li{
	display: block;
	width: 195px;
	float: left;
	margin-top: 185px;
}

.left {
	margin-left: 43px;
	margin-right: 35px;
}

.middle {
	margin-right: 40px;
}

.right {
	
}

.image {
	margin-top: 8px;
}

#midbar {
	width: 686px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.headline {
	padding-left: 15px;
	color: white;
	padding-top: 12px;
	display: block;
	font-size: 1em;
	width:  430px;
	margin-right: 0;
	padding-right: 0;
	float: left;
}

.findout {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#bottomnav {
	width: 745px;
	clear: both;
	display: block;
	float: none;
	height: auto;
	margin-top: 15px;
}

#bottomnav p {
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 40px;
	color: white;
}

#bottomnav strong {
	font-size: 1.2em;
}

#bottomnav  a {
	color: white;
}

#bottomnav  a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#bottomnav ul{
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 40px;
	color: white;
}

#bottomnav li{
	list-style-type: disc;
	list-style-position: inside;
}

#footer {
	font-size: 1em;
	color: white;
	width: 300px;
	display: block;
	float: none;
	clear: none;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	font-size: .9em;
}





