.content 
{
	font-size: 93%;
}

#masthead
{
	border-bottom: 2px solid #35478A;
	margin-bottom: 10px;
}

.clientLogo
{
	float: right;
	margin-left: 15px;
}

.nav A:hover,
.nav A:visited:hover
{
	font-size: 93%;
	line-height: 167%;
	color:#35478A;
	border-bottom: 2px solid #CC3737;
}

.nav A,
.nav A:visited
.nav A:active
{
	font-size: 93%;
	line-height: 167%;
	color:#35478A;
	text-decoration: none;
}

.PageTitle{
	color: #35478A;
	font-size: 108%;
	font-weight: bold;
}

.copy
{
	border-top: 1px solid #35478A;
	font-size: 77%;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 50px;
	margin-top: 30px;
}
	
A.Doc:hover,
A.Doc:visited:hover
{
	color:#CC3737;
	text-decoration: underline;
}

A.Doc,
A.Doc:visited
A.Doc:active
{
	color:#35478A;
	text-decoration: none;
}

.content ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.content li
{
	background-image: url(../Images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 2em;
	margin-bottom: .4em;
}

.content li.Indent
{
	background-image: url(../Images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 2em;
	margin-left: 1.5em;
}

p
{
	margin-bottom: 1em;
}