
body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color:#3a3a3a;
	padding: 0px;
	margin: 0px;
	background: url(images/bg.jpg) repeat-x left top #5c6974;
}

.wrapper{
	width: 780px;
	margin: auto;
}

.top{
	width: 100%;
	height: 200px;
	background: url(images/top.jpg) no-repeat left top;
	position: relative;
}

.top .date{
	color: #FFF;
	position: absolute;
	top: 15px;
	left: 23px;
}

.top .uppermenu{
	width: 500px;
	padding-right: 20px;
	float: right;
	margin-top: 15px;
	text-align: right;
}

.top .uppermenu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.top .uppermenu ul li{
	display: inline;
	border-left: solid 1px #fff;
}

.top .uppermenu ul li:first-child{
	border-left: none;
}

.top .uppermenu ul li a{
	padding: 0px 7px;
	color: #FFF;
	text-decoration: none;
}

.top .menu{
	width: 690px;
	position: absolute;
	top: 180px;
	left: 38px;
	background: #FFF;
	font-weight: bold;
	font-size: 0.8em;
}

.top .menu a{
	text-decoration: none;
	color: #000;
}

.top .menu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.top .menu ul li{
	display: inline-block;
	float: left;
	border-left: solid 1px #175e94;
	position: relative;
}

.top .menu ul li:first-child{
	border: none;
}

.top .menu ul li a:hover{
	color: #FFF;
	background: #1b405b;
}

.top .menu ul li a{
	display: inline-block;
	float: left;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding: 0px 15px;
}

.top .menu ul li ul{
	position: absolute;
	left: 0px;
	top: 20px;
	display: none;
	background: #FFF;
	width: 130px;
}

.top .menu ul li:hover ul{
	display: block;
}

.top .menu ul li ul li{
	border: solid 1px #000;
	border-top: none;
	width: 130px;
	background: #FFF;
}

.top .menu ul li ul li a:hover{
	background: #175e94;
}

.top .menu ul li ul li:first-child{
	border: solid 1px #000;
}

.top .menu ul li ul li a{
	height: auto;
	line-height: auto;
	width: 126px;
	padding: 2px;
}

.container{
	background: url(images/contentbg.jpg) repeat-y left top;
}

.content{
	background: url(images/content.jpg) no-repeat left top;
	padding: 150px 70px 20px 55px;
	min-height:150px;
	height:auto !important;
	height:150px;
}

.bottom{
	background: url(images/bottom.jpg) no-repeat left top;
	width: 100%;
	height: 39px;
}






