body
{
	font-family: 			Arial, Helvetica;
	font-size: 				80%;
	line-height: 			160%;
	background: 			#8FADD8 url(../images/body_background.png) repeat-x left top;
	margin: 				0px;
	color:					#000000;
}

.end
{
	clear: 					both;
}

#all
{
	width: 					958px;
	border: 				1px solid #000000;
	margin: 				0 auto;
	background-color: 		#FFFFFF;
	
}

#logo
{
	position: 				relative;
	width: 					383px;
	height: 				159px;
	float: 					left;
}

#header
{
	position: 				relative;
	float: 					right;
	width:					575px;
	height:					159px;
	background:				url(../images/header_background.png) no-repeat left top;
}

#language_selection
{
	float: 					left;
	position: 				relative;
	margin-left: 			10px;
	margin-top: 			10px;
	margin-right:			10px;
	width: 					172px;
	height: 				139px;
}

#language
{
	font-size: 				80%;
	color:					#FFFFFF;
	font-weight:			bold;
	margin-right: 			10px;
	padding-left:			13px;
}

#language
{
	background: 			url(../images/bg_active_language.gif) no-repeat left 6px;
}

#language a
{
	color: #FFFFFF;
}

#common_links_header
{
	float: 					right;
	margin-top:				10px;
	margin-right: 			10px;
	width:					373px;
	height:					139px;
}

#search
{
	position: 				absolute;
	margin-left:			211px;
	width: 					171px;
	height:					30px;
}

#search_for
{
	border:					none;
	background-color:		transparent;
	background:				url(../images/background_searchfor.png) no-repeat left top;
	font-size:				80%;
	width: 					130px;
	height: 				28px;
	margin-top: 			0px;
	padding-top:			2px;
	float: 					right;
}

#searchbutton
{
	float:					right;
	cursor:					pointer;
}

#links
{
	position:				absolute;
	float: 					left;
	width:					180px;
	height:					30px;
	padding-left:			10px;
	color: 					#FFFFFF;
	text-align:				center;	
}

#nav_holder
{
	background-color:		#3B6BB7;
	height:					30px;
}

#nav
{
	width:					767px;
	height:					30px;
	background-color:		#E0B514;
	position:				absolute;
	margin-left:			191px;
	z-index: 				1000;
}

#contentpane
{
	background-color:		#FFFFFF;
	overflow:				hidden;
}

#left
{
	position: 				relative;
	float:					left;
	width:					191px;
	background:				url(../images/background_left.png) no-repeat left top;
}

#center
{
	width: 					576px;
	position:				relative;
	float:					left;
	background:				url(../images/background_center.png) no-repeat center top;
}

#printsection
{
	cursor:					pointer;
	float: 					right;
	margin-right:			-15px;
	margin-top:				-10px;
}

#content_center
{
	padding:				30px;	
}

#right
{
	position: 				relative;
	float:					right;
	width:					191px;
	background:				url(../images/background_right.png) no-repeat left top;
}

#shadow_left
{
	background:				url(../images/shadow_left.png) repeat-y left top;
	width:					191px;
}

#shadow_right
{
	background:				url(../images/shadow_right.png) repeat-y left top;
	width:					191px;
}

#contentpane_side
{
	padding:				20px;
	padding-top:			20px;
	overflow:				hidden;
}

#links_bottom_page
{
	float:					left;
	font-size:				80%;
	color:					#3B6BB7;
}
