#wrapper {
	width: 800px;
	background-color: #F7EED7;
	margin: 0 auto;
	text-align: left;
}

#header	{
	width: 800px;
	background-color: #F7EED7;
	text-align: center;
}

#leftnav {
	background-color: #F7EED7;
	padding: 10px;
	float: left;
	width: 150px;
}

#leftnav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000033;
	text-decoration: none;
	text-indent: 0px;
	display: block;
}

#leftnav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #660066;
	text-decoration: none;
	text-indent: 0px;
	display: block;
}

#leftnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000033;
	text-decoration: none;
	text-indent: 0px;
	display: block;
	background-color: #CCCCCC;
}

#maintext {
	background-color: #F7EED7;
	float: right;
	width: 610px;
	padding: 10px;
}
	
#footer {
	background-color: #F7EED7;
	text-align: center;
	padding-top: 15px;
}


body {
	background-color: #FFFFFF;
	text-align:center;
}

h1 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #000033;
}

h2 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000033;
}

h3 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #000033;
}

p	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	color: #333333;
	line-height: 20px;
}

dt	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9 ems;
	font-weight: bold;
	color: #6b1101;
	line-height: 2 ems;
}

dd	{
	font-family: Arial, Helvetica, sans-serif;
}

.boldit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: bold;
	color: #990000;
	letter-spacing: .1em;
}

strong em {
	color: #336666;
	font-size: .9em;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #660066;
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: bold;
}

.style2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000033;
	text-decoration: none;
	text-indent: 0px;
	display: block;
}

.foot	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-indent: 0px;
	display: block;
}

a:link {
	color: #006666;
}

a:visited {
	color: #FF6633;
}