body {
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

img {
	border: 0;
}
h1 {
font-size:14px;
}

h2 {
font-size:14px;
}

li {
	list-style-type: square;
}

li.hyphen {
	list-style-image: url(../imgs/dash.gif);
}

p {
	
}

#banner {
	height: 123px;
	background: url(../imgs/banner_bg.jpg) repeat-x;
}

#banner_left {
	float: left;
}

#banner_right {
	float: right;
}

#container {
	clear: both;
	width: 100%;
}

.better {
	clear: both;
	width: 100%;
}

#content {
	margin-left: 3%;
	float: left;
	padding-top: 22px;
	width: 75%;
}

#footer {
	clear: both;
	width: 100%;
}



#navigate {
	width: 20%;
	float: left;
	padding-top: 25px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	font-weight: bold;
	font-size: 95%;
}

#nav li { 
	margin: 0 0 0 0; 
}

#nav a {
	display: block;
	color: #FFF;
	background-image: url(../imgs/nav_bg_off.jpg);
	background-repeat: repeat-x;
	background-color: #245DDB;
	width: 70%;
	padding: 0.5em 1em 0.3em 1em;
	text-decoration: none;
}

#nav a:hover {
	background-image: url(../imgs/nav_bg_on.jpg);
	background-repeat: repeat-x;
	background-color: #369;
	color: #FFF;
	background-color: #00c;
}

.footer_text {
	text-align: center;
	margin-left: 212px;
}

.full_width {
	clear: both;
	width: 100%;
	margin-bottom: 5px;
}

.full_width img{
	padding: 5px 10px 5px 0;
}

.highlight_box {
	border: 1px solid #000;
	padding: 10px 5px 10px 5px;
	width: 80%;
}

.highlight_box_2 {
	border: 1px solid #000;
	padding: 0px 2% 0px 2%;
	width: auto;
	height: auto;
}

.bigger {
	font-size: 130%;
}

.large_notice {
	font-size: 140%;
	font-weight: bold;
}

.left_pic {
	width: 150px; 
	float: left;
	padding-right: 5px;
}

.half {
	width: 50%;
	float: left;
}

.half_2 {
	width: 48%;
	float: left;
	padding-right: 2%;
}

.quarter {
	width: 25%;
	float: left;
}

.quarter p{
	padding-left: 5px;
	padding-right: 5px;
}

.float_left {
	float: left;
	width: 14em;
}

.hidden {
	width: 0;
	height: 0;
	overflow: hidden;
}

.third {
	width: 32%;
	padding-left: 1%;
	float: right;
}

.twothirds {
	width: 66%;
	float: left;
	padding-right: 1%;
	clear: right;
}

.emphasis {
	color: red;
	font-weight: bold;
}

.shift_left {
	margin-left: -22px;
}

.shift_left ul {
	padding-right: 10px;
}

.tab_left {
	float: left; 
	width: 200px;
	display: block;
	margin-right: 10px;
}

.tab_right {
	float: left;
	display: block;
	margin-left: 10px;
}

.centred {
	text-align: center;
}