body {
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/main-bg.png) repeat-y top left;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}

img {
	border: 0;
}

div#top-right {
	width: 100%;
	height: 120px;
	background: url(../images/top-right.png) no-repeat top right;
	position: fixed;
	top: 0;
	z-index: 1000;
}

div#top-left {
	width: 503px;
	height: 120px;
	background: url(../images/top-left.png) no-repeat top left #fff;
	float: left;
}

div#bot-right {
	width: 100%;
	height: 55px;
	background: url(../images/bot-right.png) repeat-x top;
	position: fixed;
	bottom: 0;
}

div#bot-left {
	width: 503px;
	height: 55px;
	background: url(../images/bot-left.png) no-repeat top left #fff;
}

a#logo {
	display: block;
	padding-left: 35px;
	padding-top: 15px;
	float: left;
}

div.moduletable-phone {
	padding-top: 20px;
}

div.moduletable-phone img {
	padding-left: 15px;
}

div.moduletable_menu {
	position: fixed;
	z-index: 1001;
	top: 72px;
	left: 80px;
	width: 950px;
	font: normal 14px Arial;
}

div.moduletable_menu ul {
	list-style: none;
}

div.moduletable_menu li {
	list-style: none;
	float: left;
}

div.moduletable_menu a {
	text-decoration: none;
	color: #fff;
	padding-right: 15px;
}

div.moduletable_menu a:hover {
	color: #DAFB3F;
}

a#copy {
	display: block;
	padding-left: 310px;
	padding-top: 20px;
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

table#center {
	width: 100%;
	height: 200px;
	margin-top: 120px;
}

td#left {
	width: 150px;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 45px;
	padding-bottom: 70px;
}

td#cont {
	padding-right: 10px;
	text-align: justify!important;
	padding-bottom: 70px;
}

td#cont p {
	padding-left: 15px;
	text-align: justify;
	padding-top: 0px;
	margin-top: 0px;
}

td#cont ul, td#cont ol {
	font-size: 12px;
}

td#cont img {
	border: solid 4px #007046;
}

td#cont li {
 margin-bottom: 5px;
}

td#cont a {
	color: #007046;
	text-decoration: none;
}

td#cont a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6, div.componentheading, td.contentheading {
	font-family: Arial;
	font-weight: bold;
	margin: 0;
	padding: 5px 15px;
	display: block;
	float: none;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: auto;
	text-align: left;
}

td.contentheading {
	color: #fff;
	background: #007046;
}
h1, div.componentheading {
	color: #fff;
	font-size: 18px;
	background: #007046;
	margin-right: 100px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #606060;
	margin-right: 200px;
}

h3 {
	font-size: 16px;
	margin-right: 300px;
}

h4, td.contentheading {
	font-size: 14px;
/*	margin-right: 400px;*/
}

div.moduletable_left {
}

div.moduletable_left ul {
	list-style: list-style-image;
	list-style-image: url(../images/dot.png);
}

div.moduletable_left li {
	list-style: list-style-image;
	list-style-image: url(../images/dot.png);
	font-weight: bold;
	font-size: 12px;
}

div.moduletable_left a {
	color: #85A000;
	text-decoration: none;
}

div.moduletable_left a:hover {
	color: #007046;
}
