body {
	background-color: #e2e2e2;
	margin: 0px;
}

#page {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#left_col {
	background-image: url(images/bg_left_col.gif);
	background-repeat: repeat-y;
	width:22px;
}
#right_col {
	background-image: url(images/bg_right_col.gif);
	background-repeat: repeat-y;
	width:19px;
}
#middle_col {
	background-color: #FFFFFF;
	background-image: url(images/corner_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:530px;
	height:400px;
}
#top {
	background-image: url(images/top_interior.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 149px;
}
#right_board {
	background-color: #e1f4ca;
	width: 172px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #216d00;
	border-left-color: #3b5023;
	background-image: url(images/corner_righ_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#separator_col {
	background-image: url(images/bg_middle_col.gif);
	background-repeat: repeat-y;
}


#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 71px;
}

#footer_links {
	padding-top: 36px;
	padding-right: 15px;
}
#footer_links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #298402;
	text-decoration:none;
}
#content {
	height: 619px;
	width: 750px;
}

.separator {
	font-size: 13px;
	font-weight: normal;
	color: #303030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
.accentblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006CC6;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006CC6;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006CC6;
	text-decoration: none;
}



.accent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5C01CB;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}
