/*
TOP LEFT orange = #E89D28
BOTTOM LEFT tan = #D48332
TOP RIGHT red - #A4581C
BOTTOM RIGHT black = #000000
*/

html {
	margin: 0;
	padding: 0;
}
	
body {
	margin: 30px;
	padding: 0;
	background-color: #000000;/* 11/17/2008*/
	/*background-color: #A3581C; 10/23/2008*/
	/*background-color: #996633; 10/20/2008*/
	
}


#navback {
	background-color: #E0D4BB; /*11/17/2008*/
	/-background-color: #E79C26; 10/23/2008*/
	/*background-color: #CC9966;10/23/2008*/

}
		
h1 {
	color: #830051; 
	font-family: arial, sans-serif; 
	font-size: 16pt; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left;
}

h2 {
	color: #830051; 
	font-family: arial, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left;
}

h3 {
	color: #830051; 
	font-family: arial, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left;
}


h4 {
	color: #830051; 
	font-family: arial, sans-serif; 
	font-size: 16pt; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left;
}

h5 {
	color: #830051; 
	font-family: arial, sans-serif; 
	font-size: 16pt; 
	font-weight: bold; 
	text-decoration: none;
	text-align: center;
}

.subnav{
	color: #000000; 
	margin: 0px 2px 15px 2px;
	padding: 2px 5px 2px 5px;
	font-family: arial, verdana, tahoma, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: none;
	list-style-type: none;
	/*display: block;*/
	/*line-height: 30px;*/
	/*border-top: 1px solid white;*/
	text-align: right;
}
.subnav a:link {
	color: #000000; 
	text-decoration: none;
}    
.subnav a:visited{
	color: #000000; 
	text-decoration: none;
}
.subnav a:hover{
	color: #000000; 
	text-decoration: underline;
}

.subnav a:active{
	color: #000000; 
	text-decoration: underline;
}

#address{
	color: #000000; 
	margin: 0px 2px 0px 2px;
	padding: 2px 5px 0px 5px;
	font-family: arial, verdana, tahoma, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: none;
	list-style-type: none;
	/*display: block;*/
	/*line-height: 30px;*/
	/*border-top: 1px solid white;*/
	text-align: right;
}

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

#content-container {
	margin: 0px 5px 20px 20px;
	padding: 0px 125px 25px 25px;
	/*border: thick solid #FFFFFF;*/
	border: thick solid #E0D4BB;
	font: bold 10pt arial, verdana, sans-serif;
	text-align: left;
	background-color: #E0D4BB;
}


p, ul {
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size:14px; 
	color:#000000;
	font-weight: normal;
	text-align: left;
}

#mission {
	font-family: 'times new roman', serif; 
	font-size:18px; 
	color:#000000;
	font-weight: normal;
	text-align: center;
}

#footer {
	color: #000000; 
	background-color: #E0D4BB;
	font-family: verdana, arial, tahoma, sans-serif; 
	font-size: 7pt; 
	font-weight: normal; 
	text-decoration: none;
	border-top: 1px solid black;
	text-align: center;
}
#footer a:link {
	color: #000000; 
	text-decoration: none;
}    
#footer a:visited {
	color: #000000; 
	text-decoration: none;
}
#footer a:hover {
	color: #000000; 
	text-decoration: underline;
}

#footer a:active {
	color: #992B2E; 
	text-decoration: underline;
}

#copyright {
	color: #000000; 
	background-color: #E0D4BB;
	font-family: verdana, arial, tahoma, sans-serif; 
	font-size: 7pt; 
	font-weight: normal; 
	text-decoration: none;
	
	text-align: center;
}
#copyright a:link {
	color: #000000; 
	text-decoration: none;
}    
#copyright a:visited {
	color: #000000; 
	text-decoration: none;
}
#copyright a:hover {
	color: #000000; 
	text-decoration: underline;
}

#copyright a:active {
	color: #992B2E; 
	text-decoration: underline;
}

