/* Format */
* html .clear
{
	height: 1px;
}

html
{
	font: small 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;
}

a.navTopLink:hover, a.navLeftLink:hover, a.navLeftSubLink:hover, a.navTopLinkCurrent
{
	color: Gray;
}

.navLeftLink
{
	font-size: 8pt;
	margin-left: 5px;
	line-height: 18px;
	color: Black;
}

.navBottomLinkBox
{
	float: left;
	width: 90%;
}

.navBottomLink
{
	font-size: 8pt;
	padding: 5px 10px 5px 10px;
	color: Gray;
}

.navBottomIconBox
{
	float: left;
	width: 10%;
}

.navBottomIcon
{
}

.bulletLink
{
	background-image: url(../images/btnArrow1.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	background-position: 0% 60%;
	font-size: 8pt;
}

.bulletLink:hover
{
	background-image: url(../images/btnArrow2.jpg);
	background-repeat: no-repeat;
	float: left;
	background-position: 0% 60%;
}

.bulletLink *
{
	color: #FF8201;
}

.activeLink
{
	font-weight: bold;
}

.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.divPageContainer
{
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}

#stickyNote
{
	display: none;
}

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;
	width: 150px;
}

div.divContent
{
	position: relative;
	vertical-align: top;
	text-align: left;
	margin: 20px 5px 5px 160px;
	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;
}
