/* Main stylesheet */

/* Colours:

	#094A8C - Text blue (link)
	#000 - Text

*/

/* HTML tag styles */

body {
	background-color: #E6E6E6;
	color: #000;
	font: 80% Arial, Helvetica, sans-serif;
	margin : 0;
	margin-bottom: 2em;
	padding: 0;
	text-align: center;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
}
td, th, table, div, input, select {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
td, th {
	padding: 1em 0.5em;
	border-bottom: 1px solid #E6E6E6;
	line-height: 1.6em;
	vertical-align: top;
	text-align: left;
}
th {
	border-top: 1px solid #E6E6E6;
}
table {
	padding: 0;
	margin: 0;
	margin-top: 1em;
}
h1 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	color: #999;
	margin: 1em 0 1em 0;
}
#pic h1 {
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	color: #000099;
	margin: 1em 0 0 0;
}
#pic p {
 	margin: 0;
	color: #000099;
}
h2 {
	font: 1.4em Arial, Helvetica, sans-serif;
	margin: 1em 0 1em 0;
	font-weight: bold;
}
h3 {
	font: 1em Georgia, "Times New Roman", Times, serif;
	margin: 2em 0 1em 0;
	font-weight: bold;
}
h4 {
	font: 1em Georgia, "Times New Roman", Times, serif;
	margin: 1em 0 1em 0;
	font-weight: bold;
	font-style: italic;
}
h5 {
	font-size: 1em;
	margin: 1em 0 0 0;
	font-weight: normal;
}
p {
	line-height : 1.6em;
	margin: 0 0 1em 0;
}
hr {
	color : #E6E6E6;
	height : 0;
	margin: 1em 0 1em 0;
	border: 0;
	border-top: 1px solid #E6E6E6;
}
ol {
	line-height : 1.6em;
	list-style-type : decimal;
	margin: 0 0 1em 3em;	
	text-indent: 0;
	padding: 0;
}
ul {
	line-height : 1.6em;
	list-style-type : square;
	margin: 0 0 1em 16px;	
	text-indent: 0;
	padding: 0;
}
li {
	margin: 0 0 0.7em 16px;
}
blockquote {
	line-height : 1.6em;
	margin: 1em 0 1em 16px;
	font: 1em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}


/* ---- CUSTOM STYLES ---- */

/* Page layout */

#frame {
	width: 969px;
	margin: auto;
	margin-top: 0;
	padding: 0;
	text-align: left;
	position: relative;
	background-color: white;		
}
#navigation {
	width: 169px;
	background-color: #EAEAEA;
	margin: 0;
	float: left;	
}
#pic {
	width: 969px;
	height: 120px;
	background-color: #E6E6E6;
}
#page {
	width: 800px;
	margin: 0;
	text-align: left;
	float: left;
	background-color: white;
}
#content {
	margin: 20px;
	background-color: white;
	clear: both;
}
#footer {
	width: 969px;
	margin: 0;
	text-align: left;
	position: relative;
	font-size: 0.8em;
	color: #999;
	clear: both;
	background-color: #E6E6E6;
}



/* Navigation, links */

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	display: block;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
}
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
	width: 145px !important;
	width: 169px;
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: #000099;
	line-height: 1.2em;
}
#navigation ul li a:hover {
	background-color: #eee;
	color: #000;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #ABABAB;
}
#footer a:hover {
	text-decoration: underline;
}


/* Boxes, text styles, etc */

#footer p {
	padding: 10px 24px;
	margin: 0;
}
.no-border, table.no-border td {
	border: 0;
}
.spacer {
	clear: both;
	font-size: 1px;
	height: 1px;
}
