body {
	width: 690px;
	padding: 0;
	font: small Verdana, medium Arial, Helvetica, sans-serif;
	background: url(background.png);
	/* Center the page (standard) */
	margin: 0 auto;
	/* Center the page for IE5 & IE6 */
	text-align: center;
}

a:link {
	color : #2852CF;
	text-decoration : underline;
}

a:visited {
	color : #001451;
	text-decoration : underline;
}

a:hover {
	color : #5C86FF;
	text-decoration : underline;
}

a:active {
	color : #000000;
	text-decoration : underline;
}

h1 {
	height: 165px;
	margin: 0; padding: 0;
	text-indent: -5000px;
}

h2 {
	margin: 0; padding: 0;
}

h3 {
	color: #eee;
	padding: 0.5em;
	font-size: medium;
	font-weight: bold;
	background: #001145;
}

img {
	border: 2px outset #aaa
}

table {
	margin: 5px;
	border: 1px solid #ccc;
}

table caption {
	
}

table img {
	border: 0;
}

th, td {
	margin: 0;
	padding: 1em;
	border: 1px solid #ccc;
}

#main {
	/* Fix the text-align after using the IE5 & IE6 hack for centering the page */
	text-align: left;
	width: 690px;
}

#header {
	height: 208px;
	background: no-repeat url(header-wider.jpg);
}

#header h1,h2 {
	margin: 0; padding: 0;
	text-indent: -5000px;
}

#nav {
	height: 50px;
	margin: 0;
	padding: 0;
	background: repeat url(nav-wider.jpg);
}

#nav ul {
	margin: 0;
	padding: 0 15px 0 15px;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#nav a {
	float: left;
	font-size: smaller;
	margin: 0 5px 0 5px;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #001961;
	color: #eee;
	background: #011246;
}

#nav a.active {
	border: 1px solid #002181;
	background: #000C2E;
}

#nav a:hover {
	text-decoration: none;
	border: 1px solid #002181;
	background: #000C2E;
}

#nav a:visited {
}

#content {
	clear: left;
	height: auto;
	margin: 0;
	padding: 2px 20px 10px 20px;
	background: repeat-y url(content-wider.jpg);
}

#content p.q {
	padding: 1em;
	font-weight: bold;
	background: #eee;
}

#content p.a {
	padding: 1em;
}

#footer {
	height: auto;
	margin: 0;
	padding: 10px 0 10px 20px;
	font-size: smaller;
	color: #666;
	background: no-repeat url(footer-wider.jpg);
}