@charset "UTF-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
		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: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 10px auto 30px;

	text-align: left;
	background-image: none;
	border: 4px solid fuchsia;
	padding: 0;
}
.oneColFixCtrHdr #container #header {
	height: 188px;
		padding: 1px 0 0;

	background: url(../images/header/waterblueband.png) no-repeat;
	text-align: left;
	width: auto;
	margin: 0;
}
.oneColFixCtrHdr  #container #header  #menu  {
		margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	top: 12px;
}
.oneColFixCtrHdr  #container #header  #title  {
	height: 45px;
	font: bold 36px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	margin: 0;
	position: relative;
	top: 10px;
	padding-left: 40px;
	color: #000080;
}



.oneColFixCtrHdr #mainContent {
	background: url(../images/bubbles/bubblebackgroundtransparancy.png) repeat-y;
	text-align: left;
	margin: 0;
	padding-left: 20px;
	padding-right: 30px;
}

.oneColFixCtrHdr #mainContent p {
	margin: 0;
	padding: 0;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(../images/bubbles/bubblebackgroundtransparancy.png);
	margin: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}	



.box1 {
	padding: 10px;
	text-align: center;
	background-color: transparent;
		border: thin solid white;
	margin: 0 25%;
	width: auto;
	height: auto;
}
.white {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: 0;
}

a:link, a:visited{
	color: white;
	text-decoration: underline;
}


a:hover{
	color: silver;
	text-decoration: underline;
}



