@charset "utf-8";
html, body{
	margin:0px;
	padding:0px;
	background-image:url(images/layout/mainBackground.png);
    background-repeat:repeat-x;
    background-color:#E6E6E6;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}
a:link, a:hover, a:active { color:#FFF;
text-decoration:none;}
 a:visited { color:#FFF;
 text-decoration:none;}
 
h2 {
	color:#dc5d1b;
}
 
#background0 {
	width:100%;
	height:510px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	background:url(images/layout/greenTransBackground.png) top center no-repeat;
}
#background1 {
	width:100%;
	height:510px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	background:url(images/layout/paisleyBackground.png) repeat-x;
}
#wrapper {
	width:900px;
	min-height:100%;
	height: auto !important;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-30px;
	z-index:2;
	position:relative;
	background-image:url(images/layout/backgroundCheat.gif);
	background-repeat:repeat-x;
	background-position:left 120px;
}
#header {
	height:119px;
}
#header img{
	padding-top:25px;
}
#navBar{
	width:100%;
	height:40px;
	background-color:#00562B;
}
#navBar ul{
	display:block;
	padding:0px;
	margin:0px;
	width:896px;
	margin-left:auto;
	margin-right:auto;
}
#navBar ul li{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	list-style-type:none;
	font-size:1.15em;
	display:block;
	text-align:center;
	float:left;
	line-height:38px;
	background-color:#00562B;
	height:40px;
	width:128px;
}
#navBar ul li:hover{
	background-color:#009231;
}
#contentAreaWrapper0{
	background-image:url(images/layout/contentAreaBackground0.png);
	background-repeat:repeat-x;
	background-color:#EBECEB;
	border:1px solid #F9F9F9;
	width:898px;
	padding:0px;
	margin:0px;
	height:100%;
}
#contentAreaWrapper1{
	background-image:url(images/layout/contentAreaBackground1.png);
	background-repeat:repeat-x;
	background-color:#EDEDED;
	border:1px solid #E0E0E0;
	width:880px;
	margin:10px;
	height:100%;
	position:relative;
	padding-bottom:10px;
}
.column{
	display:block;
	margin-top:10px;
	height:100%;
}
.left{
	float:left;
	width:612px;
}
.right{
	float:right;
        margin-right:10px;
	width:255px;
}
.clear{
	clear:both;
}
#leftColumn div{
	width:570px;
}
.contentBox{
	border:1px solid #E2E2E2;
	background-image:url(images/layout/contentBoxBG.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	display:block;
	margin-left:10px;
	padding:15px;
}
.floatingBoard{
	height:225px;
}
.floatingBoard img{
	position:relative;
	float:left;
	left:-30px;
	top:-30px;
}
.leftContent{
	min-height:225px;
}
#footer{
	height:30px;
	width:890px;
	margin-left:auto;
	margin-right:auto;
	background-color:#009933;
	position:relative;
	z-index:3;
	line-height:30px;
	text-align:right;
	padding-right:10px;
}
#footerPush{
	height:30px;
}