﻿/* ************** TEXT FORMATTING ************** */

h1 { 
 font-family: arial,helvetica;  
 font-size: 16pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #715A87;
 }
h2 {
	font-family: arial,helvetica;
	font-size: medium;
	line-height: 18pt;
	font-weight: bold;
	color: #C0C0FF;
}
h3 { 
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #9C8B7C;
 }
.h1inside { 
 font-family: arial,helvetica;  
 font-size: 20pt; 
 line-height: 26pt;
 font-weight:bold;
 color: #000000;
 }


.h2inside {
	font-family: arial,helvetica;
	font-size: 16pt;
	line-height: 18pt;
	font-weight: bold;
	color: #6B373B;
}

p {
	font-family: verdana,arial,helvetica;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: normal;
	margin: 8px 10px;
	color: #000000;
}

.BoldHeaderwLine { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 18pt;
 letter-spacing: .5em;	
 color: #cdc1b9;
 font-weight: bold;	
 text-indent: 1.5em;
 background: #322320; 
 }
.BoldHeader { 
 font-family: times,"times new roman";  
 font-size: 12pt; 
 line-height: 16pt;
 color: #7E6247;
 font-weight: bold;	
 text-indent: 1.5em;
 }
.maintitle { 
 font-family: arial,helvetica;  
 font-size: 16pt; 
 line-height: 10pt;
 font-weight:normal;
 color: #635F7B;
 }
.subtitle { 
 font-family: arial,helvetica;  
 font-size: 9pt; 
 line-height: 10pt;
 font-weight:bold;
 color: #95688C;
 }
.subsubtitle { 
 font-family: arial,helvetica;  
 font-size: 8pt; 
 line-height: 9pt;
 font-weight:normal;
 color: #CECECE;
 }

.name { 
 font-family: arial,helvetica;  
 font-size: 16pt; 
 line-height: 16pt;
 font-weight:bold;
 color: #000000;
 }
.address { 
 font-family: arial,helvetica;  
 font-size: 11pt; 
 line-height: 14pt;
 font-weight:bold;
 color: #000000;
 background: #604B71;
 }
.intro {
	margin-top:15px;
      padding:5px;
	margin-left: 200px;
	width: 280px;
 font-weight:normal;
 color: #635F7B;
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 10pt;
}

.introparagraph {
	margin-top: 150px;
	margin-left: 210px; 
	width: 340px;
 font-family: verdana,arial,helvetica; 
 font-size: 10pt; 
 line-height: 14pt;
 font-weight:normal;
 color: #ffffff;
}
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;
}

/* ************** STRUCTURE ************** */

#page {
	background-color: black;
    background: url("../graphics/background blank.jpg") no-repeat top left;
    border: none;
	margin: 0 auto;
	padding: 0;
	width: 840px;
	height:auto;
	float: left;
}

#content {
	float: left;
	margin: 0px;
	width: 575px;
}
#content2 {
	float: left;
	margin: 10px;
	width: 575px;
}

#sidebar {
	margin: 0 0 0 575px;
	padding: 0 0 0 0;
	width: 195px;
	border:0px;
}
#sidebar2 {
	width: 195px;
	border:0px;
	padding: 0 0 0 0;
      background: url("../graphics/leftbackground.jpg") top left;

}
#top {
	width: 840px;	height: 24px;
	margin: 0;
	padding: 0 0 0 0;
      background: url("../graphics/backgroundbottomtop.jpg") no-repeat top left;
}

#footer {
	width: 840px;
	margin: 0;
	padding: 0 0 0 0;
      background: url("../graphics/backgroundbottom.jpg") repeat-y top left;
}#disclaimer {
	width: 840px;	height: 75px;
	margin: 0;
	padding: 0 0 0 0;
      background: url("../graphics/backgroundbottomdisclaimer.jpg") no-repeat top left;
}

/* Link Formatting */

.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: #000000;
padding:0;
margin:0;
}

