/*
	Blue	#002b69
	Yellow	#eebb00
	Green	#005f1d
	Aqua	#008f9f
*/

/* normalise browser styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html { margin:0; padding:0 }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100% }
ul,ol { list-style:none }
address,caption,cite,code,dfn,em,q,strong,th,var { font-style:normal; font-weight:normal }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
caption,th { text-align:left }
q:before, q:after { content:' ' }
:link,:visited { text-decoration:none }
:focus { outline-style: none }
a img,:link img,:visited img { border:0 }
img { display:block }

a {
	color:#505050;
	}

a:hover {
	text-decoration:underline;;
	}

body {
	width:97%;
	min-width:740px;
	max-width:960px;
	margin:0 auto;
	padding:10px;
	font-size:62.5%;
	font-family:Arial,Helvetica,sans-serif;
	color:#505050;
	}

em {
	color:#002b69;
	font-weight:bold;
	}

h1 {
	margin:0 10px;
	font-size:2.8em;
	font-weight:normal;
	font-family:'MS Serif','New York',serif;
	text-align:center;
	}

h2 {
	margin-top:10px;
	font-size:2em;
	font-weight:normal;
	}

p {
	margin:10px 0;
	font-size:1.4em;
	}

strong {
	color:#005f1d;
	font-weight:bold;
	}
	
ul {
	margin:10px 0;
	font-size:1.4em;
	}

#footer {
	clear:both;
	padding:10px 0;
	border:solid #c0c0c0;
	border-width:1px 0;
	font-size:1.1em;
	}
	
#footer img { /* for all pages except home */
	float:right;
	width:90px;
	height:66px;
	padding-right:25px;
	}
	
body#home #footer img { /* for home page only */
	float:right;
	width:200px;
	height:146px;
	margin-top:-117px;
	padding-left:10px;
	background-color:white;
	}

#main, #sidebar {
	margin-bottom:20px;
	}

#footer p {
	margin:0;
	font-size:1em;
	}
	
#smallprint {
	padding-top:5px;
	}

#smallprint p {
	margin:0;
	font-size:1em;
	}

