@charset "utf-8";

/* Tags */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
h1 {
	margin-top: 0px;
	margin-bottom: 15px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Main Layout */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #013300;
	border-left-color: #013300;
}
#aboveheader {
	background-color: #013300;
	padding: 5px;
}
#headerimg {
	background-image: url(images/header2.jpg);
	height: 200px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #013300;
	border-bottom-color: #013300;
}
#headertable {
	float: right;
	height: 51px;
	width: 280px;
	margin-right: 10px;
	margin-top: 135px;
	background-color: #013300;
	color: #FFFF00;
	text-align: center;
	font-size: 110%;
	line-height: 150%;
	padding-top: 4px;
	font-family: Tahoma, Verdana, Arial;
	opacity: .87;
	filter: alpha(opacity=87);
	-moz-opacity: 0.87;
	border: 1px solid #FFFF00;
}
#maincol {
	background-image: url(images/maincol-bg.jpg);
	height: 10px;
	margin-bottom: 5px;
}
#content {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
#left {
	float: left;
	width: 531px;
	line-height: 150%;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#left_full {
	float: left;
	width: 751px;
	line-height: 150%;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}
#right {
	float: right;
	width: 200px;
}
#abovefoot {
	height: 15px;
	clear: both;
}
#footer {
	clear: both;
	background-image: url(images/horiz-menu-bg.jpg);
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #013300;
	text-align: center;
	font-size: 85%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #013300;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	font-weight: bold;
}

/* Right Box Styles */

.righthead {
	background-image: url(images/nav_hover.jpg);
	color: #FFFF00;
	padding: 5px;
	font-size: 120%;
}
.rightbox {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	margin-top: 15px;
}
.rightbox_content {
	padding: 5px;
	width: 188px;
	}
.rightbox ul {
	margin: 0px;
}
.rightbox li {
	margin-left: -25px;
	margin-bottom: 5px;
	line-height: 150%;
}
.rbtext {
	line-height: 150%;
	margin: 0px;
}
.rbtext a, #content a {
	color: #0000FF;
	font-weight: bold;
}

/* Navigation */

#nav {
	height: 38px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #013300;
	background-image: url(images/horiz-menu-bg.jpg);
}

#navi, #navi ul {
	padding: 0;
	margin: 0;
	list-style: none;
} 
#navi a {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
	padding-top: 13px;
	padding-right: 17px;
	padding-bottom: 12px;
	padding-left: 17px;
	font-weight: normal;
} 
#navi li { 
	float: left; 
}
#navi li ul { 
	position: absolute; 
	width: 10em; 
	left: -999em;
	background: #FFFFFF;
} 
#navi li:hover ul { 
	left: auto; 
	color: #CC0000;
}
#navi li:hover ul, #nav li.sfhover ul { 
	left: auto; 
}
#navi li li a{
	padding:4px 14px;
	background-color: #000080;
}
.other a {
	color:#013300;
}
.other a:hover {
	color: #FFFF00;
	background-image: url(images/nav_hover.jpg);
}
.current a {
	color: #013300;
	background-image: url(images/nav_current.jpg);
}

/* Headings */

.header1 {
	color: #FFFFFF;
	font-size: 110%;
	text-align: center;
	margin: 0px;
	font-weight: normal;
}
.heading1 {
	font-size: 200%;
	font-weight: bold;
	color: #013300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #013300;
	padding-bottom: 5px;
}
.heading2 {
	font-size: 150%;
	margin: 0px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	color: #013300;
}
.headingstrong {
	font-weight: bold;
	margin: 0px;
	font-size: 100%;
}


/* Text Styles */

.small {
	font-size: 80%;
}
.types {
	font-style: italic;
	font-weight: bold;
}
.yellowtext {
	color: #FFFF00;
}

/* Unsorted */

#lipsum {
	text-align: center; 
}
.centreimg {
	border: 1px solid #013300;
}
.rightimg {
	float: right;
	border: 1px solid #000000;
	margin-left: 10px;
}

.logo {
	float: left;
	margin-top: 26px;
	margin-right: 10px;
	margin-left: 20px;
}
.sizes {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 120%;
	color: #013300;
}

.types_li {
	padding-bottom: 10px;
}

#sch {display:none}
