#header {
	background-image: url(images);
	height: 110px;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Menu {
	background-color: #0080cb;
	height: 32px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	padding: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
}
#header #Menu table tr td {
	font-weight: bold;
}
#Middle {
	width: 100%;
}
#Submenu {
	float: left;
	width: 25%;
	color: #FFF;
}
#Content {
	float: left;
	width: 75%;
	color: #000;
}
#footer {
	color: #FFF;
	background-color: #0080CB;
	text-align: right;
	clear: both;
	height: 33px;
	width: 100%;
}
h1 {
	font-size: 36px;
	color: #0D417B;
}
.sub-bg {
	background-color: #0080CB;
	background-repeat: repeat-y;
	padding: 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0d417b;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0d417b;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C0C;
	text-decoration: none;
}

