/* CSS Document */

.outer_container {
	text-align : left;   /* counter the body center, which is used to make IE align centre */
	padding: 0px;
	height: auto;
	background-color: #FFFFFF; /*change this to what ever colour you want the page backgrounds to be*/
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}

.header_container {
	font-family : Tahoma, Helvetica, Arial, sans-serif;
	font-size   : 12px;

}

.header_container h1 {
	width       : 300px ;
	/* background: #ff0 ; */
	text-indent : -1000em ;
	margin      : 0 ;
	padding     : 0 ;
	float       : left ;
	font-size   : 12px ;
	overflow    : hidden ;
}



/* BEGIN NAVIGATION */
div#navigation {
	background : #4f99c8 ;
	color      : #fff ;
	margin     : 0 ;
	padding    : 4px 6px 3px 6px ;
}
div#sub_menu {
	background : #72add3 ;
	color      : #fff ;
	padding    : 3px 6px 4px 6px ;
}
ul {
	color   : #fff ;
	padding : 0 ;
	margin  : 0 ;
}
ul li {
	display         : inline ;
	list-style-type : none ;
	padding         : 0 .5em ;
	margin          : 0 ;
	border-right    : solid 1px #fff ;
}

.header_container a {
	color           : #fff ;
	font-weight     : bold ;
	text-decoration : none ;
}
.header_container a:hover { text-decoration : underline }

a {
	color           : #300;/*change this to what ever colour you want the links to be*/
}

/* END NAVIGATION */

