/* CSS Document */

body
{
	width:100%;
	height:100%;
	margin:auto;
	font-family:Arial;
	font-size:11px;
	line-height:normal;
	padding:0px;
	background-image:url(images/body_back.gif);
	background-repeat:repeat-x;
}

#container
{
	width:927px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
	padding:0px;
}

#header
{
	width:927px;
	height:320px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	padding:0px;
}

#header2
{
	width:927px;
	height:320px;
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	padding:0px;
}

.blank_header
{
	width:927px;
	height:273px;
	margin:auto
	padding:0px;
}



#menu
{
	width:927px;
	height:41px;
	margin:auto;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	list-style:none;
	text-decoration:none;
}

#content
{
	width:927px;
	height:100%; /*Please change this - Not Automatic Expand */
	background-image:url(images/content_back.gif);
	background-repeat:repeat-y;
	margin:auto;
	float:left;
	padding:0px;
}



.left_sidebar
{
	width:255px;
	height:auto;
	float:left;
	padding:0px;
}


.center_sidebar
{
	width:393px;
	height:auto;
	float:left;
	padding:0px;
}

.center_sidebar2
{
	width:380px;
	height:auto;
	float:left;
	padding:0px;
}

.right_sidebar
{
	width:270px;
	height:auto;
	float:left;
	padding:0px;
}

.right_sidebar2
{

	height:auto;
	float:right;
	padding:0px;
}


.bar_blue
{
	width:250px;
	height:9px;
	background-image:url(images/bar_blue.gif);
	background-repeat:repeat-x;
	float:left;
	clear:right;
}

.bar_blue2
{
	width:270px;
	height:9px;
	background-image:url(images/bar_blue.gif);
	background-repeat:repeat-x;
	float:left;
	clear:right;
}


.bar_white
{
	width:250px;
	height:100%;
	background-color:#FBFBFB;
	border:thin;
	border-color:#CCCCCC;
}

.bar_white ul
{
	padding:0px;
	margin:0px;
}

.bar_white2
{
	width:270px;
	height:100%;
	background-color:#FBFBFB;
	border:thin;
	border-color:#CCCCCC;
	color:#006fc4;
	font-weight:bold;
	font-size:11px;
}


#footer
{
	width:917px;
	height:auto;
	float:left;
	background-color:#4096ee;
}
