<!--
body
{
	margin: 0px;
	background: #efe8db;
	font-family: Georgia, Times, Serif;

}


#container
{
	width: 724px;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #B29456 url('../resource/containerslice.gif') repeat-y;
}


#top
{
	float: left;
	width: 724px;
	height: 50px;
	background: #B29456;
}

#topwhite {
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 5px;
	background: #eee8d0;
	width: 713px;
	height: 2px;
	}

* html #topwhite {
	margin: 0px 0px 0px 2px;

}


#header
{
	float: left;
	width: 724px;
	height: 222px;
	background: #DAC087;
}

#middleDivider
{
	float: left;
	width: 713px;
	height: 50px;
	margin-left: 5px;
	margin-right: 5px;
	background: #DAC087;
}


* html #middleDivider
{
	float: left;
	width: 713px;
	height: 50px;
	margin-left: 2px;
	margin-right: 0px;
	overflow: hidden;
	background: #DAC087;
}

#subheaderleft {
	background-color: #dac087;
	border-right: 2px solid #b29456;
	width: 220px;
	height: 50px;
}

#subheaderright {
	position: relative;
	left: 223px;
	top: -50px;
	width: 443px;
	height: 50px;
	padding-left: 20px;
	background-color: #dac087;
	color: #800500;
	font-size: 24pt;
	font-family: Georgia, Times, Serif;
	font-variant: small-caps;
	font-weight: bolder;
}


* html #subheaderleft
{
	width: 221px;
}

#subheadtext {
	color: #800500;
	font-size: 20pt;
	font-family: Georgia, Times, Serif;
	font-variant: small-caps;
	font-weight: bolder;
}



#contentLeft
{
	float: left;
	width: 197px;
	background-color: #800000;
	margin-left: 5px;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #b0995e;
	font-size: 0.9em;
	font-family: Georgia, Times, Serif;
	font-variant: small-caps;
	font-weight: bold;
}

a.left:link {
	font-weight: bold;
	color: #dac087;
	font-family: arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
}

a.left:visited {
	font-weight: bold;
	color: #dac087;
	font-family: arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
}

a.left:active {
	font-weight: bold;
	color: #dac087;
	font-family: arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
}

a.left:hover {
	color: #eee8d0;
	border-bottom: 1px dotted #eee8d0;
	text-decoration: none;
}

ul {
	margin-top: 0px;
	font-weight: bold;
	color: #dac087;
	font-family: arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 8pt;
}



#contentRight
{
	float: left;
	width: 442px;
	background: transparent;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 25px;
	color: #800500;
	font-family: arial, Tahoma, Helvetica, Sans-Serif;
}

a:link {
	color: #800500;
	font-family: arial, Tahoma, Helvetica, Sans-Serif;
}

a:visited {
	color: #800500;
	font-family: arial, Tahoma, Helvetica, Sans-Serif;
}

a:active {
	color: #800500;
	text-decoration: underline;
	font-family: arial, Tahoma, Helvetica, Sans-Serif;
	border-bottom: 1px dotted #800500;
}

a:hover {
	text-decoration: underline;
	border-bottom: none;
}


h2 {
	font-size: 12pt;
}


.cap:first-letter {
	float:left;
	font-size: 70px;
	line-height: normal;
	font-weight: normal;
	font-family: georgia, times;
	margin-top: -15px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: 0px none;
}

* html .cap:first-letter
{
	font-size: 50pt;
}



#footer
{
	float: left;
	width: 724px;
	background: transparent;
}


-->