* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #012d6a;
  font: 11px Trebuchet MS, Arial, sans-serif;
  text-align: left;
  background: #ffffff;
}

img 
{
	border: 0px;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #012d6a;
}
h2 
{
	font-size: 115%;
	margin-top: 10px;

}

p {
margin-top: 10px;
}
a {
color: #012d6a;
text-decoration: underline;
}

#accessLinks, #navBox, #navTrailBox, #logobox, #searchBox, #relatedBox, #leftFooter, #rightFooter{
	display: none;
	visibility: hidden;
}

#wrapper, #innerWrapper, #bannerBox, #mainbox, #contentBox, #footer
{
	width: 620px;
	margin: 0px;
	padding: 0px;
}
#contentBox
{
	padding-left: 20px;
	width: 600px;
	margin-top: 10px;
}
ul {
list-style-type: square;

}

ul li{
margin-left: 15px;
margin-top: 10px;

}
#servicesPage ul
{
	list-style-type: none;
}
#servicesPage ul li
{
	float: left;
	margin: 5px;
}
#servicesPage ul li a
{
	text-decoration: none;
}
#servicesPage ul li a img
{
	display: block;
}
table {
border-collapse: collapse;
margin-left: 2px;
}

table tr th {
font-weight: bold;
font-size: 110%;
padding: 8px;
border: 1px solid #cccccc;
}

table td {
border: 1px solid #cccccc;
padding: 8px;
}

#footer
{
	width: 650px;
	margin-top: 20px;
	border-top: 1px solid #012d6a;
	padding-top: 10px;
	bottom: 10px;
	clear: both;
}
