@charset "utf-8";

/*  Initial Reset Replacement */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, em, font, img, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Set Up and Standardisation */

html{ overflow-y: scroll; } /* Even scroll bar on all pages & browsers */



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	margin: 0px;
	text-align: center;
	background-image: url(../images/bckgrnd.gif);
	background-repeat: repeat;
}
#container {
	background-color: #FFFFFF;
	text-align: left;
	position: absolute;
	height: 420px;
	width: 770px;
	background-image: url(../images/back_blue.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-top: -210px;
	margin-left: -385px;
	left: 50%;
	top: 50%;
}
#content {
	background-image: none;
	position: relative;
	height: 231px;
	width: 723px;
	left: 20px;
	top: 124px;
	overflow: auto;
	background-repeat: no-repeat;
	z-index: 9;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
}
#header {
	position: absolute;
	height: 66px;
	width: 730px;
	left: 20px;
	top: 0px;
	text-align: center;
	z-index: 2;
}
#header2 {
	position: absolute;
	height: 23px;
	width: 730px;
	left: 20px;
	top: 64px;
	text-align: center;
	z-index: 2;
}
#title {
	position: absolute;
	height: 35px;
	width: 654px;
	left: 80px;
	top: 88px;
	text-align: center;
	z-index: 1;
}
#footer {
	overflow: hidden;
	position: absolute;
	height: 59px;
	width: 732px;
	left: 20px;
	top: 361px;
	color: #FFFFFF;
	text-align: center;
	z-index: 1;
}
#header h1 {
	color: #000000;
	font-size: 24px;
	line-height: 1.2em;
	margin-top: 12px;
}
#footer h1 {
	font-size: 20px;
	color: #FFFFFF;
	line-height: normal;
	margin-top: 14px;
}
h2 {
	font-size: 14px;
	text-align: center;
	margin-top: 8px;
}
#basket {
	position: absolute;
	height: 42px;
	width: 58px;
	left: 682px;
	top: 367px;
	overflow: auto;
	z-index: 1;
	visibility: hidden;
}
h1 {
	font-size: 12px;
	line-height: 75%;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
li {
	font-size: 12px;
	line-height: 190%;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: outside;
	color: #FF0000;
}
.odds {
	background-color: #E6ECF9;
}
.evens {
	background-color: #FFFFFD;
}
td {
	font-size: 12px;
}
.reduced {
	font-size: 12px;
	color: #CC0000;
}
#title h2 {
	color: #FF0000;
	text-align: left;
}
.just {
	text-align: justify;
}
#about h1 {
	line-height: normal;
}
#about.just {
	text-align: justify;
	padding: 5px;
	border: thin solid #3399FF;
	background-color: #F0F8FF;
}
.red {
	color: #FF0000;
}
#about li {
	line-height: 115%;
	color: #000000;
}
.desc {
	font-size: 10px;
	font-style: italic;
	color: #990000;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
	position: absolute;
	z-index: 1;
	height: 9px;
	width: 740px;
	left: 11px;
	top: 409px;
	text-align: left;
}
#copyright a:link {
	color: #003399;
	text-decoration: none;
}
#copyright a:active {
	color: #003399;
	text-decoration: none;
}
#copyright a:visited {
	color: #003399;
	text-decoration: none;
}
#copyright a:hover {
	color: #0033FF;
	text-decoration: none;
}
#footer a:link {
	color: #CC0000;
	text-decoration: underline;
}
#footer a:active {
	color: #CC0000;
	text-decoration: underline;
}
#footer a:visited {
	color: #CC0000;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
