html {
	background:			#012050 url(../images/background_blue.png) no-repeat center top;
	height:				100%;
	overflow:			auto;
}

body {
	color:				#1c2245;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			13px;
	line-height:		20px;
}

a {
	color:				#3a4791;
	text-decoration:	none;
}

#meta-navigation {
	left:				35px;
	position:			absolute;
	top:				12px;
}

#meta-navigation a {
	background:			url(../images/separator_menu.png) no-repeat 0 2px;
	color:				#131936;
	font-size:			12px;
	padding-left:		10px;
}

#meta-navigation .first a {
	background:			none;
	padding-left:		0;
}

#meta-navigation li {
	float:				left;
	margin-right:		7px;
}

#main-content-right a {
	font-style:			italic;
	font-weight:		bold;	
}

a:hover {
	text-decoration:	underline;
}
/*
div {
	overflow:			auto;
}
*/

#wrapper-page {
	margin:				0 auto;
	overflow:			hidden;
	position:			relative;
	width:				982px;
}

#wrapper-main {
	background:			transparent url(../images/background_white.png) no-repeat left top;
	margin-top:			40px;
	overflow:			hidden;
	padding-bottom:		30px;
	position:			relative;
	width:				980px;
}

#header {
	border:				1px solid #101066;
	height:				220px;
	margin-left:		15px;
	margin-top:			40px;
	position:			relative;
	width:				940px;
	z-index:			50;
}

#logo {
	height:				60px;
	position:			absolute;
	right:				18px;
	top:				11px;
	width:				31ppx;
	z-index:			100;
}

#header-background {
	background:			transparent url(../images/header/header_1.jpg) no-repeat left top;
	height:				220px;
	width:				940px;
}

#logo,
#header {
	overflow:			hidden;
}


#main-content-left,
#main-content-right {
	float:				left;
	margin-left:		20px;
	width:				180px;
}

#main-content-right {
	width:				720px;
}

#main-content {
	margin-top:			15px;
}

#wrapper-main-bottom {
	background:			transparent url(../images/background_white_bottom.png) no-repeat left top;
	height:				20px;
	padding-bottom:		20px;
	position:			relative;
	width:				980px;
}

h1,
h2 {
	font-size:			24px;
	font-weight:		bold;
	line-height:		32px;
	margin-bottom:		15px;
}

h2 {
	font-size:		18px;
}

li.active {
	font-style:			italic;
}

#mainnav {
	margin-left:		20px;
    margin-top:         2px;
}

#mainnav li {
/*	background:			transparent url(../images/bullet_menu.png) no-repeat 0 7px;*/
}
	
#mainnav .subnavi li a {
	padding-left:		8px;
}

.subnavi {
	margin-left:		20px;
}

#mainnav .subnavi li {
	background:			transparent url(../images/bullet_menu.png) no-repeat 0 7px;
	/*background:			transparent url(../images/bullet_submenu.png) no-repeat 0 7px;*/
}

#mainnav li.act a,
#mainnav .subnavi li.act a {
	font-style:			italic;
	font-weight:		bold;
}

#mainnav .subnavi li a {
	font-style:			normal;
	font-weight:		normal;
}

/* misc */
.clear {
	clear:				both;
	float:				none;
}
