body {
	background-color: #000033;
  }

#frame {
	width:955px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background-color: #FFFFFF;				
	}
		
	#contentheader {
	height: 25px;
	background-image: url(images/top-bar_02.jpg);		
	}
	
	#contentflash{
	height: 192px;
	}
	
	#menu{
	height: 30px;
	}
	
	
	
	#contentcenter {
	width:955px;
	float:left;
   background-color: #000066;
	}

	#contentfooter {
	height: 20px;
	background-color: #0066FF;
	}
	
	.spacer {
	margin: 7px;
}

#contentcenter a {
color: #FFFFFF;
text-decoration:underline
}
#contentcenter a:hover {
color: #FFFF00;
text-decoration:underline
}

#contentcenter h1{
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bolder;
	text-align: left;
	font-family: trebuchet ms;
	letter-spacing: 0.1em;
	line-height: 1.2em;
}

#contentcenter h2{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	font-family: trebuchet ms;
	letter-spacing: 0.04em;
	line-height: 1.2em;
	
}
#contentcenter h3{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-family: trebuchet ms;
	letter-spacing: 0.04em;
	line-height: 1.2em;
	
}

#contentcenter p{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	font-family: trebuchet ms;
	letter-spacing: 0.04em;
	line-height: 1.2em;
	
}
#contentlinks {
	font-size:11px;
	font-family: trebuchet ms;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	}
#contentlinks a {
	font-size:11px;
	font-family: trebuchet ms;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	}
	
	#contentlinks a:hover {
	font-size:11px;
	font-family: trebuchet ms;
	color: #FFFF00;
	text-align: center;
	text-decoration: underline;
	font-weight: normal;
	}
#centred{text-align:center;
}

#container {
padding-left:50px;
padding-right:50px;
padding-top:10px;
}

#container ul,li {
color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	font-family: trebuchet ms;
	
	}
	
#form h1 {
	text-align:right;
	font-size: 14px;
	font-weight: normal;
	font-family: trebuchet ms;
	color: #000066;
	padding-top:5px;
	}
	
#form p {
	text-align:right;
	font-size: 12px;
	font-weight: normal;
	font-family: trebuchet ms;
	color: white;
	padding-top:0px;
	}

.go-left {
	text-align:left;
	}
	
.15pixels {
font-size: 15px;
}


.solidblockmenu{
margin: 0;
padding: 0;
float: right;
font: bold 13px trebuchet ms;
width: 100%;
border: 1px solid #ffffff;
border-width: 1px 0;
background: black url(blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: right;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}