/* CSS Document */
body
{
	background-color: #FFF;
	margin: 0;
}

.logobg
{
	background-image: url(images/top_bg_l.jpg);
	background-repeat: repeat-x;
	height: 94px;
}
.topbg
{
	background-image: url(images/top_bg.jpg);
	width: 566px;
	height: 94px;
	background-repeat: no-repeat;
	background-position: right;
}
.greenbar
{
	background-image:url(images/green_bar.jpg);
	background-repeat: repeat-x;
	height: 11px;
}
#leftpane
{
	background-color: #F5F5DC;
	padding: 5px 0px 5px 0px;
	border-right: solid 1px #E69419;
}

#leftpane ul
{
	margin-left: 0;
	padding-left: 0;
	border: none;
	list-style-type: none;
}

#leftpane li
{
	margin: 0;
	list-style-type: none;
	padding: 2px 3px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#leftpane li.selected
{
	display: block;
	padding: 5px 3px 0px 0.8em;
	margin-right: 3px;
	background-color: #E6941A;
	background-image:url(images/menuimg_on.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	height: 22px;
}
#leftpane li a 
{
	display: block;
	margin: 0;
	padding: 5px 3px 0px 0.8em;
	background-color: #009583;
	background-image:url(images/menuimg_off.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	height: 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#leftpane li a:hover
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E6941A;
	background-image:url(images/menuimg_on.jpg);
	background-repeat: no-repeat;
	background-position: right;	
}
#rightpane
{
	padding: 10px;
}
.Heading
{
	font-family: Trebuchet MS, Arial;
	font-size: 20px;
	line-height: 1.5;
	border-bottom: solid 1px #E5DEC4;
}
.input
{
	border: solid 1px #E5DEC4;
}	
.Labels
{
	font-family: Trebuchet MS, Arial;
	font-size: 15px;
	line-height: 1.5;
}
.Text
{
	font-family: Verdana;
	font-size: 13px;
	line-height: 1.5;
}
#bottom
{
	background-image:url(images/bottom_bg.jpg);
	height: 40px;
	background-repeat:repeat-x;
	text-align: center;
	padding-top: 8px;
}
.bottomText, .bottomText a 
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.4;
	color: #BEE4E0;
	text-decoration: none;
}
.bottomText a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}