html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

body
{
	background-image: url(../images/bknd.gif);
	background-repeat: repeat-x;
	background-color: #EFF0EF;
	margin: 0;
	padding: 0;
}

h2
{
	color: #25426B;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
}

h4
{
	color: #25426B;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 4px;
}

/* LINKS */
a:link, a:active, a:visited
{
	color: #993366;
	text-decoration: underline;
}

a:hover
{
	
}

a.news_box:link, a.news_box:active, a.news_box:visited
{
	background-image: url(../images/bknd_news_box.gif);
	background-repeat: no-repeat;
	display: block;
	width: 220px;
	height: 84px;
	padding: 8px;
	margin-bottom: 6px;
	font-size: 11px;
}

a.news_box:hover
{
	background-image: url(../images/bknd_news_box_on.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}


/* Classes */
.content
{
	padding: 24px;
}

.content_left
{
	float: left;
	width: 720px;
	margin-right: 4px;
	position: relative;
}

.content_right
{
	float: right;
	width: 200px;
	margin-right: 6px;
}

.copyright
{
	color: #808080;
	font-size: 10px;
}

.date
{
	font-size: 12px;
	color: Gray;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #DDDFE1;
	display: block;
	font-style: italic;
}

.feature_home
{
	border: 1px solid Gray;
	margin-bottom: 6px;
}

.feature_content
{
	color: Gray;
	font-size: 11px;
	line-height: 15px;
}

.header_links
{
	float: right;
	font-size: 11px;
	position: relative;
	color: #808080;
	padding-top: 44px;
}

.product_box_left
{
	float: left;
	display: block;
	width: 352px;
	border-left: 1px solid #DDDFE1;
	border-right: 1px solid #DDDFE1;
	border-bottom: 1px solid #DDDFE1;
	padding: 4px;
	margin-bottom: 10px;
	color: #333333;
}

.product_box_right
{
	float: right;
	display: block;
	width: 352px;
	border-left: 1px solid #DDDFE1;
	border-right: 1px solid #DDDFE1;
	border-bottom: 1px solid #DDDFE1;
	padding: 4px;
	margin-bottom: 10px;
	color: #333333;
}

.subnav
{
	display: block;
	padding: 3px;
	background: #ECEFF2;
	color: #25426B;
	font-size: 11px;
	margin-left: 16px;
	margin-right: 6px;
	border-top: 2px solid #ffffff;
	font-style: italic;
	width: 962px;
}

/* Positional DIV */
div#content_container
{
	position: relative;
	width: 1005px;
	background-image: url(../images/bknd_content.png);
	background-repeat: repeat-y;
	text-align: left;
	left: 50%;
	margin-left: -503px;
	margin-bottom: 0;
	overflow: hidden;
}

div#content_bottom
{
	width: 1005px;
	text-align: left;
	position: relative;
	left: 50%;
	margin-left: -503px;
}

div#footer_container
{
	width: 950px;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -475px;
	font-size: 11px;
	color: #333333;
	padding-top: 10px;
	clear: both;
}

div#header_container
{
	width: 1005px;
	text-align: left;
	position: relative;
	left: 50%;
	margin-left: -503px;
	padding-top: 20px;
	padding-left: 10px;
}

div#wrapper
{
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
}

div#nav_container
{
	background: #ffffff;
	position: relative;
	display: block;
}

div#nav_main
{
	background-image: url(../images/bknd_nav.jpg);
	background-repeat: no-repeat;
	width: 1105px;
	height: 55px;
	text-align: left;
	left: 50%;
	margin-left: -503px;
	position: relative;
}
