.mainTable {
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
}

.left_menu{
	background-color: #F7CCA7;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 240px;
	vertical-align: top;
	
}

.left_menu a{
	padding: 2px;
	padding-left: 4px;
	display: block;
	width: 100%;
	color: #182C85;
	text-decoration: none;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #182C85;
	text-indent: 30px;
	font-style: italic;
	line-height: normal;
}

.left_menu a{ /*Non IE rule*/
width: auto;
}

.left_menu a:hover{
	background-color: black;
	color: #FFFFFF;
}
.bottom {
	height: 41px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #FFB371;
	text-align: center;
}
.pageTitle {
	float: left;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #182C85;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFB371;
	vertical-align: top;
	height: 100%;
	width: 560px;
}
.textBox {
	padding-left: 20px;
	height: 350px;
	vertical-align: top;
}
.bg {
	background-image: url(../images/Back.jpg);
	background-repeat: repeat;
}
