body{
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 12px;
	color: #000033;
	margin-left: 0px;
	}

#logo {
	Position: absolute;
	top: 5px;
	left: 50px;
	margin: 0 auto;
	text-align: center;
	width: 931px
	}
#home {
	position:absolute;
	left: 5px;
	top: 0px;
	}

#nav {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 246px;
	}

#pagehead{
	position: absolute;
	top: 0px;
	left: 0px;
	}

#content {
	position: absolute;
	top: 170px;
	left: 265px;
	width: 735px;
	}
.floatleft{
	float: left;
	}
.floatright{
	float: right;
	}

 a:link       { color: #000099; text-decoration: underline }
 a:active     { color: #000099; text-decoration: underline }
 a:visited    { color: #000099; text-decoration: underline }
 a:hover      { color: #66CC00; text-decoration: none }
 
.newsflash {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 11px;
	color: #000066;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px none #000066;
	background-image: url(/images/newsbox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 10px;
}
.small {

	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 10px;
	color: #000033;
}
.box {
	border: 1px solid #FF00FF;
}

.pinkhead {
	font-size: 16px;
	font-weight: bold;
	color: #FF00FF;
	}
.house {
	background-image: url(../images/house.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.wait {
	background-image: url(../images/wait.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.orange {
	color: #FF6600;
	}
.boxorange {

	border: 1px solid #FF6600;
}

