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

a {	text-decoration: none;}

body
{
	background: #0099FF;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

.top
{
	background: url(images/bg/top.jpg) no-repeat top #ffffff;
	height: 300px;
	position: relative;
}

.main_left
{
	background: url(images/bg/left.jpg) repeat-y left;
}
.main_right
{
	background: url(images/bg/right.jpg) 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 40px 5px 40px;
	font-size: 13px;
	background: #FFFFFF url(images/headers/bg.gif) bottom right no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

.menu
{
	float: left;
	background: url(images/bg/menu.jpg) repeat-x;
	height: 22px;
	width: 776px;
	padding-top: 3px;
}

.menu a { color: #006600; padding-left: 5px; }

.menu a:hover
{
	color: #FFFFFF;
}

.empha
{
	color: #006600;
}

.img_border
{
	padding: 3px 3px 3px 3px;
	border: 1px solid #000000;
}

.sub_menu
{
	padding-left: 0px;
	margin-left: 0px;
}

.sub_menu li
{
	display: inline;
	list-style: none;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	padding-left: 5px;
}

.sub_menu a
{
	color: #0066CC;
}

.sub_menu a:hover
{
	text-decoration: underline;
}