/*
Colours:

Blue:	#060D4D
Red:	#B81B1B
Yellow:	#FBCF36
White:	#FFFFFF
Green:	#306B2B
*/

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFF url("menu_bg.gif") 0 0 repeat-y;
	color: #060D4D;
	font-size: 76%;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-align: justify;
}

td {
	font-weight: normal;
}

div#fullwrapper {
	width: 100%;
	height: 100%;
	background: transparent;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

img#carpic {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

a:link, a:visited, a:active {
	color: #B81B1B;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
h1 {
	margin: 0;
	padding: 0;
	float: right;
	color: yellow;
}

h2 {
	color: #060D4D;
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	text-align: center;
	font-style: italic;
}
h3 {
	color: #B81B1B;
	font-style: italic;
	font-size: 1.5em;
	margin: 1.6em 0em 1.2em 0em;
	text-align: left;
	font-variant: small-caps;
}
h4 {
	color: #B81B1B;
	font-style: italic;
	font-size: 1.3em;
	margin: 0.8em 0em 0.2em 0em;
}

div#header {
	margin: 0;
	padding: 0;
	height: 80px;
	width: 100%;
	background: #060D4D url("bg.gif") 0 0 repeat-x;
}

div#content {
	margin-left: 150px;
	padding: 20px 15%;
}

div#menu {
	position: absolute;
	left: 0;
	top: 80px;
	width: 160px;
	background: #B81B1B;
}

ul#menu_ul {
	list-style-type: none;
	padding: 20px 0 0 0;
	margin: 0;
}

ul#menu_ul li {
	padding: 0;
	margin: 0;
}

a.nav_link:link, a.nav_link:visited, a.nav_link:active {
	display: block;
	margin: 5px;
	width: 136px;
	padding: 5px;
	border: 2px solid #FFF;
	color: #FFF;
	font-style: italic;
	text-decoration: none;
	font-size: 17px;
	text-align: center;
}

a.nav_link:hover {
	background: #060D4D;
}

div#articles {
	background: #FFF;
	width: 140px;
	text-align: left;
	font-weight: normal;
	padding: 5px;
	font-style: italic;
	border-left: 5px solid #B81B1B;
	border-right: 5px solid #B81B1B;
}

div#articles h3 {
	text-align: center;
	margin-top: 15px;
}

div#articles div.spacer {
	width: 75%;
	clear: both;
	padding: 0;
	margin: 0 auto;
	height: 20px;
	border-top: 1px solid #B81B1B;
}

a.articlelink {
	float: right;
	font-size: 10px;
	margin-bottom: 10px;
}

div#footer {
	margin: 30px 0 0 0;
	text-align: right;
	font-size: 0.8em;
	color: #060D4D;
}

.centered {
	text-align: center;
}

.rightalign {
	text-align: right;
}

table.display {
	width: 100%;
}

table.display tr.spacer {
	height: 30px;
}

table.display tr.spacer td {
/*	border-top: 2px solid #060D4D;*/
}

table.display tr.middle td {
	padding: 10px;
}

table.display tr.header td {
	border-top: 6px double #060D4D;
	border-bottom: 1px solid #B81B1B;
}

table.display tr.header h3 {
	margin: 0;
	padding: 0;
}

.error_text {
	color: red;
}