/*LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(bg.jpg) #BEBBBC repeat-x;
}
#page{width:967px;}
#top{
	position:relative;
	height: 136px;
	background: url(bg_top.jpg) no-repeat center bottom;
}
#menu{
	position:absolute;
	right:25px;
	z-index:1;
	top: 110px;
}
#infcomp{position:absolute; left:300px; top:13px; z-index:1;}
#submenu{background:url(bg_submenu.jpg) #FFFFFF top no-repeat;  width:930px; height:15px; padding:10px 27px 10px 10px;/*Top Right Bottom Left*/}
#content{background:url(bg_content.png) repeat-y 6px top; width:907px; padding:30px;}
#contenttext{float:right; width:680px;}
#fter{background:url(bg_footer.jpg) #BEBBBC top no-repeat; width:947px; height:93px; padding-top:10px; padding:30px 10px 10px 10px;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#leftpanel{float:left; width:206px;}
.tbl_middle{ background:url(tbl_middle.jpg) #FFFFFF repeat-y; width:176px; min-height:50px; padding-left:10px; padding-right:20px;}


/*TEXT*/
.title{
	font-family: tahoma, arial;
	font-size: 22px;
	font-weight: bold;
	color:#6889BA;
}
.subtitle{
	font-family:Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#6889BA;
}

.grtext{
	font-family:Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666665;
}
.grtext a{
	font-family:Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#666665;
	text-decoration:underline;
}
.grtext a:hover{
	text-decoration:underline;
}

.whtext{
	font-family:Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
}
.whtext a{
	font-family:Lucida Grande, Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration:none;
}
.whtext a:hover{
	text-decoration:underline;
}
