

/* ************** PAGE STRUCTURE ************** */

.tablebackground {
	background-color: white;
      background: url("../graphics/background.jpg");
	padding: 0;
	width: auto;
	height:auto;
}

/* ************** TEXT FORMATTING ************** */

h1 { 
 font-family: georgia,times,"times new roman";  
 font-size: 12pt; 
 line-height: 14pt;
 font-weight:bold;
 color: #CC9966;
 margin-left: 20px;
 }

h2 { 
 font-family: georgia,times,"times new roman";  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight: bold;
 color: #AB8563;
 margin-left: 20px;
 }
h3 { 
 font-family: georgia,times,"times new roman";  
 font-size: 9pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #896B47;
 margin-left:20px;
 margin-top:20px;
 margin-bottom:20px;
 }
h4 { 
 font-family: georgia,times,"times new roman";  
 font-size: 9pt; 
 line-height: 10pt;
 font-weight:normal;
 color: #A28768;
 margin-left:20px;
 margin-top:20px;
 margin-bottom:20px;
 }

.h1inside { 
 font-family: arial,helvetica;  
 font-size: 20pt; 
 line-height: 26pt;
 font-weight:bold;
 color: #000000;
 }

.h2inside { 
 font-family: arial,helvetica;  
 font-size: 14pt; 
 line-height: 18pt;
 font-weight: bold;
 color: #6B373B;
 }
.tagline { 
 font-family: georgia,times,"times new roman";  
 font-size: 12pt; 
 line-height: 14pt;
 font-weight:normal;
 color: #CC9966;
 }

.main { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 font-weight:normal;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 10px;
 color: #B9957B;
 }
.disclaimer2 { 
 font-family: verdana,arial,helvetica;  
 font-size: 7pt; 
 line-height: 9pt;
 color: #9A7656;
 background: #2F0B1A;
 }
.disclaimer { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 10pt;
 color: #9A7656;
 background: #2F0B1A;
 }


/* Link Formatting */

.navlinks { 
 font-family: arial,helvetica;  
 font-size: 11pt; 
 line-height: 14pt;
 font-weight:bold;
 color: #cc9966;
 }


/* This one is for the Link boxes.  */
/* Don't change unless you want a diff font */
/* color or size on them. */

a.navlinks {
	color: #cc9966;
	text-decoration: none;
	font-weight:bold;
	text-decoration: none;
	}
a.navlinks:hover {
	color: #865D5C;
	text-decoration: underline overline;
	}

A:hover {
/* Hover format for all Text Links */
	color : #ffffff;
	text-decoration: underline;
}

/* Form Formatting */

input {
border:none;
background:#313131;
color:#9C8B7C;
font-weight:bold;
}

select {
border:none;
background:#313131;
color:#9C8B7C;
font-weight:bold;
}

textarea {
border:none;
background:#313131;
color:#9C8B7C;
font-weight:bold;
}


/* Body Formatting */

BODY {
background-image: url("../graphics/background3.jpg");
padding:5px;
margin:5px;
}

