body
{
	margin: auto;
	margin-top: 20px;
	width: 800px;
	color: #003399;
	text-align: justify;
	background-color: #ffffff;
}

.logo
{
	width: 800px;
	text-align: center;


}

.navigation
{
	width: 800px;
	text-align: center;
	border-bottom: 1px solid;
}

.navigationLink
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.navigationLink:link { color: #003399 }
a.navigationLink:active { color: #003399 }
a.navigationLink:visited { color: #003399 }
a.navigationLink:hover { color: #0099CC }

.content
{
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer
{
	position: static;
	width: 800px;
	text-align: center;
	border-top: 1px solid;
	clear: both;
}

.footerLink
{
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.footerLink:link { color: #003399 }
a.footerLink:active { color: #003399 }
a.footerLink:visited { color: #003399 }
a.footerLink:hover { color: #0099CC }

#r {float: right; }
#l {float: left; }

#quoteLeft
{
	width: 380px;
	padding: 10px;
	float: left;
}

#quoteRight
{
	width: 380px;
	padding: 10px;
	float: right;
}

#quote
{
}

.projectContainer
{
	width: 750px;
	position: relative;
	left: 30px;
	border: 1px solid;
	padding: 10px;
}

table#awards
{
	border-width: 0px;
	background: #003399;
	padding:0px;
	margin:3px;
}

table#awards td
{
	background:#ffffff;
	padding: 3px;
}