body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 40px;
	color: #123792;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	margin-right: 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	background-color: #cccccc;
	text-align: center;
	width: 100px;
	height: 30px;
	float: left;
}


#header {
	text-align: left;
	margin: 0 auto;
	width: 930px;
}

#header #link {
	margin-top: 50px;
	margin-right: 10px;
	float: right;
}

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

.tabs {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

.tabs a {
	text-decoration: none;
}

.tabs li a:hover {
	font-weight: bold;
	color: #ffffff;
	background-color: #cc0000;
	text-align: center;
	width: 100px;
	height: 30px;
	float: left;
}

#footer {
	font-size: 12px;
	color: #ffffff;
	background-color: #4373b1;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	width: 930px;
	clear: both;
}
