/*
	green  #003300
	red    #660000
*/

body {
	margin: 1em auto 1em auto;
	background-color: #CCFFCC;
	width: 700px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 15px;
	text-align: center;
}

/* LAYOUT */

#header {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 700px;
}

#header div {
	font-size: 18px;
	font-weight: bold;
}

#navigation {
	display: block;
	width: 700px;
	margin: 0 0 2em 0;
}

#navigation ul {
	width: 100%;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	display: inline;
	text-align: center;
	margin: 0 0.1em;
	padding: 0.5em 0 0.5em 0;
}

#navigation ul li a {
	padding: 0.25em 0.5em;
	background-color: #003300;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li a:hover {
	background-color: #660000;
	color: white;
}

#navigation ul li a.active { background-color: #660000 !important }

#content {
	display: block;
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

#content img {
	border: 1px solid black;
}

#footer {
	display: block;
	clear: both;
	margin: 2em auto 0 auto;
	width: 700px;
	color: #003300;
}

#sponsor {
	display: block;
	position: relative;
	top: 100px;
	right: 50px;
}

/* PARAGRAPHS */

h1, h2, h3, h4, h5, h6, p, address {
	margin: 0 0 1em 0;
}

h1 {
	display: none;
	font-size: 1.5em;
	font-weight: bold;
	font-style: none;
	text-decoration: none;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: none;
	text-decoration: underline;
	color: #660000;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #003300;
}

p {
	text-align: justify;
}

address {
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

/* LISTS */

ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 3em;
	list-style: circle;
}

ul li {
	margin: 0 0 0 0;
	padding: 0 0 0.1em 0.5em;
}

/* LINKS */

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: blue;
}

/* TABLES */



/* FORMS */



/* CLASSES */

.centre., .centre p { text-align: center }

.left_float { float: left }

.right_float { float: right }