/****************************
Copyright St Andrew's Leyland
Design CSS
Coded by Jon Bradley with initial workings by David Turner

NOTE: This code is copyrighted.  No unauthorized use
is allowed.  Don't steal code.  However, please feel free
to look at how we did something then write it yourself.

*****************************/

html { height: 100%; margin-bottom: 1px; }

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	position: relative;
	left: 20px;
	margin: 0px;
	padding: 0px;
}

/* THIS is to hide any text you need hiding */
.hidetext {top: -10000px; left: -10000px; overflow: hidden; position: absolute;} 
/* END of text you need hiding */

/*******************************************
CONTAINER, HEADER, FOOTER STUFF STARTS HERE
********************************************/

#page_bg{
	margin: auto;
	padding: 0px;
	width: 800px;
}

#page_outline{
	margin: auto;
	padding: 0px 0px 0px 0px;
	float: left;
	height: auto;
	width: 800px;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	background-color: #FFFFFF;
}

#menu_container{
	margin: 0px;
	border: 0px;
	width: 800px;
	height: 250px;
}

#content_container{
	float: left;
	width: 800px;
	height: auto;
	margin: auto;
}

#sub_menu_container{
	z-index: 10;
	float: left;
	width: 193px;
	height: 190px;
	margin-right: 20px;
}

#centre_column{
	float: left;
	width: 550px;
	padding: 0px;
	margin: auto;
}

#right_column{
	float: right;
	width: 200px;
	margin: auto;
	padding: 10px 0px 0px 0px;
}

#footer_container{
	z-index: -1;
	display: block;
	width: 800px;
	clear: both;
}

/****************************
FONT STUFF STARTS HERE
******************************/

.large_text{ 
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.main_text{ 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	position: relative;
	left: 20px;
	margin: 0px;
	padding: 0px;
}

.small_text{ 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

a:link {  color: #003366; cursor: hand; text-decoration: none; border-bottom: dotted 1px #003366;}
a:active {  color: #003366; cursor: hand; text-decoration: none; border-bottom: dotted 1px #003366;}
a:visited {  color: #003366; cursor: hand; text-decoration: none; border-bottom: dotted 1px #003366;}
a:hover {  color: #990000; cursor: hand; text-decoration: none; border-bottom: dotted 1px #990000;}
