/* globals */
body {  
	margin: 0px;
	padding: 0;
	font: 11px/110% trebuchet ms, verdana,helvetica,sans-serif;
	color: #87919E;
}

/* links */
#projectNav a:link {
	color: #6DA0E3;
	line-height: 13px;
	text-decoration: none;
}
#projectNav a:hover {
	color: #B3CEEE;
	text-decoration: none;
}
#projectNav a.active:link, #projectNav a.active:visited {
	color: #6DA0E3;
	text-decoration: none;
}
#otherNav a:link {
	color: #6DA0E3;
	line-height: 13px;
	text-decoration: none;
}
#otherNav a:hover {
	color: #B3CEEE;
	line-height: 13px;
	text-decoration: none;
}
#otherNav a.active:visited {
	color: #6DA0E3;
	line-height: 13px;
	text-decoration: none;
}
a:link
{
	color: #525B68;
	line-height: 13px;
	text-decoration: none;
}
a:visited 
{
	color: #87919E;
	line-height: 13px;
	text-decoration: none;
}
a:hover 
{ 
	color: #87919E;
	line-height: 13px;
	text-decoration: none;
}

/* headers */
h1 {   
	font: 20px georgia, times, trebuchet ms, verdana,helvetica,sans-serif;
	color: #87919E;
}
h2 {   
	font: 15px/140% trebuchet ms, verdana,helvetica,sans-serif;
	color: #CCC;
}

/* txt */
.bodyCopy {
	color: #87919E;
	font: 11px/110% trebuchet ms, verdana,helvetica,sans-serif;
	line-height: 15px;
}
.bodyCopy a {
	color: #6DA0E3;
	background: #F1F6F7;
	font: 11px/110% trebuchet ms, verdana,helvetica,sans-serif;
	line-height: 15px;
}

/* sections */
.publist {
	border-bottom:2px #CCC solid;
	background: #fbfcfd;
	padding: 10px 0 10px 0;
}
