/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	margin: 10px auto;
	text-align: center;
	background-color: #DDD587;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	background-position: top center;
}
#wrapper {
	margin: 0 auto;
	text-align: center;
	width: 782px;
	background-image: url(../images/wrapper_back.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #FFFFFF;
}
.copy {  
	font-size: 0.6em; 
	line-height: 1.5em; 
	color: #000000; 
	text-decoration: none
}
.smcopy {
	line-height: normal;
	color: #666666;
	font-size: 0.7em;
}
.maintable {  
	line-height: 14pt; 
	color: #666633; 
	background-image: url(images/drill_back.gif); 
	background-repeat: no-repeat
}
p, ul {
	font-size: 0.7em;	
}
a:link {
	color: #24506C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1E4259;
}
a:hover {
	text-decoration: underline;
	color: #24506C;
}
a:active {
	text-decoration: none;
	color: #24506C;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 0.9em;
	color: #666633;
	padding: 5px;
	letter-spacing: .2em;
}
h2 {
	font-size: 0.9em;
	color: #666633;
	background-color: #FBFAE6;
	border: dotted 1px;
	border-color: #C4D0CE;
	padding: 5px;
	letter-spacing: .2em;
}
h3 {
	font-size: 1em;
	color: #A1A251;
	padding: 5px;
	text-transform: uppercase;
	border-bottom: 3px double #A1A251;
	margin: 0 50px 0 50px;
}
