/* CSS Document
Gold #F0CC53
Green #182B04
Lt Gold #F4DD90
Brown #3D1C17
 */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align:center;
 	background-color:#3D1C17;
	color:#182B04;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	background-image:url(images_site/bkgd.jpg);
 	background-position:top center;
	}

h1{font-size:16px; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; margin-bottom:10px;}
h2{Font-size:16px; font-weight:bold; margin-bottom:10px; }
h3{font-size:16px; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif; text-transform:uppercase; margin-bottom:10px; text-align:center;}


a{color:#182B04; font-weight:bold; text-decoration:none;}
a:hover{text-decoration:underline;}

.emp_text{font-weight:bold; font-size:12px; font-style:italic;}
.notice{ font-size:11px; font-style:italic; margin-bottom:7px;}
.nav{padding-right:20px; }
.nav_home{padding-right:20px; color:#F4DD90;}
	.nav_home a{color:#F4DD90;}

.img_right{float:right; margin-left:10px;}
.img_left{float:left; margin-right:10px;}

#clearit{clear:both;}

#wrapper{
	width:850px;
	margin:0px auto 10px auto;
}

#daHead{}

#daBody_home{margin:0 74px; border-right:1px solid #F0CC53; border-left:1px solid #F0CC53; width:700px;}

#daBody{margin:0 74px; border-right:1px solid #F0CC53; border-left:1px solid #F0CC53; width:700px; background-image:url(images_site/sec_bk_cen.jpg); background-repeat:repeat-y}

#daNav{height:38px; padding:10px; background-image:url(images_site/sec_bk_top.jpg);}
#daContent{text-align:left; padding:0 44px;}
	#daContent img{border:1px solid #F0CC53; padding:5px;}
	#daContent .headImage{margin:5px 0 10px 0;}


#daBuffer{height:43px; background-image:url(images_site/sec_bk_bot.jpg);}

#daHilite{float:right; width:170px; border:1px solid #F4DD90; margin-left:10px;}
	.daHilite{padding:5px; margin:5px; background-color:#D4B345; color:#3D1C17; font-family:Arial, Helvetica, sans-serif; font-size:11px;}
	.a{color:#3D1C17; text-decoration:none;}
	.a:hover{text-decoration:underline;}



#daFoot{color:#F4DD90; font-family: "Times New Roman", Times, Georgia, serif; font-size:12px; text-align:center; height:65px; padding:0px 30px 0 75px; background-image:url(images_site/footer.png); background-repeat:no-repeat;}
	#daFoot a{color:#F4DD90; font-weight:bold;}

#homeText{ font-style:italic; text-align:center; padding:5px 80px;  color:#F4DD90;}

#pageFooter{padding:0px 10px 20px 10px; color:#F4DD90; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align:center;}	
	#pageFooter a{color:#F4DD90; font-weight:bold;}


/***********************************************/
/*News Box                                     */
/***********************************************/
#news{margin:20px 5px 5px 5px; border:2px solid #FFCD02; background-color:#E6E6E6;padding-bottom:5px;}
	#news h1{background-color: #1C1C1C; color:#FFCD02; font-size:12px; font-weight:bold; padding:5px 0; margin-bottom:2px;}
	#news a{color:#1C1C1C; font-weight:bold;}