body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin: 0;
}
a {
	text-decoration: none;
	color: #0082DC;
}
a:hover {
	text-decoration: underline;
	color: #0082DC;
}
a:active {
	color: #0082DC;
}
p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}
h2 {
	font-size: 24px;
}
img {
	border: 0;
}
ul {
	list-style: square;
}
acronym, abbr {
	border-bottom: 1px dashed;
	cursor: help;
}
input.text {
	margin: 1px 0;
	color: #000000;
	background-color: #FFFFFF;
	border: #0082DC solid 1px;
	font-size: 12px;
}

.qoute {
	margin-left: 50px;
	margin-right: 50px;
	padding: 5px 8px;
	background-color: #F9F9F9;
	border: #999999 dashed 1px;
	line-height: 18px;
	display: block;
}
.underline {
	border-bottom: solid 1px;
}

#bg {
	width: 850px;
	background: url(img/bg.png);
}
#body {
	width: 800px;
	background: url(img/top.png) no-repeat;
	padding: 25px 25px 0 25px;
	text-align: justify;
}
#header {
	width: 783px;
	height: 57px;
	color: #0082DC;
	padding: 5px 0 0 17px;
	font-size: 48px;
	font-weight: bold;
}
#slogan {
	width: 780px;
	height: 25px;
	font-size: 18px;
	color: #0082DC;
	padding: 5px 0 0 20px;
}
#menu {
	position: absolute;
	top: 87px;
	width: 790px;
	padding-right: 10px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	padding: 8px 9px 5px 9px;
	font-size: 14px;
	text-decoration: none;
	color: #0082DC;
	float: right;
}
#menu ul li a:hover {
	padding-top: 5px;
	border-top: #0082DC solid 3px;
}
#menu .pressed {
	padding: 5px 9px;
	border-top: #0082DC solid 3px;
	font-size: 14px;
	text-decoration: none;
	color: #0082DC;
	float: right;
}
#content {
	width: 770px;
	padding: 5px 15px 10px 15px;
	line-height: 19px;
}
#footer {
	width: 830px;
	height: 14px;
	background: url(img/bottom.png);
	padding: 6px 10px 31px 10px;
	font-size: 10px;
	text-align: center;
	clear: both;
}
