body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin: 15px;
	text-align: center;
}
a {
	color: #0064B4;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
}
img {
	border: 0;
}

.title {
	font-size: 24px;
	font-weight: bold;
	color: #0064B4;
}
.help {
	color: #669900;
	text-decoration: underline;
	cursor: help;
}

#preload {
	display: none;
}
#bg {
	margin: 0 auto;
	width: 810px;
	background: url(img/bg.png) repeat-y;
}
#bg_top {
	background: url(img/bg_top.png) no-repeat;
}
#body {
	padding: 15px;
	background: url(img/bg_bottom.png) no-repeat bottom;
	text-align: justify;
}
#header {
	height: 63px;
	margin-bottom: 5px;
	background: url(img/bg_header.png) bottom repeat-x;
	border-top: #F6F6F6 solid 25px;
	clear: both;
}
#header #logo{
	float: left;
}
#header #menu {
	margin-top: 34px;
	font-size: 14px;
	float: right;
}
#header #menu a {
	padding: 0 9px;
	color: #333333;
	text-decoration: none;
}
#header #menu a:hover {
	color: #FF9B4B;
}
#help {
	width: 365px;
	height: 248px;
	margin-right: 10px;
	padding: 15px 10px 10px 10px;
	background-color: #F6F6F6;
	color: #666666;
	text-align: center;
	float: left;
	clear: left;
}
#help .title {
	color: #FF9B4B;
	font-size: 26px;
	font-weight: bold;
}
#help a.button {
	margin: 10px auto 0 auto;
	padding: 15px 0 14px 0;
	width: 306px;
	height: 27px;
	background: url(img/button.png) no-repeat;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	display: block;
}
#help a.button:hover {
	background: url(img/button_ov.png);
	text-decoration: none;
}
#pic {
	width: 385px;
	float: left;
	clear: right;
}
#side_menu {
	margin: 10px 10px 10px 0;
	padding: 10px;
	width: 150px;
	background-color: #F1F8FF;
	float: left;
	clear: left;
}
#side_menu ul {
	margin: 0;
	padding: 0;
	border-top: #DDDDDD solid 1px;
	list-style-type: none;
}
#side_menu ul li {
	border-bottom: #DDDDDD solid 1px;
}
#side_menu ul li a {
	width: 140px;
	padding: 5px;
	color: #666666;
	text-decoration: none;
	display: block;
}
#side_menu ul li a:hover {
	background: #ECF2F7 url(img/arrow.gif) no-repeat 135px 50%;
	color: #0064B4;
}
#side_menu .title {
	padding: 0 0 5px 5px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
#content {
	margin: 10px 20px;
	width: 550px;
	float: left;
}
#footer_clear {
	clear: both;
}
#footer {
	background-color: #F6F6F6;
	padding: 3px 0 5px 0;
	text-align: center;
}
