/* HTML-tags */
body{height:100%;margin:0px;font-family:Tahoma;}
p,div,table,font{font-size:12px;line-height:16px;line-height:17px;}
a{color:#6a8b91;}
a:hover{color:#000;}
/* HTML-tags */


/* Elements */
#top
{
	width:100%;
	height:95px;
	background-image:url('../imgs/top_bg.gif');
}
#menu 
{
	position:absolute;
	height:89px;
	width:670px;
	left:50%;
	margin-left:-335px;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}
#leftLogo
{
	width:140px;
	height:332px;
	background-image:url('../imgs/left_logo.gif');
	position:absolute;
	left:50%;
	margin-left:-475px;
}
#content
{
	width:666px;
	left:50%;
	margin-left:-335px;
	position:absolute;
}
#flash{width:666px;height:231px;}
/* Elements */


/* Classes */
.menuItem, .menuItemSelected
{
	float:left;
	height:86px;
	width:95px;
	text-align:center;
	background-image:url('../imgs/menu_bg.gif');
	margin-top:3px;
	line-height:125px;
	color:#4f4f4f;
	cursor:pointer;
	text-decoration:none;
}
.menuItemSelected {background-image:url('../imgs/menu_active_bg.gif'); font-size:11px;}
a:hover .menuItem {background-image:url('../imgs/menu_hover_bg.gif'); font-size:11px;}
a .menuItem {text-decoration:none; font-size:11px;}
.header{font-size:14px;font-weight:bold;color:#000;}
.header a{color:#6a8b91;}
.subHeader{font-size:12px;font-weight:bold;color:#6a8b91;}
.text{font-size:12px;line-height:16px;line-height:17px;}
.subMenu td
{
	background-image:url('../imgs/2.jpg');
	background-repeat: repeat-y;
	font-size:10px;
	padding:4px;
	padding-top:2px;
	padding-bottom:2px;
}
.subMenu a
{
	color: #fff;
	text-decoration: none;
} 
.subMenu .subSelected
{
	background-image:url('../imgs/1.jpg');
	background-repeat: repeat-y;
	font-weight:bold;
}
.subMenu .orange
{
	width:29px;
	background-image:url('../imgs/ver_line_orange.gif');
}
/* Classes */