body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
}

#container {
	width: 900px;
	margin: auto;
	padding: 0px;
	text-align: left;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#header {
	width: 900px;
	height: 182px;
}

#headerLeft {
	width: 200px;
	float: left;
}

#headerRight{
	width: 700px;
	height: 65px;
	padding-top: 117px;
	float: right;
	background-image: url(../images/header02.jpg);
}

#headerRight a:hover {
	color: #ff0000 !important;
	text-decoration: none;
}




h2 {
	font-size: 18px;
}
#footer {
	font-size: 11px;
	color: #8c8c8c;
	width: 900px;
	float: left;
	text-align: center;
	clear: both;
}

#content {
	width: 827px;
	height: 461px;
	margin-left: 36px;
	margin-right: 36px;
	margin-top: 26px;
	background-image: url(../images/contentbg.jpg);
}

#content2 {
	width: 567px;
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 50px;
	text-align: center;
	color: #ffffff;
}

#content3 {
	width: 807px;
	margin-left: 36px;
	margin-right: 36px;
	margin-top: 26px;
	background-color: #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.navbuttonON {
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
}

.navbutton {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

.navbutton a {
	color: #ffffff;
	text-decoration: none;
}

.navbutton a:hover {
	color: #ff0000;
	text-decoration: none;
}

#headerRight ul {
	width: 700px;
	margin: 0px;
	padding: 0px;
}

#headerRight ul li {
	display: inline;
}

#headerRight ul li a {
	color: #000000;
	text-decoration: none;
}

#headerRight ul li a:visited {
	color: #000000;
	text-decoration: none;
}

.roundBox {
	background-color: #f0f0f0;
	margin-bottom: 20px;
}
.tl {
	background-image:url(../images/tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.tr {
	background-image:url(../images/tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.bl {
	background-image:url(../images/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.br {
	background-image:url(../images/br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 30px;
}

h1 {
	font-size: 22px;
	color: #0066cc;
	font-weight: normal;
}