@charset "UTF-8";
/* CSS Document */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body.main
{
	background-color: #FFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #2D2D2D;
	background-image: url(style_images/edgerightright.jpg);
	font-size: 14px;
}

.page_container
{
	width: 756px; margin: 5px 0;
}

.page_border_left
{
	background-image:url(style_images/edgerightright.jpg); background-position:top right;
}

.page_border_left_edge
{
	width: 20px;
	background-image: url(style_images/edgeright.jpg);
}

.page_border_right_edge
{
	width: 20px; background-image: url(style_images/edgeleft.jpg);
}

.page_border_right
{
	background-image:url(style_images/edgeleftleft.jpg); background-position:top left; height: 100%;
}

.banner_top_left
{
	width: 177px; float: left;
}

.banner_top_right
{
	width: 564px; height: 61px; background-image: url(style_images/banner.png); text-align: right; float: right;
}

.banner_top_right_content
{
	padding: 12px 10px;
	color: #EAEAEA;
}

.bottom_banner
{
	background-image: url(style_images/bottom.png); height: 29px; margin-top: 3px; padding: 6px 10px 0px 10px; background-repeat: no-repeat; color: #EAEAEA; text-align: center; font-size:14px;
}

.footer_container
{
	font-size: 10px; margin: 0 10px 10px 10px;
}

.bold
{
	font-weight: bold;
}

a
{
	color: #0000BE;
	text-decoration: none;
}

a:hover
{
	color: #F00;
	text-decoration: none;
}

a.banner
{
	color: #EAEAEA;
	text-decoration: none;
}

a.banner:hover
{
	color: #BE0000;
	text-decoration: none;
}

a.menu
{
	color: #EAEAEA;
	text-decoration: none;
	padding: 2px;
}

a.menu:hover 
{
	color: #009BFF;
	text-decoration: none;
	background-color: #9B0000;
}

.bg_color
{
	background-color: #FFF;
}

.fg_color
{
	color: #0000BE;
}

div.large_box
{
	width: 185px;
	height: 185px;
	background-image: url(style_images/large_box.jpg);
	margin-bottom: 1px;
	margin-left: 3px;
}

div.small_box
{
	width: 91px;
	height: 75px;
	background-image: url(style_images/small_box.png);
	margin-left: 3px;
	margin-top: 3px;
}

div.box_content
{
	padding: 10px;
}

.left
{
	float: left;
	margin: 10px;
	padding: 10px;
}

div.menu_container
{
	height: 30px;
	margin-top: 2px;
	padding-top: 10px;
	background-image: url(style_images/menu.png);
	background-repeat: no-repeat;
}

.accessory
{
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	background-color:#EEE;
}