
body {
	background-color: #8BC123;
	margin: 0px;
	padding: 0px;
}

.contentBdrBottom{
	background-image: url(images/content_bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 10px;
}

.contentBdrLeft{
	background-image: url(images/content_LeftCol.gif);
	background-position: top;
	background-repeat: repeat-y;
	height: 10px;
}

.contentBdrRight{
	background-image: url(images/content_RightCol.gif);
	background-position: top;
	background-repeat: repeat-y;
	height: 10px;
}

.contentBdrTop{
	background-image: url(images/content_TopBdr.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 10px;
}

.contentMain{
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	width: 504px;
}

.contentMain a{
	color: #3877AB;
}

.contentMain h1{
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
}

.contentOuter{
	padding: 20px 0 0 20px;
	width: 561px;
}

