body {
	background-image: url(images/bg.gif);
	font-family: Trebuchet MS;
}
.mainBodyCont {
	width: 721;
	background-image: url("images/layout_02.gif");
	background-repeat: no-repeat;
}
#leftCont {
	margin-left: 5px;
	width: 160px;
	min-height: 400px;
	float: left;
}
#rightCont {
	margin-left: 175px;
	margin-right: 5px;
	min-height: 400px;
	padding: 10px;
}
#menu a{
}

.bodyCont {
	min-height: 400px;
}

* html .bodyCont {
	height: 400px
}

.mainMenu {
	padding-top: 5px;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.mainMenu li{
	padding: 3 0 3 3px;
	margin-top: 5px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border: 1px solid #b5b5b5;
	background-color: white;
}

.mainMenu li a{
	color: brown;
	text-decoration: none;
}

.mainMenu .menuMainItem{
	background: white;
	margin: 1;
	padding: 5 10 5 10px;
}

.mainMenu .menuMainItem a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #2d2b2b;
}

.pageTitle {
	font-weight: bold;
	font-size: 19px;
	color: brown;
	border-bottom: 2px dashed white;
}

.tableStyle1 tr td {
	border: 1px solid #e0e0e0;
	padding: 5 10 5 10px;
	color: black;
	font-weight: bold;
	text-align: right;
	width: 150px;
	font-family: Trebuchet MS;
}


.tableStyle2 tr td {
	border: 1px solid #d9d9d9;
	padding: 1 10 1 10px;
	color: #3a577b;
	text-align: right;
	width: 150px;
	font-family: Trebuchet MS;
	font-size: 13px;
}


.tableStyle2 tr td.tableHead {
	background-color: #f8f8f8;
	text-align: left;
	color: black;
	border: 1px solid #bababa;
	font-family: Trebuchet MS;
}