@charset "utf-8";
body  {
	color: #000000;
	background-color: #4BABCB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0px;
	width: 385px;
}
.thrColFixHdr #container {
	width: 922px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-color: #C1E2ED;
	min-height: 200px;
	float: left;
} 
.columnheading {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #000;
}

.thrColFixHdr #header {
	height: 48px;
	width: 922px;
	background-color: #C1E2ED;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 10px;
	margin: 0px;
	color: #000;
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	width: 300px; /* padding keeps the content of the div away from the edges */
	background-color: #002965;
	padding-right: 10px;
	padding-left: 10px;
	min-height: 200px;
	float: left;
}
.thrColFixHdr #mainContent {
	width: 282px;
	float: left;
	width: 282px;
	background-color: #FFF;
	min-height: 200px;
} 
.thrColFixHdr #footer {
	padding: 0 0px 0 0px;
	background-color: #BDDFEB;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
} 
.thrColFixHdr #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 */
	text-align: center;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}#nav {
	background-color: #002965;
	height: 20px;
	width: 922px;
	display: inline;
	margin: 0px;
	clear: both;
	float: left;
}
#container #nav ul {
	display: inline;
}
#container #nav ul li {
	background-color: #002965;
	float: left;
	height: 20px;
	width: 100px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 25px;
	list-style-type: none;
	text-align: center;
}
#container #nav ul li a {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	background-color: #002965;
	display: block;
	list-style-type: none;
	text-decoration: none;
	float: left;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	clear: both;
	width: 106px;
}
#container #nav ul li a:hover {
	color: #F00;
}
#pictureheader {
	width: 288px;
}
#sidebar1 h4 strong {
	font-size: 14px;
}
#2columnleft {
	width: 650px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	min-height: 200px;
}

#2columnright {
	width: 210px;
	float: left;
	min-height: 200px;
	padding-right: 10px;
	padding-left: 10px;
}
#mainContent1column {
	float: left;
	width: 922px;
	min-height: 200px;
	background-color: #FFF;
	text-align: center;
	font-size: 0px;
	clear:  both;
}
#mainContent2column {
	clear: both;
	height: 200px;
	width: 922px;
	float: left;
}
#maincontenteditable {
	float: left;
	height: 500px;
	width: 922px;
	background-color: #FFF;
}

#pictureheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	width: 520px;
}

.thrColFixHdr #container #mainContent1column table {
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	vertical-align: text-top;
	color: #000;
}
.whitetext {
	color: #000;
	text-align: center;
}
