/* CSS Document */
body {
	background-color: #EFF1E3;
}
p, h1, h2, h3, h4, h5 {
	margin-left: 20px;
	margin-right: 10px;
	font-family: times;
}
h1, h2, h3, h4, h5 {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	border-bottom: 1px solid black;
}		
img.nav-tab {
	margin-right: 5px;
}
p.copy 
{
	font-family:  Arial, Helvetica, MS Sans Serif;
	font-size: 10px;
}
div.content {
	width: 700px;
}