.left_background {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
}
.centerBorder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #313900;
	border-right-color: #313900;
	border-bottom-color: #313900;
	border-left-color: #313900;
}
body {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313900;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #313900;
}
.botText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FBFBEE;
}
.botLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FBFBEE;
	text-decoration: none;
	margin-left:3px;
	margin-right:3px;	
}
.botLink:hover {
	text-decoration: underline;
}
.topLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #313900;
	margin-left:5px;
	margin-right:5px;
	text-decoration: none;
}
.topLink:hover {
	text-decoration: underline;
}

.right_background {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
}
.bodyCenterBorder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #313900;
}

