/* CSS Document */

* { margin: 0; padding: 0;}

html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}

body { font-family:Arial; color:#000;background:#a7d5af; font-size:14px; }
ul,li { list-style: none;}
p { margin: 10px 0;}
a { color: #298EEC;}
h1 { color: #298EEC; font-size: 30px;}
h2,h3 { color: #E46111; }


a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
.pad {
	padding-left:8px;
	padding-right:8px;
	padding-top: 4px;
}

.topper {
	width:980px;
	height:174px;
	background-color:#FFF;
}
.content {
	width:980px;
	height: auto;
	background-color:#FFF;
}
.bluecontainer {
	width:980px;
	background-color:#637C9F;
	font-size:14px;
	color:#FFF;
}
.container {margin: 0 auto; text-align: center;  width: 980px; height: auto;  }
.boldtext {
	font-size:20px;
	color: #1a3e6f;
}
.smalltext {
	font-size:11px;
	color: #1a3e6f;
}
.what {
	width:980px;
}
.whitetext {
	font-size:14px;
	color:#FFFFFF;
	padding:4px;
}
.footer {
	background-color:#1a3e6f;
	font-size:10px;
	font-weight: normal;
	height: 25px;
	padding:4px;
}
.searchbox {
	width: 350px;
	height: 225px;
	background-color:#fff;
	border:solid 1px #000000;
}
a.b:link {color: #fff; font-size: 10px; }
a.b:visited {color: #fff; font-size: 9px; font-size: 10px;  }
a.b:hover {text-decoration: underline; color: #fff; font-size: 10px; }
a.b:active {color: white; font-size: 10px; }
