@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #669999;
	margin: 0;
}
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#column1 {
	width: 240px;
	background-color: #FFFFFF;
	position: absolute;
	left: auto;
	top: 118px;
	right: auto;
	height: 260px;
}
#column2 {
	width: 250px;
	margin-left: 250px;
	background-color: #FFFFFF;
	position: absolute;
	left: auto;
	top: 118px;
	right: auto;
	height: 260px;
}
#column3 {
	width: 250px;
	margin-left: 510px;
	background-color: #FFFFFF;
	position: absolute;
	left: auto;
	top: 118px;
	right: auto;
	height: 260px;
}
#column4 {
	width: 760px;
	background-color: #FFFFFF;
	position: absolute;
	left: auto;
	top: 118px;
	right: auto;
	height: 260px;
	text-align: center;
	vertical-align: middle;
}
.search #container #submit {
	width: 760px;
	position: absolute;
	top: 390px;
	text-align: center;
}
p     {
	font-size: 10.5px;
	line-height: 16px;
	text-align: left;
	margin: 20px;
}
.small {
	font-size: 10px;
	font-style: italic;
}
.intro {
	font-size: 13px;
	line-height: 16px;
	color: #CC9900;
	font-weight: bold;
	margin-bottom: 0px;
}
.introsml {
	font-size: 10.5px;
	line-height: 14px;
	color: #CC9900;
	font-weight: bold;
	margin-top: 12px;
}
.introGrey {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 12px;
}
a:link     { color: #666 }
a:hover   { text-decoration: underline }
a:visited        { color: #999; text-decoration: underline }

