@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
input {
	border: 1px solid #333;
}
textarea {
	border: 1px solid #333;
}
.onyxweb #navbar {
	width: 802px;
	margin: 0 auto;
	margin-bottom:30px;
}
.border_all {
	border: 1px solid #000;
}


.onyxweb #websites {
	margin: 10px;
	float: left;
	width: 200px;
	text-align: center;
}
.main_table {
	margin-top:12px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.onyxweb #header {
	border-top: 1px solid #333;
	width: 900px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #CCC;
}
.onyxweb #headleft {
	float: left;
	width: 30px;
	height: 40px;
	background-image: url(site_images/head_left.png);
	background-position:bottom;
}
.onyxweb #headmiddle {
	margin: 0 30px 0 30px;
	height: 40px;
	text-align:center;
	background-image:url(site_images/head_mid.png);
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-position:bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.onyxweb #headright {
	float: right;
	width: 30px;
	height: 40px;
	background-image: url(site_images/head_right.png);
	background-position:bottom;
}
.onyxweb #container {
	width: 800px;
	background-color:#CCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
}
.onyxweb #homeContent {
	background-color:#CCC;
	margin: 10px 10px 10px 220px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.onyxweb #mainContent {
	background-color:#CCC;
	margin: 10px 10px 10px 10px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}
.onyxweb #footer {
	border-top: 1px solid #333;
	width: 802px;
	margin: 0 auto;
	margin-top: 10px;
}
.onyxweb #footleft {
	float: left;
	width: 30px;
	height: 30px;
	background-image: url(site_images/left_cnr.png);
}
.onyxweb #footmiddle {
	margin: 0 30px 0 30px;
	height: 30px;
	background-image:url(site_images/middle_btm.png);
	background-attachment:scroll;
	background-repeat:repeat-x;
	text-align: right;
	font-size: 8pt;
}
.onyxweb #footright {
	float: right;
	width: 30px;
	height: 30px;
	background-image: url(site_images/right_cnr.png);
}
.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;
.border_all {
	border: 1px solid #000;
}
