/* ---
	Created By William E.
	Sitebolt.com CSS Document
	Version: Site v4 || CSS v1
 --- */

body { 
	padding: 20px 0 0 0; 
	margin: 0 0 0 0; 
	font-family: "Verdana", Helvetica, sans-serif; 
	font-size: 12px;
	color: #222;
	background: #CCC url(images/bg.gif);
}

a { 
	font-size: 12px;
	color: #005580;
	text-decoration: none;
}

a:hover { 
	font-size: 12px;
	color: #0077B3;
	text-decoration: underline;
}

#outbord { 	
	width: 550px;
	text-align: left;
	border: 5px #666 solid;
	background-color: #FFF;
	padding: 7px;
}

#head {
	background-color: #006090;
	height: 100px;
}

#content {
	border: 0px #AAA solid;
	margin: 5px 0;
	padding: 3px;
}

#content p {
	margin: 5px 0;
	clear: both;
}

hr {
	border-top: 1px #999 dashed;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	height: 0;
}

#content h1 {
	color: #005580;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

#content span {
	font-size: 10px;
	color: #999;
	display: block;
}


#navlist ul {
	background-color: #444;
	padding: 10px;
	margin: 5px 0 0 0;
	text-align: center;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist #active a {
	text-decoration: underline;
}

#navlist a {
	color: #FFF;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 5px;
}

#footer, #footer a {
	text-align: center;
	font-size: 10px;
	padding: 5px 0 0 0;
	color: #333;
}

img.icon {
	float: left;
	padding-right: 5px;
}
