/**
 * Here's how this style sheet will work: General styles toward the top and
 * then specific styles, in the order in which they appear on the page.
 */



/**
 * General Styles.
 */




html, body {
	background-color: #ffffff;
	color: #777777;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 10pt;
	height: 100%;
	margin: 0;
}

a, a:link, a:active, a:visited {
	color: #777788;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #777788;
	font-weight: bold;
	text-decoration: underline;
}

/**
 * Specific Styles
 */
 

h1, h1 a, h1 a:link, h1 a:active, h1 a:visited, h1 a:hover, h1 a:visited:hover {
	color: #465c67;
	margin: 0;
	padding-left: .5em;
	text-decoration: none;
}
h1 a:hover, h1 a:visited:hover {
	color: #576D78;
}

h2.title {
	background-color: #90B3C2;
	border-bottom: 1px solid #fefefe;
	color: #ffffff;
	margin-top: 0;
	overflow: hidden;
	padding-left: .5em;
	/*white-space: nowrap;*/
}
h2.title.standalone {
	border: 1px solid #fefefe;
	width: 175px;
}
h2.title.pageTitle {
	margin-bottom: 0;
}

 

/**
 * Menus
 */


ul.topMenu {
	list-style: none;
	margin: 6px 0 0 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	/*float: right;*/
}

ul.topMenu li ul {
	list-style: none;
	padding: 0;
}
ul.topMenu a {
	font-weight: normal;
	margin: 0;
	padding: 3px 10px 0 10px;
	white-space: nowrap;
}

ul.topMenu a, ul.topMenu a:link, ul.topMenu a:visited, ul.topMenu a:active {
	color: #E6ECEF;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
}

ul.topMenu a:hover, ul.topMenu a:visited:hover {
	background-color: #7D9EAC;
	color: #E6ECEF;
	font-weight: normal;
	text-decoration: none;
}

ul.menuParent {
	padding: 0;
	margin-left: 2em;
}

ul.menu li.menuItem {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
}
ul.menu li.horizontalMenuItem.menuHasChildren {
	list-style: url(menu-expanded.gif);
}

ul.menu li.menuHasNoChildren {
	list-style-image: url(menu-leaf.gif);
}



/**
 * submenus
 */
ul.menu li.horizontalMenuItem ul {
	padding: 0 0 0 0;
	margin-left: 1.2em;
}

ul.menu li.horizontalMenuItem ul li {
	list-style-image: url(menu-leaf.gif);
}
/*
ul.menu li.menuItem:hover ul.menu {
	display: block;
}
*/

ul.menu li.menuItem ul {
	background-color: #90B3C2;
	margin: 0;
	position: absolute;
	left: 0;
	top: 1.1em;
	display: none;
}



/**
 * Container
 */
#container {
	background-color: #d6d6d6;
	margin: 0 auto 0 auto;
	padding: 0 1em 1em 1em;
	width: 850px;
}


#topNav {
	background-color: #90B3C2;
	height: 80px;
	border-bottom: 1px solid #fefefe;
	border-left: 1px solid #fefefe;
	border-right: 1px solid #fefefe;
	/*clear: both;*/
	position: relative;
}

#pageContentWrapper {
	background-color: #E8EAEA;
	border: 1px solid #fefefe;
	margin-top: 1em;
}

#pageContent {
	border: 1px solid #fefefe;
	float: right;
	margin: 1em 1em 1em 0;
	width: 600px;
}
#pageContent .holder {
	padding: 1em;
}

#standardNav {
	float: left;
	margin: 1em 0 1em 1em;
	width: 175px;
}

#bottomBar {
	clear: both;
	text-align: right;
}
