* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #505050;
}

BODY {
	background-image: url(../images/main-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e3e3e3;
	padding:0px;
	margin:0px;
}

#container {
	margin: 0px auto;
	width: 880px;
	background-color: #fff;
	border-left: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
	padding-bottom:60px;
	margin-bottom:30px;

}

#header{
	position: relative;
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	height: 159px;
}

#top-menu {
	float:right;
	padding-right: 20px;
}

#top-menu UL{
	list-style: none;
}

#top-menu UL LI{
		display: inline;
		margin-left:10px;
}

#main-menu {
	position: absolute;	
	top: 129px;
	left:140px;
}

#main-menu DIV.menu-item,#main-menu DIV.menu-item-hi{
	width:78px;
	height: 22px;
	background-image:url(../images/menu-item-bg.gif);
	float:left;
	padding-top:6px;
	padding-right:7px;
	position: relative;
	text-align:center;
}

#main-menu DIV.menu-item A, #main-menu DIV.menu-item-hi A{
	font-weight:bold;
	font-size:12px;
	color: #505050;
	text-decoration: none;
}

#main-menu DIV.menu-item-hi A, #main-menu DIV.menu-item A:hover{
	color: #c00e12;
}

#content{
	padding: 20px;
	margin-left:125px;
}

#news-box{
	display:none;
}

.news-latest-item{
	margin-bottom:15px;
	}
	
.news-latest-item H3 *{
	font-weight:bold;
	}

H1{
	font-size:15pt;
	font-weight:bold;
	color: #c00e12;
}

H2{
	font-size:12pt;
	font-weight:bold;
	color: #c00e12;
}

H3{
	font-size:12pt;
	font-weight:normal;
}

.important {
	color: #c00e12;
}

TABLE TR TD{
	vertical-align:top;
}

IMG{
border:none;
}
