@charset "utf-8";
/* CSS Document */
/*=======  Colour Palette  =========

	light blue 		#005595
	dark blue		#404e66
	grey			#fff
==================================*/
body{
	background: #fefaf8;
}
a {outline: none;}
*{margin:0; padding:0;}
#skip {
	display: none;
}
#outer{
	margin: 20px auto;
	width: 966px;
	background:url(../images/outer/outer-repeat.png) repeat-y;
}
#outer-top{
	display: none;
}
#header{
	height: 128px;
	width:904px;
	margin: auto;
}
#header h1{
	float: left;
}
#header img{
	border-style: none;
}
#inner{
	width:904px;
	margin: auto;
}
#left{
	display: none;
}
#content{
	width: 825px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-left: 1px;
	padding: 0 40px;
	background: none;
}
#content h1{
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 2.1em;
	padding: 0;
	height: 45px;
	font-weight: normal;
}
#content h2{	
	font-size: 1.4em;
	padding: 10px 0;
	font-weight: normal;
	line-height: 1.4em;
}
#content h3{
	font-size: 1.2em;
	padding: 10px 0;
	font-weight: normal;
	line-height: 1.4em;
}
#content h4{

}
#content h5{

}
#content h6{

}
#content p,#content li{
	font-size: 1em;
	padding: 10px 0;
	line-height: 1.3em;
}
#content a, #content a:link, #content a:visited{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
#content a:hover{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
#content ul{
	margin-left: 15px;
}
#content li{
	padding: 5px 0;
	font-weight: normal;
}
#content img{

}
#inner-bottom{
	height: 10px;
}
.spacer{clear: both; display: block; height: 1px;}

#footer{
	display: none;
}
/*=======  Menu  =========*/
#menu{
	display: none;
}
#menu ul {
	display: none;
}