@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #98b5e1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #d2dff3;
}
.oneColFixCtr #container {
	width: 1062px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 809px;
	background: #98b5e1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #98b5e1;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(back.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtr #mainContent {
	position: relative;
	height: 500px;
	width: 700px;
	top: 125px;
	left: 45px;
	/*padding: 300px 340px auto 56px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11pt;
}

.oneColFixCtr #mainContent_sub {
	position: relative;
	height: 499px;
	width: 700px;
	top: 125px;
	left: 45px;
	/*padding: 300px 340px auto 56px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 18px;
}

#social{
	width: 280px;
	height: 55px;
	float: left;
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 18px;
}

#locations {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing:-1px;
}

.superscript {
	position: relative;
	font-size: 45%;
	bottom: 2px;
}

#foot{
color: #ffffff;	
font-size: 10px;
}

a:link, a:visited{
color: #ffffff;	
}

a:hover{
color: #D2DFF3;	
}

/*p{
margin-bottom: 3px;
}*/

img
{  border-style: none;
}

.smallstrong{
	font-size: 9px;
	font-weight: bolder;
}

#stafflist{
height: 350px;

}

#stafflist p{
	margin: 2px 0 0 0;
	padding:0;
	font-size: 12px;
}

#maintext{
height: 350px;
}

#maintext p{
padding: 0;
margin: 0 0 13px 0;
}

#bottom{
	position: absolute;
	bottom: -28px;
	width: 670px;
}

.fltrt{
float: right;	
}

#logo{
	position: relative;
	top: 100px;
	left: 45px;
}

#logo_orig{
position: relative;
top: 103px;
left: 53px;
}

#social_container{
	height: 55px;
	margin-top: 15px;
}
#announcements{
	width: 280px;
	height: 40px;
	float: left;
	padding-left: 5px;
	padding-top: 3px;
}

#announcements p{
font-size: 14px;
padding: 0px 0px 7px 0px;
margin: 0;
}

