@CHARSET "UTF-8";

body { /*background: #F0E9CE url(../images/mainbg.gif) repeat-x top;*/
	font: 13px/ 1.5 Arial;
	margin: 0;
	padding: 0;
}

#all{
	background: #fff; /*url(background.gif);*/
}

#homeheader,#pagefooter,#container {
	margin: 0 auto;
	width: 950px;
	background: #fff;
}

#home-menu {
	margin: 0 auto;
	width: 950px;
	background: #fff;
}

#home-navigate {
	color: #708491;
	clear: both;
	font-family: "Tahoma";
	font-size: 11pt;
}

#container {
	background: #fff;
}

#container #content,#container #scroll {
	float: left;
	width: 700px;
}

#container,#content {
	background: #fff;
}

#container #tips {
	float: left;
	margin: 2px 5px;
	width: 240px;
}

#container #content #colspan {
	clear: both;
	width: 700px;
}

#container #content #col-b,#container #content #col-a {
	float: left;
	width: 50%;
}

#container #content #col-a img {
	float: left;
}

#container #content #col-b img {
	float: right;
}

#container #side {
	float: left;
	width: 250px;
}

#pagefooter {
	clear: both;
	background: /*#eed;*/#9ba8ff;
	border:1px solid /*#9FB1BC;*/#9ba8ff;
}

a:visited {
	text-decoration: none;
	color: #4E55B1;
}

a:hover {
	text-decoration: underline;
	color: #F00;
}

a:link {
	text-decoration: none;
	color: #4E55B1;
}