body {
	margin: 0 auto;
	width: 800px;
	background-color: #317bba;
	font-size: 12pt;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	height: 100%;
	padding: 0;
}

html {
	height: 100%;
	padding: 0;
	margin: 0;
}

a
{
	color: #2a5991;
}

a:visited
{
	color: #d04240;
}

a img
{
	border-width: 0px;
	border-color: #000000;
}


h1 {
	font-size: 14pt;
	display: inline;
	color: #5d5d5d;
}

h2 {
	font-size: 14pt;
}

hr {
	padding: 0;
	margin: 1 0 0 0;
	width: 800px;
	height: 1px;
	background-color: #ffffff;
	border:1px dotted #000000;
	border-width: 1px 0 0 0;
}

p {
	margin: 0;
}

.highlight {
	border: 3px dashed #ce0000;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	padding: 20px 15px;
}

.center {
	width: 100%;
	text-align: center;
}

#footer {
	float: right;
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #ffffff;
	overflow: hidden;
	clear: both;
}

#main_content {
	float: left;
	width: 760px;
	padding: 0 20px 0 20px;
	margin: 0;
	overflow: hidden;
	display: inline;
	min-height: 100%;
	background-color: #ffffff;
}

#contain_all
{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	min-height: 100%;
	width: 800px;
}

#top_area
{
	height: 167px;
}

#logo
{
	position: relative;
	left: 20px;
	top: 1px;
}

#slogan
{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 18pt;
	width: 450px;
	text-align: center;
}

#time
{
	left: 10px;
	bottom: 0;
	font-size: 10pt;
	font-weight: bold;
}
