* {
	padding:				0;
	margin:					0;
	border:					0px none;
}

body {
font-family:Helvetica, Arial, sans-serif;
line-height:1.5;
font-size:14px;
margin-bottom:1em;
color:#414141;
font-weight:normal;
background-color:#efe9dd;
background-image:url(../images/headerBG.png);
background-repeat:repeat-x;
}

h1 {font-size:3em;line-height:2.1em;}
h1 small{display:block;font-size:11px; font-style:italic; color:#BBB;}

h2 {font-size:1.0em;margin-bottom:1em;color:#999;font-weight:normal;}
h2 a {color:#666;text-decoration:none; border-bottom:1px solid #ddd;}

a:focus, a:hover {color:#96BE3D; text-decoration:underline}
a {color:#CA8A2A;text-decoration:none; }

div.clear {
	clear:					both;
	font-size:				0px;
	line-height:			0;
	height:					0px;
}

/** get rid of dotted line **/
div:active,
div:focus,
div:hover
{
outline-style: none;
}

a:active,
a:focus,
a:hover
{
outline-style: none;
}
/** get rid of dotted line **/


.contentRight a {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
color:#643917;
background:#d9b9a0 none repeat scroll 0 0;
padding:3px 4px 2px;
}

.contentRight a:hover {
background:#96BE3D none repeat scroll 0 0;
text-decoration:none;
}

.contentLeft a {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
color:#643917;
background:#d9b9a0 none repeat scroll 0 0;
padding:3px 4px 2px;
}

.contentLeft a:hover {
background:#96BE3D none repeat scroll 0 0;
text-decoration:none;
}


.ChannelTitle{
font-size:2em;
margin-bottom:1.75em;
letter-spacing: -1px;
font-weight:normal;
color:#643917;
}

.SubTitle {
border-bottom:2px dotted #643917;
color:#B36629;
font-size:1.35em;
font-weight:normal;
margin-bottom:0.5em;
}

.Sectiontitle{
font-size:14px;
font-weight:bold
}

div.header {
width:100%;
height:221px;
}

.hr {
border-top: 1px;
border-style: solid;
border-color:#999999;
width: 100%;
}

.blue {
border-top: 4px;
border-style: solid;
border-color:#4BBBF5;
width: 100%;
}

div.wrapper {
	margin:0 auto;
	width:930px;
	padding:0 20px;
}

div.navigation {
height:55px;
padding-top:5px;
float:right;
}

div.logo {
float:left;
padding-top:35px;
}

div.banner {
float:right;
padding-top:28px;
margin-bottom:-2px;
}


div.contentLeft {
	float: left;
	padding:15px 15px 10px 0;
	width:47%;
	min-height:300px;
	border-right:1px solid #e3ddcf;
}

div.contentRight {
	float:right;
	width:49%;
	padding:55px 0 10px 0;
	min-height:300px;
}


/** footer **/
div.footerOuter {
		width:100%;
		height:100px;
		background-color:#302921;
		margin:40px 0 -30px;
}

div.footer {
		width:					930px;
		margin:					0 auto;
		padding-top:20px;
		color:#EEE9DD;
		
}

div.footerLeft {
		width: 400px;
		float:left;
		text-align:left;
}

div.footerRight {
		width: 400px;
		float:right;
		text-align:right;
}

a.pdf {
background:transparent url(../images/pdf.png) no-repeat scroll left center;
border-bottom:0 none;
font-size:18px;
height:23px;
line-height:35px;
margin-left:10px;
padding-left:30px;
padding-top:5px;
text-decoration:none;
text-align:center
}

a.pdf:hover {
color:#ee8622;
background:transparent url(../images/pdf.png) no-repeat scroll left center;
border-bottom:0 none;
font-size:18px;
height:23px;
line-height:35px;
margin-left:10px;
padding-left:30px;
padding-top:5px;
text-decoration:none;
text-align:center
}

div.picsText {
float:left;
padding:0;
margin:4px 15px 10px 0;
border:3px solid #ee8622;
}

ul{
margin-left:0em;
padding-left:0.2em;
margin-bottom:1em;
}

ul li {
background:transparent url(../images/bullet.gif) no-repeat scroll 0 2px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:1.25em;
}

.formText {
border:1px solid #999999;
padding:5px;
}

.btn {
background:#ee8622;
color:#FFFFFF;
cursor:pointer;
display:block;
margin-top:5px;
padding:8px 6px;
}