body {
	font:9pt/20px Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	background: #fff url(bg.jpg) repeat-x;
	margin: 0 0 0 0; 
	padding: 0;
	color: #444;
}

h4 {
	color: #444;
	line-height: 22px;
}

a {
	color: #444;
	text-decoration: underline;
}

a:hover {
	color: #444;
	text-decoration: none;
}

ul  li{
	line-height: 20px;
	list-style:square;
}

#center {
	margin-left: -500px;
	position: absolute;
	left: 50%;
}

#container {
	width:1000px;
	margin-top:40px;
	margin-bottom:40px;
}

#header {
	width:1000px;
	height:200px;
	border-bottom:4px solid #407c9a;
}

#menu {
	font:11px/18px Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	text-align:left;
	background:#24a9d3;
	height: 35px;
	line-height: 35px;
}

#menu a {
	float: left;
	line-height: 33px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size:9px;
	margin-left:25px;
}

#menu a:hover {
	color: #fff;
	background: transparent url(menu.png) bottom center no-repeat;
}

#menu a.sub {
	display: none;
}

h1 {
	font:18pt Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	padding-left:25px;
	height: 70px;
	line-height:70px;
	background:#f1f2f6;
	border-bottom:1px solid #a5a5a8;
	margin-top:0px;
}

#content { 
	padding-bottom:20px;
}

#text { 
	background:#fff;
	width: 700px;
	margin-left:25px;
	margin-right:25px;
	float:right;
}

#submenu { 
	float:left; 
	background:#f1f2f6;
	width:220px;
	padding:5px;
	padding-top:10px;
	min-height:280px;
}

#submenu a {
	font:9pt Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	line-height: 20px;
	margin-bottom: 10px;
	border-bottom: #ccc;
	color: #444444;
	text-decoration: none;
	margin-left: 10px;
	text-align: left;
	display: block;
	border-bottom: 1px solid #a5a5a8;
	width:200px;
	font-weight:bold;
}

#submenu a  {
	display: block;
}
#submenu a:hover {
	border-bottom: 1px solid #444444;
}

#bottom {
	background:#f1f2f6;
	border-top:1px solid #a5a5a8;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25px;
}

#bottom #box{
	float:left;
	margin-left:23px;
	width:220px;
}

#bottom p{
	padding-left:5px;
}

#footer {
	font:10px/18px Verdana, Tahoma, 'Trechbuchet MS', Arial, sans-serif;
	background:#5998b8;
	height: 35px;
	line-height:35px;
	text-align:center;
	color:#fff;
	border-bottom: 4px solid #407c9a;
}

#footer a{
	color:#fff;
	text-decoration: none;
}

#slideshow {
    position:relative;
    height:180px;
    width:1000px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
