/* Copyright Auto-Wreck Pty Ltd 2007 */

body {
	margin: 20px;
	padding: 0;
	background: #000A19;
	font: normal small Trebuchet MS, Helvetica, sans-serif;
	color: #04217C;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {	
	color: #6F4503;
}

h2 { 
	color: #002487;
}

h3 {
	color: #002487;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	font-weight: bold;
	color: #0000FF /* #6F4503 */;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: /* 110px */ 145px;
	margin: 0 auto;
	padding: /* 35px */ 0 0 0 0;
	background: #FFEE8F url(images/logo.jpg) repeat-x;
	border: 5px solid #FFFFFF;
	border-bottom: none;
	text-align: center;
}

#header h1 {
	text-align: center;
	/* font-size: 3em; */
	font-size: xx-large;
}

#header h2 {
	text-align: center;
	/* font-size: 16px; */
	font-size: x-large;
}

#header h3 {
	text-align: center;
	/* font-size: 16px; */
	font-size: large;
}

#header a {
	text-decoration: none;
	color: #9E6813;
}

/* Menu */

#menu {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: #04217C /* Alternate: #4E4E4E */;
	border: 5px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: medium;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 160px;
	height: 28px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover {
	background: #04217C /* Alternate: #4E4E4E */;
	color: #FFFFFF /* #FFF278 */;
}

#menu .active a {
	background: #04217C;
	color: #FFFF78;
}

/* Splash */

#splash {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	font-size: 16px;
}

/* Page Content */

#content {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	border-top: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}

#content .title {
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: medium;
	font-weight: bold;
	background: url(images/bg_content.gif) repeat-x;
}

#content .story {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px solid #FFEE8E;
}

#content .story .emphasis {
	color: #0000FF;
	font-weight: bold;
}

#content .story .classification {
	color: #006600;
	font-weight: bold;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #04217C /* Alternate: #4E4E4E */;
	border: 5px solid #FFFFFF;
	border-top: none;
}

#footer .links {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: small;
	color: #CCCCCC;
}

#footer .copyright {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .links .active {
	color: #FFFF78;
}