body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:20px;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
}

a img{
	border:none;
}

a{
	color:#0095d4;
	text-decoration:none;
}

a:hover{
	color:#0095d4;
	text-decoration:underline;
}

form{
	padding:0px;
	margin:0px;
}

label{
	margin:0px;
	padding:0px;
}

h1{
	font-family:Tahoma;
	font-size:22px;
	color:#0095d4;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 20px 0px;
	line-height:28px;
}

h2{
	font-family:Tahoma;
	font-size:16px;
	color:#63a245;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

h2 a{
	color:#63a245;
	text-decoration:none;
}

h2 a:hover{
	text-decoration:none;
}

h3{
	color:#999999;
	font-family:Tahoma;
	font-size:16px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	margin-bottom:18px;
}

p{
	padding:0px;
	margin:0px;
	margin-bottom:18px;
}

.fakeHr{
	float:left;
	width:100%;
	height:1px;
	background-image:url(../img/fake_hr.gif);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	line-height:0px;
}

.smallText{
	font-size:10px;
}

#brochure{

}

#headerFlash{
	padding:0px 0px 0px 130px;
}

.newsImage{
	padding:10px 12px 0px 0px;
}


/* layout */

#header{
	height:189px;
	background-color:#59a238;
	background-image:url(../img/header_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#headerInner{
	margin:auto;
	width:920px;
	height:189px;
}

#header #left{
	float:left;
	width:400px;
}

#header #right{
	float:left;
	width:520px;
}

#header #logo{
	float:right;
	padding:20px 0px 0px 0px;
}

#header #menuBar{
	float:left;
	clear:both;
	width:920px;
	padding:26px 0px 0px 0px;
}

/* main Menus */

#header #menuBar ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

#header #menuBar ul li{
	float:left;
}

#header #menuBar ul li a{
	display:block;
	padding:0px 18px 0px 0px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

#header #menuBar ul li a:hover{
	color:#dee113;
}

#header #menuBar ul .current a{
	text-decoration:underline;
}

/* main */
#wrapper{
	width:920px;
	margin:auto;
}

#leftCol{
	float:left;
	width:420px;
	padding:30px 50px 22px 0px;
	background-image:url(../img/vert_dots.gif);
	background-repeat:repeat-y;
	background-position:440px 0px;
}

#leftColBig{
	float:left;
	width:640px;
	padding:30px 50px 22px 0px;
}

#leftCol h2{
	margin-bottom:6px;
}

#midCol{
	float:left;
	width:200px;
	padding:30px 20px 0px 0px;
}

#rightCol{
	float:left;
	width:230px;
	padding:30px 0px 0px 0px;
	background-image:url(../img/right_col_fade.gif);
	background-repeat:no-repeat;
	background-position:0px 30px;
	min-height:436px;
}

/* table */
table{
	font-size:11px;
}

table .header td{
	background-color:#59a238;
	color:#FFFFFF;
	font-weight:bold;
	padding:6px 0px 6px 8px;
	border:none;
	font-size:12px;
}

table .first td{
	padding:12px 0px 4px 8px;
}

table td{
	border-bottom:1px #EBEBEB solid;
	padding:4px 0px 4px 8px;
}

/* Lists */

#leftCol ul{
	list-style:none;
	padding:0px 0px 18px 0px;
	margin:0px;
}

#leftCol li{
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:0px 0px 0px 14px;
}

/* copy */

#copy{
	clear:both;
	margin:auto;
	height:58px;
	width:920px;
	color:#666666;
	font-size:11px;
	border-top:1px #CCCCCC solid;
}

#copy ul{
	float:left;
	display:block;
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px;
	font-size:11px;
	background-image:url(../img/copy_div.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

#copy ul li{
	float:left;
	padding:0px 10px 0px 10px;
	background-image:url(../img/copy_div.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#copy ul .last{
	background-image:none;
}

#copy ul li a{
	color:#666666;
	text-decoration:none;
}

#copy ul li a:hover{
	color:#000000;
}

#copy .left{
	float:left;
	padding:12px 0px 0px 0px;
}

#copy .left div{
	float:left;
	padding:0px 10px 0px 0px;
}

#copy .right{
	float:right;
	padding:12px 0px 0px 0px;
}

#copy .right a{
	color:#666666;
}

#copy .right a:hover{
	text-decoration:none;
	color:#000000;
}

	
	