/* CSS Document */
*
{
	margin:0 auto;
	padding:0px;
}
body
{
background:url(../images/body_bg.jpg) repeat;
font-family:tahoma,geneva,arial,verdana,helvetica,sans-serif;
font-variant:normal;
font-size-adjust:inherit;
font-size:12px;
}
.content
{
	background:#bae37d;
	line-height:1.7;
	color:#000000;
	padding:10px 15px; 
}
p {text-indent: .25in;
text-align:justify;}
.divide
{
	background:url(../images/div.gif) no-repeat;
	width:1px;
}
.odd
{
	background:#179336;
	color:#FFFFFF;
}
h2
{
	color:#FF6600;
}
h3
{
	color:#459320;
	font-weight:bold;
}
.top_link 
{
text-align:right;
background:#666666;
color:#ececec;
height:30px;
padding-right:30px;
}
.top_link a
{
color:#ececec;
}
.top_link a:hover
{
color:#56af00;
text-decoration:none;
}
.footer
{
	font-size:12px;
	background:#666666;
	color:#ececec;
	height:35px;
	padding-left:15px;
}
footer a
{
	color:#ececec;
}
