/* Sets basic styles*/ 

body {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #663333;
		}

table, td {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px auto;
}
.bulletlist {
	list-style-position: outside;
	list-style-type: disc;
}


a:link {
	color: #330000;
	text-decoration: underline;
}
a:visited {
	color: #330000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
} 	

/* HEADER */	
#tableheader {
	background-color: #83835b;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 10px;
}
#table_BW_banner {
	background-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #83835b;
	border-bottom-width: 10px;
	border-top-width: 10px;
	border-top-color: #cd9633;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#tableBARnav {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-collapse: collapse;
	background-color: #f4c97d;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}
#td_BARnav {
	font-size: 0.8em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.25em;
	color: #FFFFFF;
	}	
/* BAR NAV links*/
#td_BARnav a:link {color: #003366; text-decoration: none;}
#td_BARnav a:visited {color: #003366; text-decoration: none;}         
#td_BARnav a:active {color: #990000;}
#td_BARnav a:hover {color: #FFFFFF;} 

/* HEADER Ends here ***********************/

/* Banners */
#table_colorbanner {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #b58b41;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #b58b41;
}
	
#table_iconbanner {
	margin-top: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #5c5c33;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #5c5c33;
}


/* Footer */
#tablefooter 	{
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: solid;
	color: #FFFFFF;
	font-size: .8em;
	border-top-color: #FFFFFF;
}
#td_footerleft {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: left;
	background-color: #b58b41;
}
#td_footerright {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	text-align: right;
	background-color: #b58b41;
}
#td_footercenter {
	
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 30px;
}

#tablefooter a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#tablefooter a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#tablefooter a:hover {
	text-decoration: underline;
}
/* Footer End -------------*/


/*  Blank space table extends the page length. Use it below the footer, gives short pages with no side slider a side slider and stops them from appearing jumpy.  =========*/
#tableblankspace 	{
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

