@charset "UTF-8";
body  {
	background-color: #e6e6e6;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1  {
	text-align: center;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0 0 0;
	margin-top: 0px;
	font-size: 24px;
	line-height: 25%; 
}
h2  {
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
h3  {
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 20px;
	margin-left: 20px;
}

h4  {
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin-top: 20px;
	margin-left: 20px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
a:visited	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.header {
	background-image: url(images/cyberskyline.jpg);
	background-repeat: no-repeat;
	height: 225px;
	width: 900px;
	margin: 0;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.navigation {
	background-color: #213156;
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	height: 100%;
}
.content {
	background-color: #FFFFFF;
	width: 650px;
	padding: 15px 20px 0 20px;
}
.footer {
	background-color: #1B294A;
	height: 25px;
	vertical-align: middle;
	text-indent: 20px;
}