/* CSS Document */
body {
	margin: 0px;
}
.right-side-repeat{
	background-image: url(../images/right-side-repeat.jpg);
	width: 18px;
}
* html .right-side-repeat{
	width: 15px;
	background-repeat:repeat-y;
}
.left-side-repeat{
	background-image: url(../images/left-side-repeat.jpg);
}
.body-text{
	font-family: Arial, Helvetica, sans-serif;
	color: #263741;
	padding: 10px;
	padding-right: 0px;
	font-size: 12px;
}
* html .body-text{
	font-family: Arial, Helvetica, sans-serif;
	color: #263741;
	padding: 10px;
	font-size: 12px;
}
.body-text a{
	color: #859D4C;
	text-decoration: none;
}
.body-text a:hover{
	border-bottom: 1px dotted;
}
.bottom-repeat{
	background-image: url(../images/bottom-repeat.jpg);
	height: 12px;	
}
.bottom-right-corner{
	width: 17px;
	height: 12px;
	background-image:url(../images/bottom-right-corner.jpg)
}
.bottom-left-corner{
	width: 17px;
	height: 12px;
	background-image:url(../images/bottom-left-corner.jpg)
}
.footer{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #00502F;
	padding: 3px;
}
.footer a{
	color: #0F6E47;
	text-decoration: none;
}
h1{
	color: #00502F;
	margin-top: 0px;
	text-transform:uppercase;
	font-size: 28px;
}