.body {
	background-color: #e6e6e6;
	margin: 35px;
}

.fourSideBordder {
	border: 1px solid #9FA0A3;
	height: 100%;
	background-color: #FFFFFF;
}

.height {
	height: 100%;
}

.topGreenBorderAndBg {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: 36834e;
	border-right-color: 36834e;
	border-bottom-color: 36834e;
	border-left-color: 36834e;
	background-color: #ffffff;
}
.navBox {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
	background-color: #c3d8c7;
}
.bottomBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
}
a.sideNav:link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.sideNav:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.sideNav:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #2F7745;
	text-decoration: none;
}
.content {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
.pageheading {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000000
}
.pagesubheading {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000
}
.pagebody {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
 	}

:link {
	color: #2F7745;
	text-decoration: none;
}

:hover {
	color: #2F7745;
	font-weight: bold;
	text-decoration: none;
	
}
	
	
	
.pagelist {
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #000000
}

.InputBox {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #000000;
	width:300px;
}
.InputBoxTextarea {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #000000;
	width:300px;
	height:150px;
}
.BoxTopBg {
	background-image: url(../images/BoxTopBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 12px;
}
.BoxBottomBg {
	background-image: url(../images/BoxBottomBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 12px;
}
.BoxLftBg {
	background-image: url(../images/BoxLftBg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 10px;
}
.BoxRightBg {
	background-image: url(../images/BoxRightBg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 10px;
}
.BoxMidBg {
	background-color: #f2f1f1;
}
