body{
	background-color: #ffffff;
	text-align: center;
}

/*header*/

.headerHome {
	width: 824px;
}
.headerInner {
	width: 802px;
}

/*bottom*/

.bottomArea {
	background-color: #075fa3;
	background-image: url(/i/bottomCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 26px;
	padding-right: 23px;
}
.bottomBorderLeft {
	background-image: url(/i/bottomLeft.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.bottom{
	border-bottom: 1px solid #d3e5f2;
	text-align: left;
	background-color: #075fa3;
	color: #ffffff;
	padding-left: 12px;
}

/*content*/

.leftBorder {
	background-image: url(/i/leftBorder.gif);
	background-repeat: repeat-y;
}
.rightBorder {
	background-color: #e0ecf7;
}
.contentRightBorder {
	background-image: url(/i/rightBorder.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.bgPict {
	width:150px;
	background-image: url(/i/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contentInner {
	padding: 6px 22px 22px 22px;
	text-align: left;
	vertical-align: top;
}

/*menu*/

ul.menu {
	display: block;
	border-right: 1px solid #d3e2ee;
	list-style-image: none;
	list-style-type: none;
	padding: 22px 0px 72px 0px;
	margin: 0px;
}
ul.menu li {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 151px;
}
ul.menu li a {
	color: #095fa3;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 6px 10px 6px 17px;
	text-align: left;
	border-top: 1px solid #abc8df;
	text-decoration: none;
}
ul.menu li a:hover, ul.menu li a.active {
	background-color: #0661a7;
	color: #ffffff;
}
ul.menu li a span {
	display: block;
}
.menuSeparator {
	background-color: #abc8df;
	height: 1px;
}

/*slogan*/

.slogan {
	color: #a7a7a7;
	height: 22px;
	text-align: right;
	font-size: 12px;
	padding-right: 6px;
}