body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #00818a;
}
imag {
	border: 0;
}
.center {
	width: 100%;
	text-align: center;
}
.content #container { 
	width: 770px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0;
	text-align: left;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
} 
.content #header {
	background-image: url(../img/banner.jpg);
	height: 160px;
} 
.content #topGap {
	background-image: url(../img/bgPlain.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	height: 10px;
}
.content #bottomGap {
	background-image: url(../img/bgPlain.gif);
	background-repeat: repeat-y;
	height: 10px;
}
.content #top {
	background-color: #294469;
	height: 253px;
	padding: 0;
}
.content #top #man {
	float: left;
}
.content #top #blankGap {
	height: 20px;
}
.content #top #menu {
	background-color: #0f52a4;
	color: #FFFFFF;
	height: 20px;
	padding: 0;
	padding-left: 1px;
}
.content #top #menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content #top #menu li {
	aaaadisplay: inline;
	float: left;
	width: 120px;
	text-align: center;
}
.content #top #menu li:hover {
	display: inline;
	background-color: #009999;
	height: 20px;
}
.content #top #menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	font-size: 0.9em;
}
.content #top #menu a:hover {
	background-color: #009999;
}
.content #top #topText {
	font-size: 0.7em;
	padding-left: 10px;
	padding-right: 10px;
	/*width: 250px;*/
	margin-left: 290px;
	margin-right: 210px;
}
.content #top #topBoxSurround {
	padding: 0;
	padding-right: 15px;
}
.content #top #topBoxSurround img {
	border: 2px solid white;
	float: right;
}
.content #top #topBox {
	font-size: 0.7em;
	border: 2px solid white;
	padding-left: 15px;
	padding-right: 15px;
	float: right;
	width: 160px;
	height: 160px;
}
.content #top #topBox .boxHeader {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	background-color: #00818a;
	font-size: 1.2em;
}
.content #top #topBox .topBoxLarge {
	font-size: 1.3em;
}
.content #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px;
	font-size: .75em;
}
.content #sidebar .header {
	padding: 0;
	padding-left: 3px;
	margin: 0;
	border: 0;
	color: #006666;
	border-left: 4px solid #006666;
	font-size: 1.2em;
	font-weight: bold;
	height: 18px;
	width: 180px;
	background-image: url(../img/headerunderline.gif);
	background-repeat: repeat-x;
}
.content #sidebar p{
	margin-top: 7px;
	margin-bottom: 0;
}
.content #mainContent { 
	margin: 0 210px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: .75em;
}
.content #mainContent p{
	margin-top: 7px;
	margin-bottom: 0;
}
.content #mainContent .header {
	padding: 0;
	padding-left: 3px;
	margin: 0;
	border: 0;
	color: #006666;
	border-left: 4px solid #006666;
	font-size: 1.2em;
	font-weight: bold;
	height: 18px;
	width: 180px;
	background-image: url(../img/headerunderline.gif);
	background-repeat: repeat-x;
}
.content #mainContent .brc {
	width: 75px;
	float: right;
	padding-left: 10px;
}
.content #footer {
	text-align: center;
	height: 16px;
	background-image: url(../img/footer.gif);
	background-repeat: repeat-x;
}
.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;
}