body {
	font-size: 12px;
	font-family: Arial;
	line-height: 1.7;
	width: 500px;
	margin: 0 auto;
}

#header h1 {
	padding: 5px;
	font-size: 21px;
	font-weight: bold;
	color: #002F51;
}

#header h3 {
	margin-top: -17px;
	padding: 5px;
	font-size: 14px;
	color: #002F51;
}

#header ul {
	margin: 3px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#header ul li a {
	color: #004A7F;
	float: left;
	padding: 3px 8px;
	font-size: 12px;
	display: block;
	text-decoration: none;
}

#header ul li a:hover {
	background: rgb(227,230,255);
	text-decoration: underline;
}

#header ul li.last a {
	border: 0;
}

#content {
	clear: both;
	padding: 5px;
}

#content em {
	font-style: italic;
	text-decoration: underline;
}

#content img.portfolio {
	border: 1px solid #002F51;
}

#content a {
	color: #004A7F;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
}

#content p {
	padding: 8px 5px;
	text-align: justify;
}

#footer {
	padding: 8px;
	border-top: 1px solid #ccc;
	text-align: center;
}

#footer img {
	vertical-align: middle;
}

#content a[href $=".docx"] {
	background: url('/images/icons/page_word.png') no-repeat center left;
	height: 18px;
	display: inline-block;
	padding-left: 20px;
}