body
{
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #333333;
	color: #333333;
}

h1
{
	color: #0E6C33;
	font-size: large;
	font-weight: bold;
	font-family: "arial black", arial, sans-serif;
	text-transform: uppercase;
	margin-top: 14px;
	margin-bottom: 14px;
}

h2
{
	color: #0E6C33;
	font-weight: bold;
	font-family: arial,sans-serif;
	margin-top: 14px;
	margin-bottom: 0px;
}

h3
{
	color: #0E336C;
	font-weight: bold;
	font-family: arial,sans-serif;
	margin-top: 12px;
	margin-bottom: 3px;
}

a
{
	color: #ffffff;
}
a:link
{
	color: #0066FF;
	text-decoration: none;
}
a:visited
{
	color: #0066FF;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
a:active
{
	color: #000000;
}

ul
{
	margin-top: 5px;
	margin-left: 25px;
}

ul li
{
	padding-bottom: 5px;
}

.mainContent
{
	padding-left: 25px;
	padding-right: 25px;
	background: url(images/mainBg.png) repeat-y;
	background-color: #DDDDC6;
	height: 250px;
	text-align: justify;
	vertical-align: top;
}

#topMenu
{
	padding-left: 10px;
	padding-right: 10px;
	margin: 2px 0px 0px 0px;
	background: url(images/mainBg.png) repeat-y;
}

#topMenu .background
{
	background: url(images/menuBg.png) repeat-x;
}

#topMenu .menuStyle
{
	padding: 2px 3px 0px 3px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
}

#topMenu .itemStyle
{
	padding: 0px 3px 3px 3px;
	color: #FFFFFF;
	text-decoration: none;
}

#topMenu .selectedStyle
{
	color: #404040;
	background-color: #DDDDC6;
}

#topMenu .hoverStyle
{
	color: #80E080;
	background-color: #404040;
}

#topMenu .popupMenuStyle
{
	border: solid 1px #333333;
	background-color: #E0E0E0;
	padding: 2px 2px 0px 2px;
	font-family: Arial;
	font-size: 12px;
}

#topMenu .popupItemStyle
{
	padding: 2px 3px 2px 3px;
	color: #404040;
	text-decoration: none;
}

#topMenu .popupSelectedStyle
{
	color: #408040;
	background-color: #EEEEEE;
}

#topMenu .popupHoverStyle
{
	color: #80E080;
	background-color: #404040;
}

.siteMapPath
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}

.siteMapPath .node
{
	color: #408040;
	text-decoration: none;
}

.siteMapPath .currentNode
{
	color: #333333;
}

.siteMapPath .pathSeparator
{
	padding-left: 2px;
	padding-right: 2px;
	color: #CCCCCC;
}

.leftContent
{
	padding-left: 15px;
	padding-right: 3px;
	background: url(images/mainBg.png) repeat-y;
	background-color: #DDDDDD;
	height: 250px;
	width: 500px;
	text-align: justify;
	vertical-align: top;
}

.rightContent
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	background: url(images/rightBg.gif) repeat-y;
	height: 250px;
	width: 252px;
	text-align: justify;
	vertical-align: top;
}

#footer
{
	height: 90px;
	margin: 0;
	background: url(images/footer.png);
}

.requiredValue
{
	font-weight: bold;
}

.subHeader
{
	color: #0E336C;
	font-weight: bold;
	font-family: arial,sans-serif;
	margin-top: 11px;
	margin-bottom: 3px;
}

.buttonPanel
{
	padding-top: 25px;
	padding-bottom: 25px;
}

.buttonPanel .button
{
	display: inline-block;
	font-weight: bold;
	color: #333333;
	border: solid 1px #333333;
	background-color: #CDEB8B;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	width: 100px;
}

.buttonPanel .button:hover
{
	color: #404040;
	background-color: #CCFF66;
}

.informationSection
{
	width: 238px;
	background-color: #FFFFFF;
}

.informationSection .title
{
	margin: 0;
	height: 30px;
	padding-top: 4px;
	background: url(images/greenbg.png);
	color: #AEAEAE;
	font-family: Arial;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
}

.loginName
{
	text-align: right;
	margin-bottom: 5px;
}

.loginName a
{
	color: #004000;
	text-decoration: underline;
}

.errorMessage
{
	display: block;
	color: #FF0000;
	border: solid 1px #CC4040;
	padding: 1px 5px 2px 5px;
	margin-bottom: 2px;
}