/* General  */

body
{
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

a:hover
{
	background-color: #ffff00;
	color: #ff0000;
}

a:visited
{
}

/* Banner  */

#divBanner
{
	text-align: center;
	background-color: #404080;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	height: 55px;
	valign: center
}

#divBannerTitle
{
	padding-top: 19px;
	color: #a0a0bf;
}

#divMenu_mnuLeft
{
	position: relative;
	left: 16px;
	float: left;
	padding-top: 4px;
	padding-right: 5px;
	width: 170px;
	border-right: #dcdcdc 1px solid; 
	font-size: 85%;
}

#divMenu_mnuLeft ul
{
	padding-left: 0px;
	margin: 0px;
	list-style: none;
}

#divMenu_mnuLeft .liMenuItem_Folder_mnuLeft
{
	margin-top: 16px;
	list-style: none;
	color: #435ba5;
	font-weight: bold;
}

#divMenu_mnuLeft .liMenuItem_Page_mnuLeft
{
	margin-top: 5px;
	font-weight: normal;
	margin-left: 0px;
}

.MenuItem_Selected
{
	xfont-style: italic;
	xcolor: #800080;
	color: #000000;
}

.MenuItem
{
	xfont-family: Helvetica, Verdana, Arial, sans-serif;
	xfont-size: 95%;
}

#divPanel
{
	float: right;
	padding-top: 20px;
	width: 140px;
	text-align: center;
	border-left: #dcdcdc 1px solid;
}

#divPanelTitle
{
	color: #435ba5;
	font-size: 80%;
	font-weight: bold;
}

#divStandardStatement
{
	font-size: small;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.StandardsBadge
{
	margin-top: 6px;
}
.DisplayNone
{
	display: none;
}

#divPage
{
	height: 1;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 16px;
	padding-left: 16px;
	margin-left: 191px;
	margin-right: 140px;
	font-size: 95%;
	border-left: #dcdcdc 1px solid; 
	border-right: #dcdcdc 1px solid;
}

#divPage li
{
	list-style: square outside url(../images/bullets/default.gif);
}

#divFooter
{
	clear: both;
/*	border-top: #dcdcdc 1px solid; */ 
}

#divCopyright
{
	font-size: small;
	margin-top: 16px;
	margin-bottom: 8px;
}

#divPoweredBy
{
	text-align: center;
	font-size: small;
	margin: 2px;
	margin-top: 20px;
}

#MyEmail
{
	margin-left:-3px;
	font-size: small;
}

/* Markup  */

h1
{
	color: #435ba5;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 120%;
	font-weight: normal;
}

h2
{
	color: #435ba5;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 90%;
	font-weight: bold;
}

h3
{
	color: #435ba5;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 85%;
	font-weight: bold;
}

.left
{
	text-align: left
}

.right
{
	text-align: right
}

.center
{
	text-align: center
}

.divImage
{
	text-align: center;
}

.Image
{
}

.ImageLeft
{
	float: left;
	margin-right: 8px
}

.ImageRight
{
	float: right;
	margin-left: 8px
}
