/* Visual styling, see "structural.css" for positional styling */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .72em;
	background: url("../images/background.gif") top repeat-x #d2d2d2;
	}

img {
	border: 0;
	}

a, a:link, a:visited {
	color: #003399;
	text-decoration: none;
	}
a:hover {
	color: #2760a1;
	text-decoration: underline;
	}

ul#nav li {
	font-size: 14px;
	}

#footer {
	font-size: 11px;
	}
	
	#footer a, #footer a:link, #footer a:visited {
		color: #666666;
		text-decoration: none;
		}
	#footer a:hover {
		color: #999999;
		}

#logo h1 {
	font-size: 20px;
	}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

#content h1 {
	font-size: 25px;
	}

#content h3 {
	font-size: 20px;
	margin: 7px 0 7px 0;
	}