/*
Colour Scheme:
Red #cc0000
Navy #003366
Blue #0066cc
*/
body {
/*	background-image: url('../images/bg_body.png');
	background-position: top left;
	background-repeat: repeat-x; */
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	line-height: 1.4em;
	font-weight: lighter;
	color: #003366;
	margin: 0;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: bold;
	color: #0066cc;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #0066cc;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #333;
}

a {
	color: #cc0000;
	font-weight: bold;
}

a:hover {
	color: #0066cc;
}

img {
	border: 0;
}

#header {
	background-color: #cc0000;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}

#content {
	width: 70%;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#content ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #333;
	margin: 0 0 0 30px;
	list-style-type: none;
	text-indent: -10px;
}

#content ul li {
	line-height: 1.4em;
}

.mainpic {
	float: right;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0 0 10px 30px;
}

#homepic {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#content2 {
	background-color: #cc0000;
	background-image: url('../images/arrow.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#content2 ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: lighter;
	line-height: 3em;
	list-style-type: none;
	color: #fff;
	margin: 0;
	padding: 30px 0;
}

#content2 img {
	margin: 0;
	padding: 0;
}

#footer {
	border-top: 1px dotted #999;
	width: 70%;
	margin: 20px auto;
	padding: 0;
}
#footer p {
	color: #999;
	font-size: 1.1em;
	line-height: 1.4em;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #cc0000;
}

table {
	width: auto;
	border-collapse: collapse;
}

td {
	width: 220px;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.name {
	color: #000;
	font-weight: bold;
}

.highlight {
	color: #c8da34;
	font-weight: bold;
}

.anchor {
	clear: both;
}