@charset "utf-8";
td.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	color: #e1e1e1;
	padding: 8px;
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #45637a;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	color: #e1e1e1;
}
a:link {
	color: #999999;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #999999;
}

#outerwrapper {
	width: 1100px;
	height: auto;	
}
#topnavigation {
	width: 100%;
	height: 100px;
	background-color: #223446;	
}
#namesection {
	width: 100%;
	height: 45px;	
	background-color: #223446;
}
#mainsection {
	width: 100%;
	height: auto;	
}
#footer {
	width: 100%;
	height: 50px;	
	color: #ccc;
}
#footer .content {
	padding: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;	
}
a img {
	border: none;	
}
