@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
}
body {
	height:100%;
}
.page {
	margin-right:auto;
	margin-left:auto;
	width:1067px;
	background:url(bg3.jpg) repeat-x;
	height:100%;
	position:relative;
}
.content {
	padding-bottom:100px;
	margin-top:20px;
}
ul, ol {
margin-left:30px;
margin-bottom:5px;
}
.footer {
	position:absolute;
	bottom:0;
	width:1067px;
	background-color:#00b0d8;
	height:100px;
	z-index:-2;
	border-top:10px solid #036;
}
#mast {
	background: no-repeat 0px 100px;
}
.left {
	width:100%;
	zindex:1;
		margin-bottom:20px;
}
.footCirc {
	top:-50px;
	position:absolute;
	z-index:-1;
	margin-left:890px;
}
.headCirc {
	top:290px;
	position:absolute;
	z-index:15;
	margin-left:890px;
}
p {
	padding-bottom:10px;
}
h1 {
	color:#036;
	font-size:22px;
	padding-bottom:15px;
	font-weight:bold;
}
h2 {
	color:#02718a;
	font-size:16px;
	padding-bottom:15px;
	font-weight:bold;
}
p {
	margin-bottom: 10px;
}
table {
	border:solid 1px #00b0d9;
	margin-bottom:10px;
	border-collapse:collapse;
}
td {
	border:solid 1px #00b0d9;
	padding:2px;
}
tr:hover {
	background-color:#d2f1f4;
}
td:hover {
background-color:#e9fafb;
}
.right {
	width:200px;
	position:absolute;
	top:400px;
	left:855px;
	margin-top:80px;
}
.sb {
	width:370px;
	float:right;
	clear:both;
	margin-left:10px;
}
.box {
	width:350px;
	border:solid 1px #f7931e;
	padding:10px;
	padding-bottom:5px;
	margin-bottom:20px;
}
.box h1 {
	width:360px;
	margin-left:-10px;
	margin-top:-10px;
	padding:5px;
	background-color:#f7931e;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
.address {
	position:absolute;
	color:#ffffff;
	left:10px;
		font-size:16px;
}
.plenary {
	margin-top:90px;
	padding:10px;
	border: solid 1px #006699;
	background-color:#efefef;
}