/* CSS appearance control */
#masthead {
	border: thin solid #0000FF;
	background-color: #E8E9FE;
	height: 105px;
	width: 99%;
	color: #000000;
}
#logo {
	float: left;
}
#logo img{
	border-style:none;
}
#masthead_text {
	text-align: center;
}
#masthead_main {
	font-size: xx-large;
	text-align: center;
}

#masthead_sub {
	font-size: medium;
	text-align: center;
}


#page_content {
	text-align: center;
}
#floatclear1 {
	clear:both;
}
#floatclear2 {
	clear:both;
}
#floatleft {
	float:left;
}
#services_content {
	float: left;
	text-align: center;
	width: 70%;
	margin-left: 10px;
}
#services_list_left {
	float: left;
	text-align: center;
	width: 33%;
}
#services_list_center {
	float:left;
	text-align:center;
	width:33%;
}

#services_list_right {
	float:left;
	text-align:center;
	width:33%;
}
#footer {
	font-size: xx-small;
	text-align: center;
	font-weight: lighter;
	clear:both;
}
body {
	background-position: center bottom;
	background-color: #fdffFf;
	background-image: url('images/watermark.gif');
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #000000;
}
top_nav {
}

