/* Format */
* html .clear
{
	height: 1px;
}

html
{
	font: 10pt Verdana;
	background-color: White;
	text-decoration: none;
}

a, img
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	text-decoration: none;
}

.navTopLink, .navTopLinkCurrent
{
	color: #FF8201;
	text-transform: uppercase;
}

.navTopLink:hover, .navLeftLink:hover, .navLeftSubLink:hover, .navTopLinkCurrent
{
	color: Gray;
}

.navLeftLink
{
	font-size: 8pt;
	margin-left: 5px;
	line-height: 18px;
}

.navLeftLink
{
	color: Black;
}



.navBottomLink
{
	padding: 5px 10px 5px 10px;
	color: Gray;
}

.sepHorizontal
{
	background-color: #34b2d3;
}

.headerLarge
{
	font-size: large;
	font-weight: bold;
}

.headerMedium
{
	font-size: .9em;
}

.headerLeft
{
	font-size: larger;
	text-transform: uppercase;
	font-weight: bold;
	color: #FF9933;
	line-height: 30px;
}

/* Position */
div.divPage
{
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div.divTop
{
	border-top: 5px solid #34b2d3;
	border-bottom: 2px solid #34b2d3;
}

div.divLeft
{
	float: left;
	text-align: left;
	margin: 10px 10px 5px 0px;
	min-width: 150px;
	max-width: 175px;
	width: auto;
	height: auto;
}

div.divContent
{
	/*float: left;*/
	vertical-align: top;
	text-align: left;
	margin: 5px;
	margin-top: 20px;
	clear: right;
	min-height: 350px;
}

* html div.divContent
{
	height: 30px;
}

div.divBottom
{
	text-align: center;
	border-top: 2px solid #34b2d3;
	padding: 5px;
	float: none;
	clear: both;
	white-space: nowrap;
}

div.divBottom a
{
	text-decoration: underline;
}

.hidden
{
	display: none;
}
