body {
margin: 0px 0px 0px 0px;
font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
background-color:#666666;
}
#header {
margin: 0px 0px 0px 0px;
height: 80px;
background-image:url(graphics/header_stripes_bkgd.gif);
background-position:left;
background-repeat:repeat-x;
}
#logo {
height: 80px;
width:300px;
float:left;
}
#header_nav {
	margin: 20px 20px 0px 20px;
	float:right;
}
.header_nav {
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	margin: 0px 0px 10px 40px;
	height: 20px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: right;
}
.header_nav a:link {
	color: #CCCCCC;
	text-decoration: none;
	height: 20px;
	margin: 0px 0px 0px 40px;
}
.header_nav a:visited {
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px 0px 0px 40px;
}
.header_nav a:hover {
	text-decoration: none;
	color:#FFCC00;
}
.header_nav a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.header_bottom_nav {
	font: 10px/10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 20px;
	text-align: right;
	margin: 0px 0px 0px 30px;
}
.header_bottom_nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 0px 30px;
}
.header_bottom_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 0px 40px;
}
.header_bottom_nav a:hover {
	text-decoration: none;
	color:#FFCC00;
}
.header_bottom_nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#home_banner {
margin: 0px 0px 0px 0px;
height: 210px;
width: 100%;
background-image: url(graphics/home_banner_bkgd.gif);
background-position:left;
background-repeat:repeat-x;
}
#home_banner_left {
width:330px;
float:left;
}
#home_banner_right {
margin: 0px 0px 0px 330px;
}
#home_middle_spacer {
margin: 0px 0px 0px 0px;
height: 20px;
width:100%;
background-image: url(graphics/middle_stripes_bkgd.gif);
background-position:left;
background-repeat:repeat-x;
clear:both;
}
#footer {
position: relative;
height: 40px;
background-image:url(graphics/footer_stripes_bkgd.gif);
background-position:left;
background-repeat:repeat-x;
clear:both;
}

#footer_copyright {
	font: 9px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: left;
	margin: 10px 20px 10px 20px;
	float:left;
}

#footer_pixelcom {
	font: 9px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: right;
	margin: 10px 20px 10px 20px;
	float:right;
}

.footer_pixelcom {
	font: 9px/12px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #CCCCCC;
	text-align: right;
	margin: 0px 0px 0px 0px;
}

.footer_pixelcom a:link {
	color: #99FF00;
	text-decoration: none;
}
.footer_pixelcom a:visited {
	color: #99FF00;;
	text-decoration: none;
}
.footer_pixelcom a:hover {
	text-decoration: underline;
	color: #99FF00;
}
.header_nav a:active {
	color: #99FF00;
	text-decoration: none;
}

#services_boxes {
	margin: 0px 0px 0px 0px;
	height: 280px;
	width: 100%;
	background-color:#666666;
}

#services_banner {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 128px;
	width: 70%;
	background-color:#000;
}

#services_boxes_left {
width: 35%;
height: 280px;
margin: 0px 0px 0px 0px;
background-image: url(graphics/middle_column_spacer.jpg);
background-position: right;
background-repeat: no-repeat;
float:left;
}
#services_boxes_right {
width: 35%;
height: 280px;
margin: 0px 0px 0px 0px;
background-image: url(graphics/middle_column_spacer.jpg);
background-position: right;
background-repeat: no-repeat;
float:left;
}
#news_box {
	width: 30%;
	height: 408px;
	margin: 0px 0px 0px 0px;
	background-color:#333333;
	float:right;
	overflow: auto;
}

#content_boxes {
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color:#666666;
}
#content_boxes_left {
width: 30%;
margin: 0px 0px 0px 0px;
float:left;
}
#content_boxes_right {
width: 70%;
margin: 0px 0px 0px 0px;
float:right;
}


