/* CSS Document */
.clear
{
	clear: both;
}

a {	color: #006600; text-decoration: none;}

a:hover { color: #006600; }

body
{
	background: #006600;
	margin: 0px 0px 0px 0px;
	font-family:  "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
}

.top
{
	height: 350px;
}

.main_left
{
	background: url(images/bg/bg_left.gif) repeat-y left;
}
.main_right
{
	background: url(images/bg/bg_right.gif) repeat-y right;
}

.main_holder
{
	width: 976px;
	margin: 0 auto;
}

.holder
{
	width: 950px;
	margin: 0 auto;
}


.left {	float: left; }

.right { float: right; }

.footer
{
	padding: 2px 13px 2px 13px;
	height: 50px;
	color: #669900;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	letter-spacing: 1px;
}

.main_body
{
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	background: #FFFFFF url(images/headers/bg.gif) bottom right no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.main_bottom
{
	background: url(images/bg/bottom.jpg) no-repeat center;	
	height: 64px;	
	width: 976px;
}

ul.diamond li
{
	list-style-image: url(images/bit.png);
}

ul.none li
{
	list-style: none;
	margin-left: -15px;	
}

ul.circle li
{
	list-style-image: none;
	list-style: circle;
}