body{
	font-size: 80%;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2a2a2a;
	background: url(images/bg.png) repeat-x left top #03b0e6;
	padding: 0px;
	margin: 0px;
}

a{
	color: #05b1e6;
	text-decoration: none;
}

a img{
	border: none;
}

h1{
	font-size: 1.4em;
	border-bottom: dotted 2px #05b1e6;
	padding-bottom: 10px;
}

h2{
	font-size: 1.2em;
	border-bottom: dotted 2px #05b1e6;
}

h3{
	font-size: 1.1em;
}

.clearfix{
	clear: both;
}

.wrapper{
	width: 875px;
	margin: auto;
}

.top{
	width: 100%;
	height: 145px;
}

.top ul{
	padding: 90px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	text-align: right;
}

.top ul li{
	display: inline;
	padding: 0px 10px;
}

.top ul li.lastitem{
	padding-right: 0px;
}

.top ul li a{
	color: #849296;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

.bigcontainer{
	width: 100%;
}

.logo{
	width: 36px;
	float: left;
}

.container{
	width: 830px;
	float: left;
	background: #FFF;
	border: solid 1px #849296;
	padding: 3px;
}

.banner{
	float: left;
	width: 143px;
	margin-top: -118px;
}

.content{
	float: left;
	width: 393px;
	padding: 20px 35px;
	min-height: 432px;
	height: auto !important;
	height: 432px;
}

.frontpagenews{
	width: 373px;
	background: #ececec;
	padding: 5px 10px;
}

.frontpagenews h2{
	padding-bottom: 5px;
	color: #05b1e6;
}

.frontpagenews a{
	color: #2a2a2a;
	font-weight: bold;
}

.sidebar{
	width: 182px;
	float: right;
	padding: 20px 35px 20px 0px;
}

.bottom{
	width: 100%;
	overflow: hidden;
	padding: 25px 0px;
}

.bottom ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
}

.bottom ul li{
	display: inline;
	padding: 0px 10px;
	background: url(images/middot-bottom.png) no-repeat left center;
}

.bottom ul li:first-child{
	background: none;
}

















