
#container
{
	width: 984px;
	margin-left:auto;
	margin-right: auto;
	text-align:left;
}

#menu_top
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 160px;
	
}

#menu_top a
{
	text-decoration:none;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 18px;
}

a.menu_top
{
	color: #999999;
}

#menu_top_active
{
	color: #0289c4;
}

#menu_top a:hover
{
	text-decoration:underline;
}

#header_home
{
	height: 294px;
	width: 984px;
	background-image:url(../images/header_home.jpg);
	background-repeat:no-repeat
}

#header_text
{
	color: #0289c4;  /*0085c8;*/
	font-size: 25px;
	width: 824px;
	padding-left: 158px;
	padding-top: 36px;
	height: 48px;
}

#header_swf
{
	width: 984px;
	height: 178px;
	background-image: url();
}
#header_temp
{
	width: 984px;
	height: 178px;
}

#menu_main
{
	padding-left: 34px;
	width: 950px;
	height: 32px;
	background-image: url(../images/menu.jpg);
	background-repeat:repeat-x;
}
.menu_item
{
	float:left;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;

	height: 24px;

}

#menu_item_active
{
	background-image:none;
	background-color: #ffffff;
	
}

.menu_item a
{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 13px;
	text-transform: uppercase;
	color: #0085c8;
	font-weight: bold;
}

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

.seperator_left
{
	width: 1px;
	height: 30px;
	background-color:#ffffff;
	float: left;
}

.seperator_active
{
	width: 1px;
	height: 32px;
	background-color:#ffffff;
	float: left;
}

.seperator_right
{
	width: 1px;
	height: 30px;
	background-color:#d2d45c;

	float: left;
}

#content
{
	width: 984px;
}

#content_left
{
	width: 220px;
	float: left;
	height: 100%;

}

#content_middle
{
	width: 470px;
	float: left;
	padding-top: 30px;
	margin-right: 30px
}

#content_spacer
{
	width: 54px;
	float: left;
	height: 100%;
}


#content_right
{
	padding-top: 30px;
	width: 200px;
	float: left;
	height: 100%;
	color: #0289c4;
	line-height: 20px;
}

#content_right a
{
	color: #0289c4;
}

#content_right a:visited
{
	color: #006699;
}


.clear
{
	clear:both;
}
