html, body
{
	/**/
	text-align: center;
	/* */
}

body
{
	padding: 0;
	margin: 0;
	height: auto;
	background-color: #FFF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	background-repeat: repeat;
	background-position: left top;
	text-transform: inherit;
	background-image: url('/images/elements/background.gif');
}

a
{
	color: #036;
	text-decoration: underline;
	text-transform: inherit;
}


.clearboth
{
	clear: both;
	padding: 0;
	margin: 0;
}

h1
{
	color: #B54E07;
	font-family: Arial,sans-serif;
	font-size: 28px;
	margin: 10px 0 4px 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
}

h2.subtitle
{
	color: #333;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2.subtitle p
{
	margin: 0;
	padding: 0;
}

#wrapper
{
	border-color: #B54E07;
	border-width: 1px;
	border-style: solid;
	width: 759px;
	margin: 20px auto 20px auto;
	display: block;
	text-align: left;
	text-transform: inherit;
	background-color: #fff;
}

#nav-main
{
	height: 33px;
	background-color: #B54E07;
	padding: 0;
	margin: 0;
}

#nav-main ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#nav-main li
{
	margin: 0;
	padding: 7px 0 0 0;
	float: left;
	width: 83px;
	text-align: center;
	font-weight: normal;
	letter-spacing: .02em;
}

#nav-main li a, #nav-main li a:link
{
	text-decoration: none;
	color: #FFEACB;
}

#nav-sub li a, #nav-sub li a:link
{
	text-decoration: none;
	color: #B54E07;
}


#nav-sub li
{
	list-style: none;
	border-color: #00C3D2;
	border-width: 1px;
	border-style: none none solid none;
	padding: 10px 10px 0 0;
	line-height: 2em;
	display: block;
	width: 180px;
}
#nav-sub ul
{
	padding: 0;
	margin: 16px 0 0 0;
}

#nav-main li.current a { text-decoration: underline; }
#nav-main li a:hover { text-decoration: underline; }
#nav-sub  li a:hover
{
	text-decoration: none;
	color: #B54E07;
	background-color: #AFE4DF;
}


#logo-box {}

#content-main { line-height: 1.5em; }

#content-left
{
	width: 500px;
	margin: 0 28px 0 36px;
	float: left;
}

#content-left a, #content-left a:link
{
	text-decoration: underline;
	color: #B54E07;
}
#content-left a:hover
{
	text-decoration: underline;
	background-color: #AFE4DF;
}

#content-right
{
	width: 190px;
	float: right;
	text-align: right;
}

p#sharethispage a
{
	font-size: 11px;
	color: #6E2D22;
	background-image: url('/images/elements/envelope.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0 3px 22px;
	height: 24px;
	text-decoration: none;
}
p#sharethispage a:hover
{
	text-decoration: underline;
	background-color: #AFE4DF;
}

#sitetools
{
	margin: 5px 10px 0 0;
	background-image: url('/images/elements/mag.gif');
	background-repeat: no-repeat;
	background-position: left 3px;
	height: 24px;
	font-size: 11px;
	color: #B54E07;
	font-weight: bold;
	width: 180px;
	float: right;
}
#sitetools a
{
	color: #B54E07;
	text-decoration: none;
}
#sitetools a:hover { text-decoration: underline; }



#footer
{
	background-color: #B54E07;
	font-size: 11px;
	text-align: center;
	height: 20px;
	padding: 8px;
}

#footer, #footer a, #footer a:link
{
	color: #FFF;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}









































