* {
	margin: 0;
	padding: 0;
}
html {
	background: #fff url("../images/html.png") repeat-x left top;
}
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #424242;
	background: url("../images/body.png") repeat-y left top;
	width: 1000px;
	margin: 0 auto 30px auto;
	position: relative;

}


p {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}

ul {
	padding-left: 35px;
	padding-bottom: 20px;
	line-height: 18px;

}

ol {
	padding-left: 35px;
	padding-bottom: 30px;
	line-height: 20px;

}

a img {
	border: 0px solid #ccc;
}

a {
	color: #4682B4;
	text-decoration: underline;
}


h1 {
	font-size: 16px;
	color: #666666;
}
h2 {
	font-size: 14px;
	color: #666666;
}
.page {
	background: none;
	padding: 18px 125px 0 115px;
	width: 760px;
}

.topmenu {
	height: 15px;
	background: url("../images/topmenu.png") no-repeat left top;
	text-align: right;
	padding: 15px 59px 0 0;
}
.page>.topmenu {
	min-height: 20px;
	height: auto;
}
.topmenu li {
	display: inline
}
.topmenu li a {
	float: right;
	width: 105px;
	height: 22px;
	background: #A3BDE5 url("../images/roll.png") no-repeat left top;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
}
.topmenu li>a {
	min-height: 22px;
	height: auto;
}
.topmenu li a:hover {
	background: #83A6DC url("../images/roll.png") no-repeat 0 -27px;
}
.main {
	width: 706px;
	margin: 0 auto;
}
.bluebox {
	border: 1px solid #ccc;
	clear: both;
	padding: 7px 17px 9px 8px;
	width: 677px;
	position: relative;
	margin-bottom: 18px;
}
.bluebox .big {
	float: left;
	margin-right: 40px;
}
.bluebox .big img {
	padding: 5px;
}
.bluebox .right {
	width: 335px;
	float: left;
	padding-bottom: 12px;
}
.bluebox .small1, .bluebox .small2 {
	position: absolute;
	bottom: 9px;
}
.bluebox .small2 {
	left: 534px;
}


.footer1 {
	text-align: center;
	padding: 0 27px 3px 27px;
}
.footer1 a {
	color: #4682B4;
	text-decoration: none;
}
.footer1 a:hover {
	color: #666666;
	text-decoration: underline;
}
.footer2 {
	font-size: 0px;
	line-height: 0px;
	height: 18px;
	background: url("../images/footer.png") no-repeat left top;
	margin-left: 105px;
}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.lightBlueBg {
  background-color: #EAF2F5;
}

