@charset "utf-8";
body {
	font: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(http://static1.grsites.com/archive/textures/lgrey/lgrey008.jpg);
	background-repeat: repeat;
}

#informationbar{
	position: fixed;
	left: 0;
	width: 100%;
	text-indent: 5px;
	padding: 5px 0;
	background-color: lightyellow;
	border-bottom: 1px solid black;
	font-family: Calibri, Arial, helvetica;
	font-size:16px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

* html #informationbar{ /*IE6 hack*/
	position: absolute;
	width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}

.morelink   #morecontactlink {
	font-size: 10px;
}
.more {
	background-color: #FFFFCC;
}
.col1fix {
	width: 33%;
	float: left;
}



.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.more #morecontact {
	background-color: #FFFFCC;
}
.morelink {
	font-size: 10px;
	display: inherit;
}
.regtext {
	font-family: Calibri, Arial, helvetica;
}

.lesslink  #lesscontactlink {
	font-size: 10px;
}
.lesslink {
	font-size: 10px;
}
.header {
	font-family: Cambria, "Californian FB", Calibri, Arial;
}
.sectheader {
	font-family: Cambria, "Californian FB", Calibri, Arial;
	text-transform: uppercase;
	font-weight: bold;
}
.col2fix {
	width: 66%;
	float: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.lesslink #lessexplink {
	font-size: 10px;
}
.more #moreexp {
	background-color: #FFFFCC;
}
.morelink #moreexplink {
	font-size: 10px;
}
