@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#707070;
	background-image:url(images/bgMain.gif);
	background-repeat:repeat-x;
	margin:0px auto;
	text-align:center;
	min-width:600px}
	
#main {
	margin:0 auto;
	width:808px;
	text-align:left;
}


h1 {
	color:#245810;
	font-size:16px;
	margin:0px 0px 0px 0px;
}

.colLeft {
	float:left;
	background-image:url(images/bgBox1.gif);
	width:266px;
	
}
.colRight {
	float:right;
	background-image:url(images/bgBox2.gif);
	width:542px;
}
.colLeftText {
	margin:0px 10px 0px 15px;
}
.colLeftText2 {
	margin:0px 10px 0px 15px;
	color:#FFFFFF
}
.colLeftText2 a {color:#d8c800}
.colRightText {
	margin:15px 40px 15px 35px;
	line-height: 20px;
}
.colRightText2 {
	margin:0px 40px 0px 20px;
	line-height: 20px;
	clear:both;
}
.thumb2 {margin:0px 10px 0px 0px}
.buttons {text-align:right;padding:5px 0px 0px 0px}
.txtSmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;color:#000000;
	font-weight:normal;
	margin-left:10px}
.subNav {
	margin:0px 0px 0px 10px;
	background-image:url(images/btnSubNav.gif);
	height:18px; width:209px;
	padding:5px 0px 0px 10px;
	cursor:pointer;
	text-decoration:none;
	color:#245810;
}
