@charset "utf-8";

/* all sites */
form { display: inline }

body { margin: 0px; padding: 0px }

div {
	float:left;
	clear:both;
}

h2,h3,p,ul,li {
	font-weight:normal;
	margin:0px;
	padding:0px;
	clear:both;
}

ul {
	list-style-type:none;
}

/* this site */

a {
	text-decoration:none;
}

body {
	background-image:url(../graphics/bg.gif);
	background-repeat:repeat-x;
	font-size:11px;
	background-color:#B9E2EB;
}

.site {
	width:948px;
	margin:12px auto 0px auto;
	min-height:500px;
	_height:200px;
	float:none;
	clear:none;
}

/* box */
.box {
	border:1px solid #8BCFDE;
	background-color:#fff;
	padding:5px;
}

.right-box {
	width:168px;	
}





.top {
	width:936px;
	height:117px;
	margin-bottom:11px;
}

	.top .inner {
		background-color:#012C52;
		width:100%;
		height:100%;
	}
	
	.top .logo {
		width:321px;
		height:45px;
		background-image:url(../graphics/logo.gif);
		margin-left:43px;
		margin-top:20px;
		display:inline;
	}
	
	.top .logo a {
		width:100%;
		height:100%;
		display:block;
		float:left;
		clear:both;		
	}
	
	.top .site-tools {
		height:20px;
		margin-top:9px;
		margin-right:7px;
		clear:none;
		float:right;
		display:inline;
	}
	
	.top .menu {
		padding-left:211px;
		display:inline;
		background-image:url(../graphics/topmenu-bg.jpg);
		width:725px;
		height:25px;	
		margin-top:15px;
		padding-top:12px;		
	}
	
	
	.top .menu .item {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
		clear:none;
	}
	
	.top .menu .item+.item {
		margin-left:28px;
		display:inline;
	}
	
	.top .menu .item a:link,
	.top .menu .item a:visited,
	.top .menu .item a:active {
		color:#fff;
	}
	
	.top .menu .item a:hover,
	.top .menu .item a.active {
		color:#BACC00;
	}
	
	
	
	
	
.site-tools .tool {
	margin-left:20px;
	clear:none;
	display:inline;
	margin-top:5px;
}

.site-tools .tool a, .site-tools .tool span {
	float:left;
	clear:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

.site-tools .tool span {
	color:#8BCFDE;
	cursor:default;
}

.site-tools .tool a:link,
.site-tools .tool a:visited,
.site-tools .tool a:active {
	color:#fff;
}

.site-tools .tool a:hover,
.site-tools .tool a.active {
	color:#BACC00;
}

.site-tools .search {
	clear:none;
	margin-left:10px;
	display:inline;
}

.site-tools .search input {
	width:136px;
	height:17px;
	border:1px solid #ccc;
	font-size:11px;	
}

.site-tools .search .btn {
	background-image:url(../graphics/search_btn.gif);
	width:34px;
	height:19px;
	clear:none;
	margin-left:7px;
	margin-top:1px;
	display:inline;	
}

	.site-tools .search .btn a {
		width:100%;
		height:100%;
		float:left;
		clear:both;
	}


.columns {
	width:100%;	
	margin-bottom:24px;
}

.column+.column {
	margin-left:11px;
	clear:none;
	display:inline;
}

.column .inner{
	background-color:#DBF9FF;		
	width:100%;
	min-height:60px;
	_height:60px;
}

.main-column .inner {
	padding-top:20px;		
}

.main-column-normal {
	width:554px;
}



.main-column-wide {
	width:745px;	
}



.main-column .headline-part {
	width:467px;
	float:left;
	clear:both;
	border-bottom:5px solid #fff;
	margin-left:20px;
	padding-bottom:18px;
	margin-bottom:20px;	
	margin-right:258px;
	display:inline;
}


.main-column .main-part {
	min-width:487px;
	_width:487px;
	
}

.main-column .right-part {
	clear:none;
	float:right;
	margin-right:20px;
	display:inline;
}

.main-column .print-part {
	width:100%;
	height:21px;
	margin-top:20px;	
}

.main-column .print-part .link {
	float:right;
	
	
	margin-right:7px;
	display:inline;
}

.main-column .print-part .link a {
	display:block;
	float:left;
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../graphics/print_btn_bullet.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
	padding-right:21px;
	
	padding-bottom:2px;
	
}

.main-column .print-part .link a:link,
.main-column .print-part .link a:visited,
.main-column .print-part .link a:active,
.main-column .print-part .link a:hover {
	color:#4799B8;	
}	







.left-column {
	width:168px;
}

.left-column-function-pages, 
.right-column {
	width:180px;
	border:none;
	background-color:transparent;
	padding:0px;
	height:1px;
}

.right-column {
	clear:none;
}

.calendar-box .inner {
	background-color:#8BCFDE;
	width:100%;
	height:100%;
}

.newsletter-box .inner,
.latest-news-box .inner {
	background-color:#BACC00;
	width:100%;
	height:100%;			
}

.question-box .inner {
	background-color:#BACC00;
	width:100%;
	height:100%;			
}

.fact-box .inner {
	background-color:#A66F98;
	width:100%;
	height:100%;			
}

.left-menu-box .inner {
	width:100%;
	height:100%;			
	background-color:#57244A;
}



.right-box .headline,
.left-menu-box .headline  {
	padding:7px 7px 0px 7px;
	min-height:33px;
	_height:33px;	
	width:154px;
	background-image:url(../graphics/rigt_box_bg.png);
	background-repeat:no-repeat;
}

.left-menu-box .headline {
	background-image:url(../graphics/left_menu_box_bg.png);	
}

.left-menu-box .sep {
	background-image:url(../graphics/box_sep.png);		
	font-size:0px;
	line-height:0px;
}

.right-box .content,
.left-menu-box .content {
	padding:1px 9px 12px 9px;
	width:150px;
	min-height:20px;
	_height:20px;	
}

.right-box .content {
	padding-top:10px;	
}

.right-box+.right-box {
	margin-top:12px;	
}

/* left menu */

.left-menu {
	width:100%;
}

.level-1,
.level-1-active,
.level-2,
.level-2-active {
	margin-top:11px;
}

.left-menu .level-1,
.left-menu .level-1-active,
.left-menu .level-2,
.left-menu .level-2-active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	width:100%;
	clear:both;
	font-weight:bold;
}

.left-menu .level-2,
.left-menu .level-2-active {
	display:block;
	margin-left:20px;
	margin-right:10px;
	width:120px;	
}


.left-menu .level-1 a:link,
.left-menu .level-1 a:visited,
.left-menu .level-1 a:active,
.left-menu .level-2 a:link,
.left-menu .level-2 a:visited,
.left-menu .level-2 a:active{
	color:#fff;	
}

.left-menu .level-1 a:hover,
.left-menu .level-1-active a:link,
.left-menu .level-1-active a:visited,
.left-menu .level-1-active a:active,
.left-menu .level-1-active a:hover,
.left-menu .level-2 a:hover,
.left-menu .level-2-active a:link,
.left-menu .level-2-active a:visited,
.left-menu .level-2-active a:active,
.left-menu .level-2-active a:hover  {
	color:#BACC00;	
}
