body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	background-color: #9DACBF;
	margin: 0px 10px;
	padding: 0;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 0 0;
	background: white url(/Assets/Images/h.gif) repeat-x center;
	height:26px;
	width: 100%;
	font-style: italic;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 14px;
	margin: 0 0 10px 2px;
}
a {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #FF9900;
	cursor: pointer;
}
#page {
	width: 740px;
	margin: 0 auto 0 auto;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
#header {
	background: white url(/Assets/Images/bg_head.gif) repeat-x top;
}
#linkbar {
	text-align: right;
	float: right;
	margin: 60px 15px 0 0;
	font-size: 12px;
}
#linkbar a {
	margin-left: 20px;
}
#header_b {
	background: white url(/Assets/Images/h_f.gif) repeat-x center;
	height:40px;
	width: 728px;
	margin: 0 auto 10px auto;
}
#footer {
	padding: 50px 0 50px 0;
	clear: both;
	font-size: 90%;
	text-align: center;
}
#leftside {
	float: left;
	width: 200px;
	padding: 0 0 30px 6px;
}
#main {
	float: right;
	width: 520px;
	padding-right: 6px;
}