html { padding:0px; margin:0px; }
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 12px/16px Verdana, Arial, Helvetica;
	color: #333;
	background: #C5DBE8 url(/images/photo_v2.jpg) no-repeat center top;
}

p {text-align:left;
}


#Header {
	padding: 0;
	margin: 0 auto;
	/*	width:100%;  */
	height: 360px;
	width: 844px;
}

#HoldHead {
	width:100%;
}


#Content {
	padding-top: 10px;
	background:#F4F6F5;
}

#Content p {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#Content ul {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}



#Content li {
	text-align: left;
	width: 800px;
	padding-left: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	list-style: none;
	padding-bottom: 5px;

}

h1 {
	font: bold 18.5px Eurostile, Verdana, Arial, Helvetica, sans-serif;
	color: #488db7;
	margin-bottom: -10px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;

}

h2 {
	font: bold 16px Eurostile, Verdana, Arial, Helvetica, sans-serif;
	color: #488db7;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#Middlebar {
	height: 160px;
	background-color: #2f373c;
	border-top: solid #2f373c 12px;
}

#MiddleLinks {
	margin-top: 10px;
}

#MiddlebarInside {
	height: 12px;
	background-color: #000;
}

#Middlebar img {
/*	border-top: solid #000 12px; */
	border: none;

}



#Footer {
	font: 11px/18px Verdana, Arial, Helvetica;
	clear:both;
	background-color: #E1E6EA;
	padding-top: 10px;
	margin-top:60px;
	padding-bottom:100px;
}

#Footer p {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}





/* MENU HERE */
#navlist
{
	margin: 0;
	padding: 0;
	height: 93px;
	/*width: 623px; Removed when signlalling services removed*/
	float: left;
	text-align: center;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;


}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 15px;
	margin: 0px;
	text-decoration: none;
	color: #fff;
	font: 12px/17.5px verdana, arial, helvetica, sans-serif;
	background-color:#2f373c;
	/*height:53px;*/
	/*width:88px;*/
	border-right: solid #C5DBE8 1px;
	padding:70px .6em .5em;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
background-color:#c00;
}




a, a:link{
	color:#488db7;
	text-decoration: none;
   }

a:visited {
	color:#488db7;
	}

a:hover {
	color: #c00;
	text-decoration: underline;
}


#Content table {
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#Content form {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:700px;
}
