body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#content {
	padding: 20px;
	margin-top: 20px;
}

#content a:link {
	color: #4675b8;
	line-height: 24px;
}
#content a:visited {
	color: ##00507F;
	line-height: 24px;
}
#content a:hover {
	color: #bb262c;
	line-height: 24px;
}
#content a:active {
	color: #4675b8;
	line-height: 24px;
}

#subhead a:link {
	color: #bb262c;
	margin-right: 5px;
	margin-left: 5px;
}
#subhead a:visited {
	color: #2c517d;
	margin-right: 5px;
	margin-left: 5px;
}
#subhead a:hover {
	color: #4675b8;
	margin-right: 5px;
	margin-left: 5px;
}
#subhead a:active {
	color: #4675b8;
	margin-right: 5px;
	margin-left: 5px;
}

#sideline {
	border-right: 1px solid #00507f;
	height: 600px;
	width: 170px;

}

#sidebar {
	padding-left: 20px;

}

#sidebar a:link {
	color: #00507F;
	text-decoration: none;
	line-height: 18px;
	margin-left: 5px;
}
#sidebar a:visited {
	color: #4675b8;
	text-decoration: none;
	line-height: 18px;
	margin-left: 5px;
}
#sidebar a:hover {
	color: #bb262c;
	text-decoration: underline;
	line-height: 18px;
	margin-left: 5px;
}
#sidebar a:active {
	color: #4675b8;
	text-decoration: none;
	line-height: 18px;
	margin-left: 5px;
}

#footer {
	color: #00507F;
	font-size: 90%;
	padding: 10px 0px;
	margin: 0px;
}
