
/* reset courtesy of Eric Meyer (meyerweb.com)
====================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, form, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-style: inherit;
	font-weight: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
/* 	background: white; */
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* end reset========================================================== */



/* major styles
====================================================================== */

html, body, #wrapper {
	height: 100%;
}

html {
	background: url(background.gif) repeat; /* courtesy of theinspirationgallery.com */
}

body {
	position: relative;
	min-width: 860px;
	max-width: 100%;
}

.clearboth {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

p {
	line-height: 24px;
	margin: 0px 20px 16px;
}

.centre {
	text-align: center;
}

p.instructions {
	font-size: 12px;
	line-height: 12px;
	margin: -15px 20px 0px;
	color: #666666;
}

br {
	line-height: 24px;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

strike, del {
	text-decoration: line-through; 
}

a:link, a:visited {
	color: #4d5979;
	text-decoration: none;
}

a:hover, a:active {
	color: #4d5979;
	text-decoration: underline;
}

/* headings */

h1 {
	font-size: 40px;
	text-indent: 20px;
	letter-spacing: 1px;
	color: #ffffff;
}

h2 {
	font-size: 40px;
	letter-spacing: 1px;
	margin-bottom: 32px;
	text-indent: 20px;
	color: #304860;
}

h3 {
	font-size: 24px;
	letter-spacing: 1px;
	color: #304860;
	border-bottom: 2px solid #eeeeff;
	text-indent: 20px;
	margin: 0px 0px 20px 0;
	padding: 5px 0px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 20px 0px 16px 20px;
}

/* lists */

ul {
	list-style-type: none;
}

ul li {
	line-height: 24px;
	text-indent: 20px;
}

ul.square {
	list-style-type: square;
	margin-left: 20px;
}

ul.square li {
	text-indent: 0px;
}

ol {
	list-style: decimal;
	font-size: inherit;
	line-height: 24px;
	margin-bottom: 24px;
	margin-top: 24px;
	margin-left: 0px;
}

dl {
	list-style-type: none;
	margin: 20px 0px 40px;
}

dt {
	line-height: 24px;
	text-indent: 20px;
	margin-top: 16px;
}

dd {
	line-height: 16px;
	font-size: 14px;
	text-indent: 150px;
	color: #666666;
}

blockquote {
 	margin: 0 60px 24px 20px;
	line-height: 24px;
	padding-left: 50px;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-style: italic;
	color: #666666;
	background: url(../images/blockquote.png) no-repeat;
}

blockquote .citation {
	font-size: 12px;
	display: block;
	text-align: right;
	color: #999999;
}

/* images */

img {
	display: block;
	border: none;
}

img.left {
	float: left;
	margin: 4px 20px 2px 20px;
}

img.right {
	float: right;
	margin: 4px 0px 2px 20px;
}

img.home {
	margin: 40px auto;
}

span.caption {
	float: right;
	clear: both;
	font-family: "Georgia", serif;
	font-style: italic;
	color: #304860;
	font-size: 12px;
	line-height: 16px;
	margin-right: 2px;
}

span.credits {
	display: block;
	position: relative;
	font-family: "Georgia", serif;
	font-style: italic;
	color: #304860;
	font-size: 12px;
	line-height: 16px;
	margin-left: 20px;
	margin-top: -16px;
}

table {
	width: 100%;
	margin: 60px 0px 80px;
}

td {
	text-align: center;
	font-family: "Georgia", serif;
	font-style: italic;
	color: #304860;
	font-size: 14px;
	line-height: 16px;
	padding: 2px;
	width: 33%;
}

td.two {
	width: 50%;
}

td img {
	display: inline;
	margin: 3px auto 0px;
}

table br {
	line-height: 16px;
}

/* end major styles=================================================== */



/* containers
====================================================================== */

body > #wrapper {
	height: auto;
	min-height: 100%;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	color: #333333;
	text-align: left;
	font-size: 16px;
	font-family: "Arial", sans-serif;
}

#header {
	height: 280px;
	padding-top: 20px;
}

ul#links {
	display: block;
	float: right;
	background: url(links.png) repeat-x;
	font-size: 14px;
	text-align: right;
	margin-top: 190px;
	padding-left: 10px;
}

ul#links li {
	display: inline;
	text-indent: 0px;
	line-height: 40px;
	color: #6ba1d6;
	margin: 0px 20px 0px 10px;
}

ul#links li a {
	color: #ffffff;
	text-decoration: none;
}

ul#links li a:hover {
	color: #6ba1d6;
}

#main {
	float: left;
	width: 800px;
	padding-bottom: 60px;
	margin-top: 60px;
}

.threecol {
	float: left;
	width: 200px;
	margin: 60px 0px 0px 0px;
	border-bottom: 2px solid #eeeeff;
}

.threecolcentre {
	float: left;
	width: 200px;
	margin: 60px 100px 0px;
	border-bottom: 2px solid #eeeeff;
}

.twocol {
	width: 50%;
	float: left;
	margin-bottom: 30px;
}

#footer {
	position: relative;
	display: block;
	margin: 0px auto;
	height: 18px;
	width: 800px;
	font-family: "Georgia", serif;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	color: #888888;
	clear: both;
	border-bottom: 10px solid #eeeeff;
}

#footer #footleft {
	float: left;
	width: 50%;
	padding-bottom: 2px;
}

#footer #footright {
	float: right;
	text-align: right;
	width: 50%;
	padding-bottom: 2px;
}

/* end containers===================================================== */


