@CHARSET "UTF-8";

body {
	background: #087eb2;
	font-family: verdana, sans-serif;	
}

a {
	color: #058fc2;
	text-decoration: none;	
}

a:hover {
  color: #144681;
  text-decoration: underline;
}

input {
  width: 275px;
}

textarea {
  height: 100px;
  width: 400px;
}
td {
  padding: 3px;
}

a:visited {
	color: #144681;	
}

#page {
	margin: 50px auto;
	width: 950px;
	background: #ffffff;
}

#header {
	height: 250px;
	background: url("images/header.jpg");
}
#headerContent {
	width: 600px;
	float: right;
	padding-right: 40px;
}
#headerContent H1 {
	font-size: 50px;
	color: #144681; 
	margin: 0px;
	margin-top: 10px;
}
p#subTitle {
	font-size: 30px;
	margin: 0px;
}
p#info {
	width: 450px;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
p#extraInfo {
	width: 450px;
	font-size: 12px;
	margin: 0px;
}
#logo {
	float: right;
	margin-top: -100px;
}

#title {
	color: #ffffff;
	height: 40px;
	padding: 10px 40px;
	background: url("images/title.gif");
}
#title h1 {
	font-weight: normal;
	display: inline;
}
#title span {
	margin-left: 350px;
	font-size: 17px;
}
#title a {
	color: #ffffff;
	text-decoration: none;	
}

#navigation {
	width: 230px;
	float: left;
	margin-top: 20px;
}
#navigation li a {
	color: #144681;
	text-decoration: none;
	margin-left: 10px;
	font-size: 14px;
}

#content {
	width: 680px;
	float: right;
	padding: 20px;
	font-size: 12px;
}

#contentBottom {
	clear: both;
	height: 30px;
	text-align: right;
	font-size: 16px;
	padding-right: 30px;
	background: url("images/bottom.gif");
}
#contentBottom img {
	margin-right: 10px;
}

#footer {
	background: #087eb2;
	height: 30px;
	padding-top: 10px;
}
#footer a {
    color: #000000;
}
#footer div#copyright {
	font-size: 10px;
	float:left;
	width: 150px;
}
#footer div#slogan {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	width: 400px;
	float:right;
}
