/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.3em;
}
table td {}
h1 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #78A3D0;
	padding: 0px;
}
p {
	margin-top: 0px;
}
a:link, a:visited {
	color: #333333;
}
a:hover {
	color: #78A3D0;
}
#outer {
	width:680px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 1px solid #427AC5;
	border-top: 1px solid #427AC5;
	margin-top: 30px;
	background-color: #FFFFFF;
}
#banner {
	margin-top:10px;
	margin-bottom:10px;
}
#bannerL {
	width: 264px;
	float: left;
	background-color: #FFFF00;
}
#nav {
	width:110px;
	margin-top: 20px;
	float: left;
	text-align: left;
}
#nav a:link, #nav a:visited {
	color: #427AC5;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	text-decoration: underline;
}
#content {
	margin-top: 20px;
	padding-left: 120px;
	text-align: left;
	padding-bottom: 10px;
}
#tagline {
	text-align: center;
	letter-spacing: 7px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #78A3D0;
	color: #FFFFFF;
	width: 100%;
	line-height: 1.5;
	}
.project {
	padding: 5px;
	margin-bottom: 20px;
	border: 1px dashed #e4e4e4;
}
.small {
	font-size: 10px;
	color: #666666;
	font-style: italic;
}
#spider {
	width: 680px;
	font-size: 9px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	color: #B1B1B1;
}
#spider a:link, #spider a:visited {
	color: #B1B1B1;
}
#spider a:hover {
	color: #000000;
}
.award {
	border:1px solid #ccc;
	padding:5px;
	font-size: 11px;
}

