/* CSS Document */


	body {
		background:url(../wall2.png) repeat;
		font:13px/20px Tahoma, Verdana, Helvetica, Arial, "sans serif";
       		}


	#container {	
			width:800px;
			background:url(../background/lined_sheet_kl.jpg)  50% 0 no-repeat;
			height:auto;
			margin:0px 100px 0px 100px;
			padding-bottom:0px;
		}

	#container img{
		border:none;
	}

	#container_head {
			
			width:666px;
			height:30px;
			background:#0085FA;
			border: 1px solid #FFE1BF;
			margin:50px 0px 0px 167px;
			padding-bottom:0px;
	}
	
	acronym {
		text-transform:lowercase;
		font-variant:small-caps;
		border-bottom-width:thin;
		cursor:help;
		font-size:15px;
	 }

	#news {
		position:relative;
		
		width:470px;
		text-align:left;
		margin:0px 0px 0px 250px;
		padding:45px 0px 10px 0px; 
		}
	#news p{
		color:#000000;
		margin-top:0px;
		margin-bottom:2px;
		line-height:22px;
		}
	#news h2{
		color:#003E82;
		margin-bottom:10px;
		}
	#news a{
		text-decoration:none;
		color:#003E82;
		
		}
	#news a:hover{
			color:#FFE1BF;
			background:#003E82;
			}
	#news ul {
		list-style:none;
		padding: 0 0 0 0;
		margin:0 0 0 20px;
		line-height:22px;
	}
	#news img {
		padding:0 0 0 0;
		margin:0 0 0 0;
	}

	#news table, #news td, #news th{
		border:1px solid #000000;
		text-align:center;
	}

	#footer_right {
		position:relative;
		font-size:10px;
		text-align:right;
		}
	
	#footer_right a {
		text-decoration:none;
		margin-left:100px;
		color:#000000;
		}

#footbar{
	position: relative;
	width: 100%;
	left: 280px;
	top: 5px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	}

#footbar ul {
	margin: 0;
	padding: 0 0 15px 0;
	position: absolute;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#footbar li  {
	display: inline;
	list-style: none;
	margin:0;
	padding:0;
}

#footbar li a {
	width: auto;
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
	margin: 0;
	text-align: center;
	border: none;
	background: none;
	border-right: 1px dotted #AAA;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	line-height:12px;
	text-decoration: none;
	color:#003E82;
}