/* 

Site Style Sheet
Developed by Danixae 


*/


/*  Basic Body Formatting  */

body { 
	font-family: tahoma, verdana, arial, helvetica, sans-serif; 
	color: #E0CF97; 
	font-size: 10pt; 
	margin: 0px;
	padding: 0px;
	background-color: #492026;
	background-image: url("images/background_bar.jpg");
	background-repeat: repeat-x;
	} 



/* Division Formatting */

div.menu {
	float: left;
	width: 335px;
	text-align: right;
	}
	
div.center {
	text-align: center;
	}
	
div.content {
	float: right;
	text-align: left;
	margin-right: 2%;
	width: 65%;
	}
	
div.banner {  
	text-align: center;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 4%;
	}
	
	
div.inset {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	text-align: left;
	float: right;
	width: 30%; 
	font-size: 9pt; 
	margin-left: 15px;
	margin-right: 5px;
	color: #E0CF97; 
	} 
	
div.listserve {
	margin-top: 10%;
	margin-left: 2%;
	float: left;
	}

div.footer {
	clear: both;
	color: #C6AB50;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 3%;
	margin-bottom: 3%;
	}
	

/* Link Formatting */

a {
	color: #CAB04F;
	}

a.visited {
	color: #CAB04F;
	}
	
a.hover {
	background-color: #E0CF97;
	color: #492026;
	}

a.active {
	color: #E0CF97;
	}


/* Text Formatting Styles */
	
p {
	margin-right:20px;
	margin-top: 5px; 
	}

div.center p {
	text-align: center;
}	
	
div.inset fieldset {
	border-color: #CAB04F;
	padding: 10px;
	}	

legend {
	font-weight: bold;
	font-size: 10pt;
	color: #E0CF97; 
	}
	
hr {
	color: #CAB04F;
	align: center;
	}	
	
ul {
	text-align: left;
}
	
/* Heading Formatting */

h2 {
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	margin-bottom: -4px;
	padding-top: 15px;
	}
	
h3 {
	font-weight: bold; 
	color: #CAB04F; 
	font-size: 11pt;
	text-align:center; 
 	margin-top: 10px;
	margin-bottom: 1px; 
	}	

h4 {
	font-weight: normal; 
	/* color: #E0CF97; */
	color: #CAB04F; 
	font-size: 10pt;
	text-align:left; 
 	margin-top: 10px;
	margin-bottom: 1px; 
	}
	
h4.inset {
	font-weight: normal; 
	/* color: #E0CF97; */
	color: #CAB04F; 
	font-size: 10pt;
	text-align:left; 
 	margin-top: 10px;
	margin-bottom: 1px; 
	}
	
h5 {
	text-align: left;
	font-weight: normal;
	font-style: italic;
	font-size: 10pt;
	}	

/* Table Formatting */

table {
	font-size: 11pt;
	border: 0;
	text-align: center;
	}
	
td {
	padding: 5px;
	spacing: 5px;
	}
td.sm {
	font-size: 10pt;
	}
	



/* Image Formatting */

div.content img {
	text-align: center;
	border: 0;
	}
