@charset "utf-8";
/* CSS Document */

body, ul, li, div, span, pre, p, h1, h2, h3 { margin: 0; padding: 0; }

p { font: 10pt Arial, Helvetica, sans-serif; }

img { border: 0; }

body
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#container
{
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header
{
	height: 120px;
	background-position: 10px 0;
}

#menu
{
	float: left;
	text-align: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents	
{
	float: right;
	width: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer	
{
	clear: both;
	height: 20px;
	border-bottom: 1px dotted #666666;
}

#menu ul
{
	list-style-type: none;
}

#menu li
{
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu li a
{
	display: block;
	width: 190px;
	height: 18px;
	padding: 2px 0 0 10px;
	margin-bottom: 2px;
	background-color: #1750a7;
	color: white;
	text-decoration: none;
}

#menu li a:hover
{
	color: white;
	background-color: #3777d8;
}

h1
{
	padding-top: 40px;
	padding-left: 240px;
	font: 35pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1750a7;
}

h2
{
	font: 14 Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3
{
	font: 12pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style2 {
	font-size: 12pt;
	font-weight: bold;
}
.style3 {
	font-size: 13pt;
	color: #4c4c4c;
	font-weight: bold;
}
.style4 {
	color: #4c4c4c
}
.style5 {
	font-size: 14pt;
	font-weight: bold;
}
.style6 {
	font-family: "Arial Black";
	font-size: 20pt;
}
.style7 {font-size: 14pt; color: #4c4c4c; font-weight: bold; }
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.style9
{
	font: 21pt Verdana, Geneva, sans-serif;
	font-weight: 100; color:#999
}