HTML, BODY
{
	background-color: #FFFFFF;
	font-size: 100%;
}

BODY
{
	margin: 0px;
	position: relative;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1em;
	color: #F6F6F6;
}

HR
{
	color: #FC7A1A;
	margin: 2em auto;
	width: 80%;
}

ADDRESS
{
	margin-bottom: 1em;
}

ADDRESS:first-line
{
	font-weight: bold;
}

A:link
{
	text-decoration: none;
}

A:link, A:visited
{
	color: #FF87BD;
}

A:hover
{
	background-color: #989898;
}

#wrapper
{
	background: none;
	background-color: #FFFFFF;
	border-bottom: 1px solid #6D6D6D;
	border-left: 1px solid #6D6D6D;
	border-right: 1px solid #6D6D6D;
	margin: 0px auto .6em;
	overflow: auto;
	width: 968px;
}

#header
{
	background-image: url(images/banner.jpg);
	border-bottom: 1px dotted #6D6D6D;
	position: relative;
	width: 968px;
	height: 250px;
}

#header H1
{
	background-image: url(images/blk35-trans.png);
	color: #FFFFFF;
	display: none;
	font-family: Times, serif;
	font-size: 4em;
	height: 1em;
	line-height: 1em;
	margin: 0px;
	-moz-border-radius: 7px;
	padding: 7px;
	position: absolute;
	right: 9px;
	bottom: 9px;
}

#content
{
	overflow: auto;
	width: 100%;
}

#unique
{
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(images/center_bg.gif);
	background-position: right;
	background-repeat: repeat-y;
	border-left: 1px dashed #6D6D6D;
	float: right;
	padding: 0px 14px 0px 16px;
	width: 719px;
}

#unique H1, #unique H2, #unique H3, #unique H4
{
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: .6em 0px;
}

#unique H1
{
	color: #FC7A1A;
	font-size: 3.7em;
	heigXht: 36px;
	padding-top: 3px;
}

#unique H2
{
	color: #0070B9;
	font-size: 3.3em;
	height: 36px;
	padding-top: 3px;
}

#unique H3
{
	color: #989898;
	font-size: 2.9em;
	height: 34px;
	padding-top: 5px;
}

#unique H4
{
	color: #989898;
	font-size: 2.5em;
	height: 32px;
	padding-top: 7px;
	margin-bottom: 1em;
}

P, ADDRESS, LI
{
	font-size: 1.4em;
	line-height: 1.5em;
}

P
{
	line-height: 1.65em;
	text-align: justify;
}

DIV.sideNav
{
	background-color: #FFFFFF;
	background-image: url(images/bg_sidebar.gif);
	background-position: right;
	background-repeat: repeat-y;
	float: left;
	margin: 0px;
	padding-left: 0px;
	width: 197px;
}

DIV.sideNav UL
{
	margin: 0px;
	padding: 7px;
}

DIV.sideNav UL LI
{
	list-style-type: none;
	margin-bottom: 6px;
}

DIV.sideNav H2
{
	color: #989898;
	font-size: 2.4em;
	padding-left: 6px;
}