body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#banner {
	height: 66px;
	width: 900px;
	background-image: url(images/banner_background.jpg);
}

#navigation {
	width: 900px;
	height: 20px;
	background-color: #D4DEEE;
}

a.navigation:link {
	text-decoration: none;
	color: #003373;
}

a.navigation:visited {
	text-decoration: none;
	color: #003373;
}

a.navigation:active {
	text-decoration: none;
	color: #003373;
}

a.navigation:hover {
	text-decoration: none;
	color: #2671C4;
}

#index {
	position: relative;
	left: 500px;
	top: 20px;
	width: 400px;
	height: 140px;
	font-size: 8pt;
	color: #2A5CAA;
}

a.index:link {
	text-decoration: none;
	color: #2A5CAA;
}

a.index:visited {
	text-decoration: none;
	color: #2A5CAA;
}

a.index:hover {
	text-decoration: none;
	color: #000000;
}

a.index:active {
	text-decoration: none;
	color: #000000;
}

#content {
	position: relative;
	left: 100px;
	top: 20px;
	width: 800px;
	font-size: 10pt;
}
h1.content {
	font-size: 10pt;
	font-weight: normal;
	color: #2A5CAA;
}
td {
    font-size: 10pt;
}
a.content:link {
	text-decoration: none;
	color: #2A5CAA;
}
a.content:visited {
	text-decoration: none;
	color: #2A5CAA;
}
a.content:hover {
	text-decoration: none;
	color: #000000;
}
a.content:active {
	text-decoration: none;
	color: #000000;
}
.contentImage {
	width: 270px;
}
.contentText {
    vertical-align: top;
}

#footer {
	position: relative;
	top: 100px;
	left: 0;
	height: 15px;
	width: 900px;
	background-image: url(images/footer_background.jpg);
	color: #003373;
	font-size: 8pt;
}
