/*
Website Template, v1.0

Media: All
Author: Mike Harding @ Sneak
*/

body {
	background: #fff;
	color: #333;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: left;
	}

strong { font-weight: bold; }
em { font-style: italic; }

#main a:link, #main a:visited, #main a:active { color: #c00; font-weight: bold; }
#main a:hover { text-decoration: none; }

h1, h2, h3 { font-weight: bold; }

h1 { font-size: 1.8em; margin: 0 0 1em 0; line-height: 1; }
h2 {
	font-size: 1.6em;
	margin: 1.5em 0 1em 0;
	line-height: 1;
	}
h3 { font-size: 1.4em; margin: 2em 0 1em 0; }

p, li, td, th, cite, label { font-size: 1.1em; }
p, li, td, th, cite, label { line-height: 1.6; }
input, select { font-size: 1.2em; }

p { margin: 0 0 1em 0; }

blockquote {
	margin: 1em 0;
	padding: 0.5em 3em;
	color: #666;
	background: url(../images/quote-mark.gif) 0 0.5em no-repeat;
	}
cite { font-weight: bold; margin-top: -1em; display: block; }

#content ul, #content ol { margin: 2em 0 2em 2em; }
#content ul li, #content ol li {
	list-style: disc;
	margin-left: 1.4em;
	}
ul.majorprize li, ol.either li{
	font-size:100%;
	}	
#content ul.majorprize li{
	list-style:disc;
	}
	#content ol li { list-style-type: decimal;} 

img { display: block; }

#container ol li.apoint{
	list-style-type:lower-alpha;}