html,body
{
	margin:			0px;
	background-color:	#fff;
	font-family:		Arial, Helvatica, Sans-serif;
	font-size:		12px;
	color:			#000;
	background-color:	#e7e7e8;
}

#container
{
	margin-top:		0px;
	width:			1000px;
	margin-left:		auto;
	margin-right:		auto;
	background-image:	url("background.png");
	background-repeat:	repeat-y;
}

#navigation
{
	width:			100%;
	height:			auto;
	margin:			0px;
	text-align:		center;
}

#navigation ul
{
	margin-top:		0px;
	padding-top:		10px;
	list-style:		none;
	margin-left:		-25px;
}

#navigation li
{
	padding-top:		5px;
	height:			20px;
}

#navigation a:link, #navigation a:visited
{
	text-decoration:	none;
	color:			#253e60;
}

#navigation a:hover
{
	text-decoration:	none;
	color:			#000;
}

#content_container
{
	width:			710px;
	height:			452px;
	max-height:		452px;
	background-color:	#ebf0f1;
	float:			right;
	margin-right:		0px;
	padding-left:		10px;
	padding-right:		10px;
	overflow:		hidden;
	background-image:	url("bottom.png");
	background-repeat:	no-repeat;
	background-position:	bottom left;
}

#content
{
	width:			675px;
	height:			360px;
	margin-top:		25px;
	margin-bottom:		25px;
	margin-left:		10px;
	max-height:		450px;
	padding-right:		10px;
	overflow:		auto;
}

#header
{
	width:			100%;
	height:			150px;
	max-height:		150px;
	background-image:	url("back-header.png");
	background-repeat:	repeat-x;
}

#logo
{
	width:			100%;
	height:			150px;
	max-height:		150px;
	background-image:	url("header.png");
	background-repeat:	no-repeat;
}

.no_bullet
{
	list-style:		none;
}

#column_middle
{
        background-image:       url("content_back.png");
        background-repeat:      repeat-x;
        background-color:       #d7c42f;
	overflow:		hidden;
	width:			970px;
	margin-left:		5px;
	padding-left:		10px;
	padding-right:		10px;	
	min-height:		580px;
}

#content_banner
{
	float:			left;
	width:			234px;
	padding-right:		5px;
	margin-top:		0px;
	padding-top:		0px;
	text-align:		center;
}

#content_column_left
{
	margin-top:		0px;
	padding-top:		0px;
	float:			left;
	width:			240px;
	margin-left:		0px;
	padding-left:		5px;
	padding-right:		5px;
}

#content_column_right
{
	margin-top:		0px;
	padding-top:		0px;
	float:			right;
	width:			240px;
	padding-left:		5px;
	padding-right:		0px;
}

#content_column_middle
{
	margin-top:		21px;
	margin-left:		487px;
	margin-right:		250px;
}

#footer
{
	width:			100%;
	font-size:		10px;
	color:			#00;
	text-align:		center;
	background-image:	url("footer.png");
	background-repeat:	no-repeat;
	background-color:	#004811;
	height:			45px;
}

#footer a:link, #footer a:visited
{
	color:			#fff;
	text-decoration:	none;
}

#footer a:hover
{
	color:			#cdcdcd;
}

#back_footer
{
	padding-top:		10px;
}

#copyright
{
	font-style:		italic;
	margin-top:		8px;
}

.box_header
{
	width:			100%;
	background-image:	url(header_blue_box.png);
	background-repeat:	no-repeat;
	margin-bottom:		0px;
	padding-bottom:		0px;
}

.box_header h2
{
	padding-left:		20px;
	padding-right:		10px;
	padding-top:		5px;
	padding-bottom:		5px;
	font-size:		12px;
	color:			#00;
}

.box_content
{
	margin-top:		-10px;
	width:			100%;
	color:			#000;
	margin-bottom:		20px;
	background-image:	url("content_blue_box.png");
	background-repeat:	repeat-y;
}

.box_content ul
{
	margin-top:		10px;
	padding-top:		0px;
	padding-right:		10px;
	list-style:		square;
	margin-left:		-10px;	
}


.box_footer
{
	margin-top:		-20px;
	width:			100%;
	color:			#000;
	padding-bottom:		10px;
	background-image:	url(footer_blue_box.png);
	background-repeat:	no-repeat;
	min-height:		41px;
}

#container
{
	width:			1005px;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		20px;
}

#banners_header
{
	width:			728px;
	height:			90px;
	margin-top:		45px;
	margin-right:		20px;
	border:			1px;
	float:			right;
	text-align:		right;
}

.banner_header
{
	margin-right:		5px;
}

.banner_left
{
	width:			100%;
	text-align:		center;
	margin-bottom:		10px;
	overflow:		hidden;
}

.box_header_white
{
	width:			100%;
	background-image:	url(header_white_box.png);
	background-repeat:	no-repeat;
	margin-bottom:		0px;
	padding-bottom:		0px;
}

.box_header_white h2
{
	padding-left:		20px;
	padding-right:		10px;
	padding-top:		5px;
	padding-bottom:		5px;
	font-size:		12px;
	color:			#000;
}

.box_content_white
{
	margin-top:		-10px;
	width:			100%;
	color:			#000;
	background-image:	url(content_white_box.png);
	background-repeat:	repeat-y;
}

.box_content_white ul
{
	margin-top:		10px;
	padding-top:		0px;
	padding-right:		10px;
	list-style:		square;
	margin-left:		-10px;	
}

.box_footer_white
{
	margin-top:		-15px;
	width:			100%;
	color:			#000;
	padding-bottom:		10px;
	background-image:	url(footer_white_box.png);
	background-repeat:	no-repeat;
	min-height:		41px;
}
