/* CSS Document */
body {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #232323;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 14px;
	text-decoration: none;
}
h2 {
	font-size: 12px;
	color: #E54600;
}
a {
	font-size: 11px;
}
.headFirstBar {
	background-color: #F4F4F4;
	background-image: url(images/header-green-bar.gif);
	background-repeat: repeat-x;
	height: 27px;
}
.headSecondBar {
	background-color: #F4F4F4;
	background-image: url(images/header-gray-bar.gif);
	background-repeat: repeat-x;
	height: 92px;
}
.headThirdBar {

	background-color: #F4F4F4;
	background-image: url(images/header-gray-bar-small.gif);
	background-repeat: repeat-x;
	height: 20px;
}
.footer {
	height: 50px;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	padding-top: 20px;
}
.bodyContainer {
	background-color: #F4F3F3;
	width: 800px;
	border: 1px solid #E1E1E1;
}
.rightBodyContainer {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
	width: 200px;
}
.listMenuHeading {
	text-indent: 5px;
	height: 30px;
}
.listMenuItem {
	text-indent: 15px;
	height: 20px;
	text-align: left;
	vertical-align: middle;
}
.listMenuAdds {
	text-indent: 15px;
	text-align: left;
	padding: 3px 0 10px 10px;
}
.listMenuItemText {
	font-size: 12px;
	font-weight: bold;
}
a.listMenuItemText {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.listMenuItemText:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
