/* BODY HTML */

body {
	margin:0;
	padding:0;
	font:12px Tahoma;
	color:#333;
	background-color:#FFF;
}

body a {
	text-decoration:none;
	color:#03C;
}

img {
	border:none;
}

#head{
	width:850px;
	height:200px;
	margin:20px auto 0 auto;
	background-image:url(images/head_bkg.jpg)
}

.menuitem a {
	display:block;
	float:right;
	height:20px;
	line-height:20px;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:0 10px 0 10px;
}

.menuitem a:hover {
	color:#03F;
	background:#FFF;
}

#content{
	width:830px;
	height:auto;
	margin:auto;
	padding:20px 10px 20px 10px;
}

#balhasab{
	width:600px;
	float:left;
	padding:0 10px 0 20px;
}

#menuhasab {
	width:190px;
	padding:0 0 0 10px;
	float:right;
}

.almenuitem a {
	width:190px;
	height:20px;
	line-height:20px;
	margin:2px 0 2px 0;
	padding:5px;
	color:#036;
}

.almenuitem a:hover {
	color:#FFF;
	background-color:#036;
}

.headline {
	font-size:16px;
	font-weight:bold;
	color:#069;
}

#footer{
	width:830px;
	height:30px;
	padding:10px;
	margin:auto;
	text-align:center;
    line-height:30px;
	background-color:#D8E6E9;
}

.clear{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}

h1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 18px;
	color: #006699;
	margin-bottom: 15px;
}
h2 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	color: black;
	margin: 0;
	text-decoration: underline;
}
h2 a {
	color: black;
}