@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.oneColFixCtr #container {
	width: 700px; /* 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. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	color: #FFFFFF;
}
.oneColFixCtr #mainContent {
	height: 100%;
	width: 700px;
	overflow: auto;
	padding-top: 0;
	padding-bottom: 0;
	float: none;
	background-image: url(images/web_images/border_bkgd.png);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
#header {
	height: 78px;
	width: 700px;
}
#side_border_left {
	float: left;
	height: 100%;
	width: 20px;
	background-image: url(web_images/border_left.png);
	background-repeat: repeat-y;
}
#side_border_right {
	float: right;
	height: 100%;
	width: 20px;
	background-image: url(web_images/border_right.png);
	background-repeat: repeat-y;
	background-position: right;
}
#logo {
	height: 100%;
	width: 660px;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#banner {
	height: 100%;
	width: 660px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#paragraph {
	height: 100%;
	width: 560px;
	padding-right: 50px;
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 20px;
}

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;
}
#main {
	height: 100%;
	width: 660px;
	overflow: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
	float: none;
	background-color: #000000;
	margin-right: 20px;
	margin-left: 20px;
}
#about {
	width: 560px;
	padding-top: 25px;
	padding-right: 50px;
	padding-left: 50px;
	height: 100%;
}

#navBar {
	height: 80px;
	width: 100%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#footer {
	height: 100%;
	width: 100%;
}
#infoBlock {
	height: 100%;
	width: 660px;
}
.floatleft { 
     float: left; 
     margin-right: 40px;
}
#clear {
	clear: both;
}
