html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	background-color: #eee;
}

#container {
	margin: 0 auto -85px auto;
	width: 960px;
	min-height: 100%;
	height: auto;
	background-color: #ffffff;
}

/* Hack for IE */
* html #container {
	height: 100%;
}
	
#masthead {
	position: relative;
	top: 10px;
	left: 0;
	height: 150px;
	width: 930px;
	margin: 0 10px 15px 10px;
	padding-right: 10px;
	background-color: #000066;
	background-image: url(/images/masthead.jpg);
	background-repeat: no-repeat;
	border-bottom: 15px solid #000066;
	text-align: right;
}

#masthead h1 {
	margin: 0;
	letter-spacing: -3px;
	color: #fff;
	font-size: xx-large;
}

#masthead img {
	position: absolute;
	bottom: 0;
	left: 0;
}


/* Accessibility links */

#skiplinks {
	position: absolute;
	bottom: 0px;
	right: 5px;
}

#skiplinks a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/linkskip.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 15px;
}


/* Navigation bar */

#menubar {
	width: 940px;
	margin: 0 10px;
}

#menubar ul {
	float: left;
	margin: 0 auto 10px auto;
	width: 100%;
	padding: 0;
	list-style: none;
	background:#CCCC33 ;
}

#menubar li {
	display: inline;
}

#menubar a {
	display: block;
	float: left;
	width: auto;
	padding: 0 15px;
	border-left: 1px solid  #fff;
	border-right: 1px solid #CC9933;
	border-bottom: none;
	background: #CCCC33;
	color: #000066;
	font-weight: bold;
	font-size: 125%;
	line-height: 1.5;
	text-decoration: none;
	letter-spacing: -1px;
}


/* Main content sections and general styles*/

#content {
	width: 880px;
	margin: 10px;
	padding: 0 30px 0 30px
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 200%;
	color: #006699;
	border-bottom: 1px solid #000066;
	margin: 15px 0;
	padding: 0;
}

#content h2 {
	font-weight: normal;
	color: #000066;
	font-size: medium;
	margin: 0;
}

#firstup {
	font-size: larger;
	margin-bottom: 15px;
}

#firstup h1 {
	border: 0;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #000066;
	color: #000066;
}

#content a.internal {
	background-image: url(images/linkint.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 15px;
}

a.external {
	background-image: url(images/linkext.gif);
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 15px;
}

a img {
	border: 0;
	vertical-align: top;
}

ul.links {
	list-style: none;
}


/* News feed */
p.news {
	padding-bottom: 15px;
	border-bottom: dotted thin #CCCC33;
}


/* Float for side box */

#rightcol {
	float: right;
	clear: right;
	width: 200px;
	margin: 0 0 15px 0;
	border-top: 15px solid #CCCC33;
	background-color: #eee;
	padding-bottom: 5px;
	margin-left: 15px;
	text-align: center;
}

#asalink {
	border: 0;
}


/* Footer sections */

#clearing {
	height: 80px;
	clear: both;
}


#basebanner {
	height: 60px;
	width: 880px;
	padding: 0 30px 0 30px;
	clear: both;
	margin: 5px auto 0 auto;
	border-top: 15px solid #cccc33;
	border-bottom: 5px solid #ffffff;
	background-color: #EEE;
}

#basebanner img {
	float: right;
}



/* Floats for images 

.floatr {
	float: right;
	margin-left: 10px;
	border: 5px solid #eee;
	clear: right;
}

.floatl {
	float: left;
	margin-right: 10px;
	border: 5px solid #eee;
}

*/



/* Contact form */

form span, input, textarea {
	display: block;
	float: left;
	width: 15em;
	margin-bottom: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

textarea {
	width: 30em;
}

form br {
	clear: left;
}

.error {
	font-size:larger;
	color: #990000;
	background-color: #FFFFCC;
	padding: 5px;
	margin-top: 15px;
}


/* Fixtures */
#fixtures {
	width: 60%;
	margin: 15px 0 5px 0;
	padding-left: 15px;
	line-height: 150%;
}
#fixtures h2 {
	margin-top: 15px;
	padding: 5px 0 5px 15px ;
	font-weight: bold;
	border-bottom: solid medium #CCCC33;
}
#fixtures ul {
	list-style: none;
}
#fixtures li {
	padding-left: 30px;
}

