@CHARSET "UTF-8";

body {
	margin-top: 32px;
	font-family: "Trebuchet MS",Tahoma,Arial,Verdana;
	background-repeat: no-repeat;
}

h1, h2, h3, p {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #2288BB;
}

p, li  {
	color: #666666;
}

a, a:hover, a:visited {
	color: #497B96;
}

li {
	background-repeat: no-repeat;
	background-position: 0px 8px;
	list-style: none;
	padding-left: 20px;
}

td {
	vertical-align: top;
	color: #666666;
}

fieldset {
	border: 1px solid #aaaaaa;
	margin-bottom: 20px;
	width: 640px;
}

legend {
	font-weight: bold;
	color: #2288BB;
}

label {
	width: 200px;
	font-weight: normal;
	display: block;
	color: #666666;
}

div.container {
	margin: 0px;
	padding: 0px;
	width: 1024px;
	border: 1px solid black;
	border-radius: 15px;
	margin-left: auto;
	margin-right: auto;	
	background-color: white;
}

div.logo {
	background-repeat: no-repeat;
	background-position: 500px 0px;
	border-top-right-radius: 15px;
	height: 200px;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
}

div.title {
	height: 160px;
	display: block;
}

div.title h1 {
	margin: 0px;
	padding-top: 24px;
	padding-left: 24px;
	font-size: 42px;
}

div.navigation {
	height: 40px;
	margin-left: 0px;
}

div.navigation ul {
	margin: 0px;
	padding: 0px;
}

div.navigation ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 139px;
	height: 40px;
	text-align: center;
	border-left: 1px solid #cccccc;
}

div.navigation ul li.last {
	width: 138px;
	border-right: 1px solid #cccccc;
}

div.navigation ul li a {
	padding-top: 8px;
	color: black;
	font-weight: normal;
	text-decoration:none;
	width: 100%;
	height: 32px;
	display: block;
	background-color: #eeeeee;
}

div.navigation ul li a:hover {
	color: #555555;
	background-color: #cccccc;
}

div.content {
	min-height: 480px;
	padding: 20px;
}

div.footer {
	width: 100%;
	text-align: center;
}