* {
	padding:0px;
	margin:0px;
	font-family:tahoma,arial,sans-serif;
	font-size:13px;
	color:#474747;
	text-decoration:none;

}

img {
	border-style:none;
	behavior:url(css/FixIEPngProb.htc);
}

body {
	background-color:#588BA7;
	background-image:url(images/body_background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:31px;
	margin-bottom:50px;
}

.mainFrame {
	width:852px;
	border:17px solid #ffffff;
	margin:auto;
	background-color:#ffffff;
	
}

.header{
	width:852px;
	height:107px;
	background-image:url(images/header_shade.png);
	background-repeat:no-repeat;
	background-color:#588BA7;

}

.headerLogo {
	float:left;
	padding:5px 5px;

}

.headerCompanyCatch{
	float:right;	
	font-weight:normal;
	padding-left:0px;
	font-size:36px;
	color:#ffffff;
}

.headerCompanyName{
	/*font-weight:bold;*/
	font-family:Arial,Tahoma,sans-serif;
	padding-top:5px;
	padding-left:5px;
	float:left;
	font-size:22px;
	color:#ffffff;
}


.headerPicture{
	float:right;
}	

.clearBoth {
	clear:both;
}

.banner{
	height:20px;
	background-color:#D7D7D7;
}

.nav {
	padding-top:3px;
	margin-bottom:10px;
	height:30px;
	background-color:#ffffff;
	line-height:28px;
	border-top:2px solid #efefef;
	border-left:2px solid #efefef;
	border-right:2px solid #efefef;
	border-bottom:2px solid #efefef;
	
}

.nav ul li {
	float:left;
	list-style-type:none;
	font-weight:bold;
}

.nav ul li a{
	color:#7C7C7C;
	padding:9px 9px;
}
.nav ul li a:hover{
	background-color:#588BA7;
	color:#ffffff;
}

.selected{
	/*background-color:#588BA7;*/
	background-color:#D7D7D7;
	color:#000000;
}

.paneLeft {
	width:50%;
	float:left;
	border-right:1px solid #eeeeee;
}

.paneRight {
	width:45%;
	float:right;
	border-right:1px solid #eeeeee;
	padding-left:5px;
}

.footer {
	border-top:0px solid #D4D4D4;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size:8px;
	padding-top:0px;
}

.newsHeader {
	height:24px;
	background-color:#D7D7D7;
	text-align;
	padding:0 5px 0 5;
	line-height:24px;
	font-weight:bold;
	font-size:14px;
	color:#777777;
}

.newsContent {
	padding-bottom:5px;
	border-bottom:2px solid #eeeeee;
}

.newsContentDate, .newsContentTitle, .newsContentText {
	padding:4px 6px 0px 6px;
}

.newsContentDate {
	font-weight:bold;
	color:#666666;
	font-size:12px;
	padding-top:6px;
}

.newsContentTitle {
	font-weight:bold;
	line-height:12px;
}

.newsContentText {
	padding-bottom:5px;
	font-size:12px;
	line-height:12px;
	color:#555555;
}

.mainContentTop {
	font-weight:bold;
	color:#777777;
	font-size:14px;
	padding:5px 0px 15px 0px;
}

.mainContentTitle {
	font-weight:bold;
	font-size:10px;
	padding-bottom:5px;
}

.mainContentBanner {
	margin:10px 0px 10px 0px;
	height:20px;
	background-color:#D7D7D7;
}

.mainContent{
	padding-bottom:10px;
}

.boxLeft{
	float:left;
	padding-right:15px;
}

.boxRight{
	float:right;
	padding-left:15px;
}

.boxGrey{
	background-color:#ededed;
	margin:0px 0px 10px 0px;
	padding:10px;
}

.text {
	/*line-height:11px;*/
	padding-right:15px;
}
.link{
	color:#588BA7;
	font-weight:bold;
	text-decoration:underline;
}

.noPrint {
	  display: none;

}