*
{
	margin: 0em;
	padding: 0em;
}
h1,h2
{
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
}
a
{
	color: #6E4807;
}

#outer
{
}

#header
{
	height: 140px;
	background-image: url(images/header.png);
	background-position: left bottom;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header h1 a
{
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}
#header h1
{
	text-transform: lowercase;
	font-size: 1.6em;
}
#header h2
{
	position: relative;
	top: -0.3em;
	color: #E8EFC2;
	font-weight: normal;
	font-size: 1.1em;
	text-transform: lowercase;
}

#menu
{
	background-image: url('images/a3.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 25px;
}
#menu ul
{
	list-style: none;
}
#menu li
{
	display: inline;
}
#menu li a
{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#menu li a:hover
{
	color: #000000;
	text-decoration: underline;
}

#content
{
	line-height: 1.6em;
	background: url('images/a4.gif') repeat-x top left;
	width: 990px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content p
{
	margin-bottom: 1.5em;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('images/a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}
#content blockquote p
{
	margin-bottom: 0em;
}
#content table
{
	margin-bottom: 1.5em;
}
#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
#content table td
{
	padding: 0.5em;
}
#content table tr.rowA
{
	background-color: #EAEFE0;
	color: inherit;
}
#content table tr.rowB
{
	background-color: #F9FFEF;
	color: inherit;
}

#primaryContentContainer
{
	width: 530px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
#primaryContent
{
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding: 0em;
}
#primaryContent h2, #primaryContent h3
{
	color: #000000;
	border-bottom: dotted 1px #ECEEDF;
	padding-bottom: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
}
#secondaryContent h3, #tertiaryContent h3
{
	width: 200px;
	height: 27px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/a1.gif);
	background-repeat: repeat-x;
}

#secondaryContent
{
	float: left;
	width: 215px;
	margin: 0px;
	padding: 0px;
	background-color: #FBF6EF;
}

#tertiaryContent
{
	float: right;
	width: 215px;
	background-color: #FBF6EF;
	margin: 0px;
	padding: 0px;
}

#footer
{
	background: url('images/a4.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	font-size: 0.8em;
	width: 950px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear
{
	clear: both;
}

