html {
	margin: 0px;
	padding: 0px;
}
body {
	background: #006699;
	color: White;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	margin: 0px;
	padding: 0px;
}

a {
	font-weight: normal;
	color: #EEEEEE;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #00FF82;
	text-decoration: none;
}

h1 {
	font-size: 1.4em;
	color: #CCCC66;
	margin-top: 1em;
	margin-bottom: 0em;
	text-indent: .5em;
	}

ul{
	list-style-type: circle;
	color: #CCCC66;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 3px;
	list-style-position: inside;
	}

#content {
	width: 800px;
	margin: auto;
}

#pagehead {
	position: relative;
}

#logo {
	width: 575px;
	float: left;
	text-align: right;
	padding-right: 25px;
}

#search {
	background: #006699;
	text-align: center;
	width: 200px;
	margin-top: 20px;
	border: none;
	position: relative;
	float: right;
}

#w3c {
	border: none;
}

#linklist {
	position: relative;
	clear: both;
}
#d1 {
	float: left;
	width: 50%;
}
#d2 {
	float: right;
	width: 50%;
}
#c1 {
	width: 50%;
	float: left;
}
#c2 {
	width: 50%;
	float: right;
}
#c3 {
	width: 50%;
	float: left;
}
#c4 {
	width: 50%;
	float: right;
}
div#botleft{
	position: relative;
	float: left;
	clear: left;
	width: 48%;
	text-align: right;
	padding-right: 2%;
	margin-bottom: 1em;
}
div#botright{
	position: relative;
	float: right;
	width: 48%;
	text-align: left;
	padding-left: 2%;
	margin-bottom: 1em;
}
div#ip{
	position: relative;
	width: 50%;
	margin: auto;
	font-size: 2em;
	margin-top: 20%;
}
div#ip span{
	color: #333333;
}

