

/* ************** PAGE STRUCTURE ************** */

.tablebackground {
	background-color: white;
      background: url("../graphics/background.jpg");
	padding: 0;
	width: auto;
	height:auto;
}
.rightsidebackground {
	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;
 }

p { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 font-weight:normal;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 10px;
 color: #9A7656;
 }
.translation { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 font-weight:normal;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 10px;
 color: #A28768;
 }

ul {	margin-left: 45px; 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 font-weight:normal;
 color: #000000;
}
ul li ul {	margin-left: 45px; 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 font-weight:normal;
 color: #000000;
}


/* Link Formatting */
.menulinks {
	color: #CC9966;
	font-family: georgia,times,"times new roman";  
 	font-size: 9pt; 
 	line-height: 16pt;
	text-decoration: none;
	}

.menulinks:hover {
	color: #CC9966;
	text-decoration: underline;
	font-family: georgia,times,"times new roman";  
 	font-size: 9pt; 
 	line-height: 16pt;
	font-weight: bold;
      background-color: transparent;
	}
.sitelinks { 
 font-family: arial,helvetica;  
 font-size: 9pt; 
 line-height: 16pt;
 font-weight:normal;
 color: #cc9966;
 }
.sitenav { 
 color: #000000;
 background: #423C36;
 padding: 5px;
 }
.sitenav2 { 
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 font-weight:bold;
 text-decoration: none;
 color: #cc9966;
 background: #423C36;
 }
.sitenav2:hover { 
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 font-weight: bold;
 text-decoration: none;
 background: #423C36;
 }


.nav { color:#C0C0FF;
	text-decoration: none;
}

.nav:hover {color:#ffffff;
}

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;
}

