html body {
	background-color: #003;
	margin: 40 20 20;
	text-align: center;
	font-family: arial, helvetica, verdana, sans-serif;
}

#header {
	background: url(../images/celco-header.jpg) no-repeat;
	width: 832px;
	height: 165px;
	background-color: #6699FF;
}

#header .QSearch {
	color: #fff;
	font-weight: bold;	
	font-size: 9pt;
	text-align: right;
	width: 95px;
	padding-right: 5px;
}

#QSearchContainer {
	height: 120px;
}
.QSearchTxtFld {
	width: 120px;
	color: #336699;
	font-size: 8pt;
}

.QSearchButtonCell {
	padding-left: 55px;
}

#MainNavHome{
	font-weight: bold;
	font-size: 9pt;
	color: #003;
	text-align: right;
	height: 39px;
	padding-right: 25px;
	vertical-align: bottom;
}

#MainNavHome a {
	color: #003;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#MainNavHome a:hover {
	color: #c00;
	text-decoration: none;
}

#hpLeft {
	background: url(../images/celco-bottomleft.gif) bottom no-repeat #6699FF;
	width: 276px;
	height: 438	px;
}

#footer {
	width: 1200px;
	color: White;
	text-align: middle;
	height: 35px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 7pt;
}

#footer a {
	color: #fff;
	margin-right: 5px;
}

.QuickFindForm {
	color: #fff;
	font-weight: bold;
	font-size: 8pt;
}

.QuickFindInput {
	font-size: 8pt;
	color: #369;
	width: 100px;
}