@charset "utf-8";

a, a:hover, a:active, a:visited {
outline:none;
}

body {
	background-image:url(images/bg.png);
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}

.oneColFixCtrHdr #nav {
	padding: 0 10px 0 43px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 50px;
	margin: 0;

	height: 25px;
	vertical-align:bottom;
}

.nav1 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.nav1 a{
text-decoration:none;
color:#ffffff;
}

.nav1 a:hover {
color:#ec008c;
}

span.highlight
{
background-color:#000000;
color: #ffffff;
}

span.highlightb
{
background-color:#000000;
color: #0099FF;
}
.oneColFixCtrHdr #mainContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding: 20px 200px 0 43px;; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #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 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.style7 {
background-color:#000000;
	font-size: 24px;
	color: #FFFFFF;
}

.subheadback {
background-color:#000000;
	font-size: 16px;
	color: #FFFFFF;
}

.style5 {
	color: #CC0066;
	text-decoration: none;
}

.mainworkbox {
	float: left;
	width: 350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	padding: 0;
	margin: 10px;
}

.mainworkboxpic {
	float: left;
	width: 100px;
	height: 100px;
	margin: 10px;
	background-color: #000000;
}

#clearfloat {
clear:both;
}

