BODY {
    background:#e8dcd8;
        background-attachment: fixed;
	 background-position: 100%;
}
UL {
	list-style-image: url(images/bullet.gif); font-size: medium;
}
TD {font-family: "Times New Roman",Times,serif;  vertical-align : top; }
TH {font-family: "Times New Roman",Times,serif;background-color:}
A {text-decoration: underline; font-size: small;} 
A:link { color: #660000} /* unvisited link */ 
A:visited { color: #666600} /* visited links */
A:active { color: #000000;} /* active links */ 
SELECT {font-family: "Times New Roman"; font-size: x-small;} 
hr {text-align: center; width: 80%; margin-left: 10%; margin-right: 10%; color:#000000;} 
H1 {text-align: center; color:#782828; font-weight: bold; font-size: 12pt; line-height: 14pt; font-family: Times New Roman; font-style: normal;} 
H2{text-align: center; color:#000000; font-weight: bold; font-size: 12pt; line-height: 8pt; font-family: Times New Roman; font-variant: normal; font-style: normal;} 
H3{text-align: center; color:#000000;font-weight: bold; font-size: 12pt; line-height: 14pt; font-family: Times New Roman; font-variant: normal; font-style: normal;} 
H4{text-align: center; color:(144,149,208); font-weight: bold; font-size: 10pt; line-height: 10pt; font-family: Times New Roman; font-variant: normal; font-style: normal;} 
H5{text-align: center; color:#000000 ;font-weight: normal; font-size: 8pt; line-height: 14pt; font-family: Times New Roman; font-variant: normal; font-style: normal;} 
H6{text-align: center; color:black;font-weight: bold; font-size: 12pt; line-height: 14pt; font-family: Times New Roman; font-variant: normal; font-style: normal;} 
P{
	font-size: medium;
	line-height: normal;
	margin-left: 10%;
	margin-right: 10%;
	font-weight: lighter;
} 
#header{display: block;
	min-height: 275px;

}
#title{display: block;
	position: relative;
	border: #CD853F ;
	text-align: center;
	width: 66%;
}
#navright{display: block;
	position: absolute;
	float: right;
	top: 0;
	left: 68%;
	
}
#navbottom{display: block;
	position: relative;
	text-align: center;
}

.textcenter {text-align: center;}
.indent1 {text-indent: 1em;}
.indent2 {text-indent: 2em;}
.indent6 {text-indent: 3em;}
