/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAC9DE;
	background-image: url(../images/logo/logobg.jpg);
	background-repeat: repeat-x;
	margin-top: 100px;
	padding: 0px;
	font-size: 11px;
	
}
#content table {
	font-size: 11px;
}

#content {
	text-align: left;
	background-color: #FFFFFF;
	padding: 16px;
	border: 1px dotted #424242;
	border-top: 0;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 200px;
	font-size: 14px;
}
h1 {
	font-size: 18px;
	margin: 0px;
	color: #115B1C;
}
h2 {
	font-size: 14px;
	margin: 36px 0px 0px;
}
#menulayer {
	position:absolute;
	width:165px;
	height:455px;
	z-index:1;
	left: 20px;
	top: 105px;
}
#logolayer {
	position:absolute;
	z-index:1;
	left: 0px;
	top: 0px;
}
.pcaption {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.font14 {
	font-size: 14px;
}
.subhead {
	color: #115B1C;
	font-weight: bold;
}
