﻿html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	background-image: url(../images/body_bg.gif);
	font-size: 100.01%;
	text-align: center;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B635D;
}

/***** Begin laying out the wrappers *****/

#wrapper {
	margin: 0 auto;
	width: 760px;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-y;
	/*height: 500px;*/
	padding: 4px 0 0 14px;
	/* padd\ing: 4px 0 0 7px; */
}

#innerwrapper {
	width: 710px;
	margin: 0 auto;
	background-color: #F7F7F7;
	border: 1px solid #EEEEEE;
	/*height: 496px;*/
	text-align: left;
	position: relative;
}

/***** Ends the wrappers *****/

/***** Begin Laying out the banner area *****/

#topbanner {
	/*background-image: url(../images/ff_logo.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;*/
}

#innerwrapper>#topbanner {
	height: 32px;
}

#topbanner h1 {
	font-size: 0;
	color: #574B3F;
	font-family: Arial, Verdana, sans-serif;
	padding: 0 0 0 2px;
	/*background-image: url(../images/top5.gif);
	background-repeat: no-repeat;*/
	height: 32px;
	margin: 2px 0 0 2px;
	overflow: hidden;
	line-height: 0;
	
}



#banner {
	background-image: url(../images/banner_bg.jpg);
	background-repeat: repeat-x;
	height: 108px;
	border-top: 4px solid ;
	border-bottom: 4px solid ;
	border-color: #004000 ;
}


/***** Ends the banner area *****/

/***** Begin laying out the content area *****/

#content {
	width: 475px;
	margin-left: 225px;
	margin-top: 18px;
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


#content h1 {
	font-size: 105%;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
	margin: 0 10px 10px 0;
	border-bottom: 1px solid #C5AEA6;
}

#content>h1 {
	border-bottom: 1px dotted #6D5D50;
}

#content h2 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0 6px 0;
	color: #000000;
}

#content h3 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0 6px 0;
	color: #6B635D;
}

#content p {
	font-size: 90%;
	padding: 6px 0;
	margin-right: 8px;
	color: #000000;
}


#content ul {
	margin: 20px 0 20px 25;
	color: #000000;
	text-align: left;
}

#content ul li {
	list-style-position: inside;
	list-style-type: disc;
}


/***** Ends the content area *****/

/***** Layout the navigation *****/

#nav {
	position: absolute;
	width: 180px;
	/*height: 250px;*/
	/*background-color: #ECE8E5;*/
	top: 170px;
	left: 3px;
}

#nav h3 {
	/*background-image: url(../images/nav_h3_bg.jpg);
	background-repeat: repeat-y;*/
	font-size: 90%; 
	padding: 3px 0 5px 3px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #50463D;
	width: 175px;
	background-color:#DBFFCE ;
	color: #000000;
}

#nav ul {
	list-style-type: none;
	padding-left: 2px;
}

#nav ul li {
	border-bottom: 1px solid #004000;
	font-family: Arial, Helvetica, sans-serif;
	width: 178px;
	line-height: normal;
	margin-bottom: 0;
}

#nav>ul li {
	border-bottom: 1px dotted #6D5D50;
}

#nav li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color:#000000;
	padding: 4px 0 4px 2px;
	/* padd\ing: 4px 0 4px 2px; */
	font-weight: bold;
}

#nav li a:hover, #nav li a:focus {
	/*background-color: #F3F3F3;
	background-image: url(../images/hover_bg2.gif);
	background-repeat: no-repeat;
	background-position: center left;*/
	background-color: #E8E8E8;
	color: #620000; 
}


/***** Ends the navigation *****/

/***** Begin laying out the footer area *****/

#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 30px;
	margin-left: -3px;
	/*  ma\rgin-left: -3px was -4 above ;*/
}

#innerfooter {
	border-top: 4px solid;
	border-color:#004000 ;
	height: 25px;
	margin-top: 20px;
	background-color: #eee;
}

#innerfooter p {
	font-size: 70%;
	text-align: right;
	padding: 2px;
	/* padding: 0 2px 2px 0;
	padding: 2px;
	padd\ing: 2px 2px 0 0; */
	color: #818585;
}


/***** Ends the footer area *****/



#skip {
	position: absolute;
	top: -300px;
}



