body{
font-family: "Century Gothic";
font-size: 14px;
margin: 0;
line-height: 1.75em;

}

a:link {
	color: #1A6D9F; text-decoration:none;
}
a:visited {
	color: #1A6D9F; text-decoration:none;
}
a:hover {
	color: #666; text-decoration:underline;
}

.active{
	text-decoration:underline;
	color:#666;}
	ul li {
	list-style-image: url(images/bullet.gif);
	
}

#bridge {
	background-image: url(images/bridge.jpg);
	background-repeat:no-repeat;
	height: 400px;
	width: 1000px;
	
}
#content {
	text-align: left;
	width: 900px;
	float: left;
	padding: 20px 50px 0px 50px;
	
}

#portfoliocontent {
	text-align: left;
	width: 1000px;
	float: left;
	padding: 20px 0px 0px 0px;
	
}
#newscontent {
	text-align: left;
	width: 1000px;
	float: left;
	padding: 20px 0px 0px 0px;
	
}
#logos {
	text-align: center;
	margin: auto;
	width: 1000px;
	float: left;
}
#copyright {
	text-align: center;
	margin: auto;
	width: 1000px;
	padding-top: 20px;
	float: left;
	font-size: 11px;
}

#wrapper {
	text-align: center;
	margin: auto;
	width: 1000px;
}
#logo {
	float: left;
	height: 160px;
	width: 400px;
}
.nav {
	float: right;
	width: 600px;
	padding-top: 90px;
	color: #1a6d9f;
	height: 45px;
	text-align: right;
	font-size: 15px;
}

.header {
	font-size: 16px;
}
#wrapper #content p strong {
	color: #4479B5;
}
.title {
	color: #1a6d9f;
	font-size: 16px;
}
