@charset "utf-8";
body  {
	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;
	background-image: url(/images/bkgd3.jpg);
	background-repeat: repeat-x;
	background-color: #D8D8D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.scb3 #container {
	width: 780px;
	text-align: left;
	border: 15px double #A5290F;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 675px;
	} 
.scb3 #header {
	text-align: left;
	vertical-align: top;
	width: 780px;
	margin: 0px;

} 
.scb3 #banner {
	position: relative;
	top: 0px;
	background-color: #cccccc;
	left: 0px;
	z-index: 1200;
	overflow: visible;
}
.scb3 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.scb3 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 15px 10px 15px 20px;
	height: 390px;
	border-right: medium solid #000000;
}
.scb3  #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 392px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}

.scb3 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	visibility: visible;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #4A4344;
	list-style-position: inside;
	list-style-image: none;
	padding: 15px 10px 15px 20px;
	height: 392px;
}
.scb3 #mainContent {
	height: 408px;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 50px;
} 
.scb3 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
 /*.scb3 #footer {
	background:#DDDDDD;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	vertical-align: middle;
	position: fixed;
	width: 750px;
	padding: 0 10px 0 20px;
	float: left;
}  */
.scb3 #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 */
}

.scb3 #nav {padding:0 10px 0 20px;

.scb3 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
