@charset "utf-8";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.6;
	color: #FFFFFF;
	font-family: sans-serif;
	background-image: url(../imagelib/bg.jpg);
	background-repeat: repeat-x;
}


/* link style
--------------------------*/

a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
	color: #3366FF;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}


/* basic layout
--------------------------*/

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	padding-bottom: 25px;
	height: 760px;
}

#footer {
	background-image: url(../imagelib/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 51px;
	clear: both;
}


/* header styles
--------------------------*/
#header h1 {
	margin-top: 20px;
	float: left;
}
#header #sitemap {
	float: left;
	padding-right: 20px;
}
#header .set {
	width: 310px;
	float: right;
	height: 35px;
	margin-top: 20px;
	margin-right: 5px;
}
#header h2 {
	width: 1000px;
	clear: both;
	padding-top: 10px;
}


/* main styles
--------------------------*/

#main h4 {
}
#main h3 {
	height: 280px;
	width: 1000px;
	margin-bottom: 50px;
}
#main h4 {
	margin-bottom: 15px;
}
#main h5 {
	margin-bottom: 15px;
}
#main .left {
	width: 425px;
	float: left;
	margin-left: 50px;
}
#main .right {
	width: 455px;
	float: right;
	margin-right: 15px;
}
#main #text {
	padding-left: 25px;
	margin-bottom: 55px;
	line-height: 180%;
	font-size: 1.1em;
}
#main .right dl {
	margin-left: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
}
#main .right dt {
	margin-bottom: 5px;
}


/* footer styles
--------------------------*/

#footer table {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	padding-top: 8px;
}


/* IE7 CSS Huck
--------------------------*/

*:first-child+html #footer table {
	margin-top: 8px;
}


/* IE6 CSS Huck
--------------------------*/
* html #header #sitemap {
	margin-right: 0px;
}
* html #header .set {
	width: 330px;
}
* html #main .left {
	margin-left: 25px;
}
* html #main .right {
	margin-right: 5px;
}
* html #footer table {
	margin-top: 8px;
}
