/* Element styles */

body{
	font-family:verdana, trebuchet MS, sans-serif;
	font-size:12px;
	color:#000;
	margin:0px;
	height:100%;
	background:url(../images/mainBG.jpg) repeat-x;
	background-color:#372007;
	
}

a {color:#000;}

a:hover{color:#555;}

h1{
	display:none;
}

p{
	margin:0px
}



h4{
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	padding:0;
	margin:10px 0 0 0;
}
/* main styles */
#main{
	width:960px;
	margin:0px auto 0px auto;
}


#headerPane{
	width: 950px;
	height: 108px;
	background:url(../images/header.png) no-repeat 38px 0;
	padding: 0 0 0 10px;
	position:relative;
	z-index:999;

}

#headPane{width:200px; float:left;}
#sandraKiser{width:200px; float:right;margin:70px 0 0 0;}

#menuPane{
	width: 960px;
	height:25px;
	background-image:url(../images/menuBG.png);
	background-repeat:repeat-x;
	margin:0;
	color:black;
	padding:0;
}

#contentTop {background:url(../images/bodyCap.png) no-repeat;width: 960px;height:30px;margin:-30px 0 0 0;}

#contentPane{
	width: 920px;
	padding:0 20px;
	margin:0;
	height:700px;
	background:url(../images/BodyBG.png) repeat-y;
}
#centerPane {width:650px;float:left;}
#rightPane {width:225px;float:right;}
#footerHolder{
	width:873px;
	margin:0 auto 0 auto;
	height:144px;
	clear:both;
}


#copyPane{
	color:#41b8cd;
	width: 776px;
	padding:10px;
	margin:60px auto 0px auto;
	clear:both;
	text-align:center;
}

#contentContainer{width:610px;padding:0 20px;float:left;}

#homeSubscribe{width:210px;float:right;display:inline;}
/* menu styles */

#nav{
	margin:0;
	padding:5px 0 0 0;
	height:25px;
	text-align:center;
}

#nav ul{
	padding:0px;
	margin:3px 0 0 0;
	text-align:center;
}

#nav li{
	margin:0 10px 0 0;
	background-image:url(../images/menuItemBG.png);
	background-repeat:repeat-x;
	list-style:none;
	display:inline;
}


#nav li a{
	color:black;
	font-size:1em;
	text-decoration:none;
	font-family: verdana;
	font-weight:bold;
	margin:0;
	
}

#nav li a:hover{
	color:#666666;
}

#nav li a:visited {
	color:black;
}
#nav li a:active {
	color:black;
}

/* Form Styles */

.frmLabel{display:block;margin:5px 0;padding:0;font-weight:bold;}

.frmField{display:block;margin:0;padding:0;}