body
{
	color: #666;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, "Lucida Sans", Arial, sans-serif;
	line-height: 150%;
	background-color: white;
	margin: 0;
}

#header
{
	background: rgb(255,255,255);
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#accent
{
	background-color: black;
	height: 1px;
	border-top: 3px solid rgb(151,158,159);
	border-bottom: 4px solid rgb(82,0,39);
}

#logo
{
	position: absolute;
	top: 22px;
}

#outer_wrapper
{
	background: #fff url("../images/background_200_wh.gif") repeat-y left;
}

#wrapper
{
	background: #fff url("../images/background_200_wh.gif") repeat-y right;
}

#container
{
	background: rgb(255,255,255) url("../images/background_200_wh.gif") repeat-y right;
	margin-right: -212px;
	width: 100%;
	float: left;
}

#content
{
	background: url("../images/background_200_wh.gif") repeat-y left;
	margin-right: 200px;
}

#sidebar
{
	text-align: right;
	top: 0;
	width: 200px;
	float: left;
}

.sidepad
{
	padding: 32px 24px 32px 14px;
}

#main
{
	background-color: white;
	margin-left: 200px;
	padding: 24px 32px 32px;
	border-right: 1px solid #53674c;
	border-left: 1px solid #53674c;
}

img
{
	border: 0;
}

#navigation
{
	background: rgb(255,255,255);
	width: 200px;
	float: right;
}

.navpad
{
	padding: 32px 14px 32px 24px;
}

#footer
{
	color: rgb(82,0,39);
	font-size: 9px;
	line-height: 150%;
	background-color: rgb(255,255,255);
	text-align: left;
	padding-left: 234px;
	clear: both;
	border-top: 1px solid rgb(82,0,39);
	border-bottom: 1px solid rgb(82,0,39);
}

.first
{
	color: rgb(82,0,39);
	letter-spacing: 1px;
	margin-top: 0;
	border-bottom: 1px solid rgb(82,0,39);
}

.firstmain
{
	color: #53674c;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	padding-right: 2px;
}

.last
{
	margin-bottom: 0;
}

.clearing
{
	height: 0;
	clear: both;
}

.top
{
	margin-top: 0;
}

.section
{
	color: rgb(82,0,30);
	letter-spacing: 2px;
	margin-right: -6px;
	margin-left: -6px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-top: 1px solid rgb(82,0,39);
	border-left: 1px solid rgb(82,0,39);
}

.sectionend
{
	color: #999;
	letter-spacing: 2px;
	margin-top: -18px;
	padding-bottom: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

a.sitelink:link
{
	color: #666;
	text-decoration: none;
	background-color: #fff;
	margin-left: 12px;
}

a.sitelink:visited
{
	color: #666;
	text-decoration: none;
	background-color: #fff;
	margin-left: 12px;
}

a.sitelink:hover
{
	color: #666;
	text-decoration: none;
	background-color: rgb(255,255,255);
	margin-left: 12px;
}

a.sitelink:active
{
	color: #fffbd1;
	text-decoration: none;
	background-color: rgb(255,255,255);
}

a.download:link
{
	color: #666;
	text-decoration: none;
	background-color: #fff;
}

a.download:visited
{
	color: #666;
	text-decoration: none;
	background-color: #fff;
}

a.download:hover
{
	color: #53674c;
	text-decoration: none;
	background-color: #fffbd1;
}

a.download:active
{
	color: rgb(255,255,255);
	text-decoration: none;
	background-color: #53674c;
}

a.mainlink:link
{
	color: #666;
	text-decoration: none;
	background-color: rgb(255,255,255);
}

a.mainlink:visited
{
	color: #666;
	text-decoration: none;
	background-color: rgb(255,255,255);
}

a.mainlink:hover
{
	color: #666;
	text-decoration: none;
	background-color: #fffbd1;
}

a.mainlink:active
{
	color: rgb(255,255,255);
	text-decoration: none;
	background-color: #53674c;
}

div#sidebar a:link
{
	color: #666;
	text-decoration: none;
	background-color: rgb(255,255,255);
	display: block;
	border-top: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
}

div#sidebar a:visited
{
	color: #666;
	text-decoration: none;
	background-color: rgb(255,255,255);
	display: block;
	border-top: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
}

div#sidebar a:hover
{
	color: #666;
	text-decoration: none;
	background-color: #fffbd1;
	display: block;
	border-top: 1px solid #fffbd1;
	border-bottom: 1px solid #fffbd1;
}

div#sidebar a:active
{
	color: rgb(255,255,255);
	text-decoration: none;
	background-color: #53674c;
	display: block;
	border-top: 1px solid #53674c;
	border-bottom: 1px solid #53674c;
}

div#navigation a:link
{
	color: #666;
	text-decoration: none;
	background-color: rgb(255,255,255);
	display: block;
	border-top: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
}

div#navigation a:visited
{
	color: #666;
	text-decoration: none;
	background-color: rgb(255,255,255);
	display: block;
	border-top: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
}

div#navigation a:hover
{
	color: #666;
	text-decoration: none;
	background-color: #fffbd1;
	display: block;
	border-top: 1px solid #fffbd1;
	border-bottom: 1px solid #fffbd1;
}

div#navigation a:active
{
	color: rgb(255,255,255);
	text-decoration: none;
	background-color: #53674c;
	display: block;
	border-top: 1px solid #53674c;
	border-bottom: 1px solid #53674c;
}

a.footlink:link
{
	color: rgb(82,0,39);
	text-decoration: none;
	background-color: rgb(255,255,255);
}

a.footlink:visited
{
	color: rgb(82,0,39);
	text-decoration: none;
	background-color: rgb(255,255,255);
}

a.footlink:hover
{
	color: #53674c;
	text-decoration: none;
	background-color: #fffbd1;
}

a.footlink:active
{
	color: rgb(255,255,255);
	text-decoration: none;
	background-color: #53674c;
}

#tagline
{
	color: white;
	font-size: 14px;
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
	font-style: italic;
	letter-spacing: 2px;
	position: absolute;
	top: 24px;
	left: 220px;
}

.italicunder
{
	font-style: italic;
	text-decoration: underline;
}

.underline
{
	text-decoration: underline;
}

.q
{
	color: rgb(82,0,39);
	font-weight: bold;
	margin-right: 6px;
}

.a
{
	color: rgb(82,0,39);
	font-weight: bold;
	margin-right: 6px;
}

.border
{
	border: solid 1px black;
}

.halfspace
{
	margin-top: -6px;
	margin-bottom: 18px;
}
