@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

p, td, tr, th, a, div, li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p
{
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

a
{
	color: #003366;
}

.alt-row
{
	background-color: #E0E0E0;
}

.login-input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.login-button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input, form
{
	margin: 0px;
	padding: 0px;
}

/* Navigation Bar Elements */
.nav-container
{
	display: inline; 
	margin: 0px 0px 0px 10px; 
	padding: 0px;
}

.nav-text
{
	display: inline; 
	margin: 0px; 
	padding: 0px;
}

.nav-divider
{
	display: inline; 
	margin: 0px; 
	padding: 0px;
}

/* Navigation Bar */
a.bnr-link:link 
{
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a.bnr-link:visited 
{
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a.bnr-link:visited:hover 
{
	color: #003366;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}

a.bnr-link:hover 
{
	color: #003366;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}

a.bnr-link:active 
{
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a.bnr-link:active:hover 
{
	color: #003366;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}

.content
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 225px;
}

.content-top
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 225px;
}

.content-cnr-tl
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 8px;
}

.content-top-bg
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 209px;
	background-image: url(../img/bs_cnt_top_bg.jpg);
	background-repeat: repeat-x;
}

.content-top-text
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 7px 0px 7px 0px;
	text-transform: uppercase;
}

.content-cnr-tr
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 8px;
}

.content-body
{
	margin: 0px;
	padding: 0px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C8C8C8;
	border-left-color: #C8C8C8;
	width: 223px;
}

.content-body-text
{
	margin: 0px;
	padding: 2px 8px 0px 8px;
	float: left;
	width: 207px;
	font-size: 11px;
}

.content-btm
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 9px;
	width: 225px;
}

.content-cnr-bl
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 9px;
	width: 8px;
}

.content-btm-bg
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 9px;
	width: 209px;
	background-image: url(../img/bs_cnt_btm_bg.jpg);
	background-repeat: repeat-x;
}

.content-cnr-br
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 9px;
	width: 8px;
}

.content-spacer
{
	margin: 0px;
	padding: 5px;
	float: left;
	height: 1px;
	width: 10px;
}

.content-menu
{
	margin: 0px 0px 0px 8px;
	padding: 5px;
}

p.page-header
{
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}

.page-label
{
	font-weight: bold;
	color: #003366;
}

.form-label
{
	font-weight: bold;
	color: #003366;
}

.error-text
{
	font-weight: bold;
	color: #FF0000;
	font-size: 10px;
}

.category-label
{
	font-weight: bold;
	color: #003366;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 003366;
	border-bottom-color: 003366;
}

.img-border
{
	border: 1px solid #C8C8C8;
	padding: 3px;
}

#body-container
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: auto;
}

#hdr-container
{
	background-image: url(../img/bs_bnr_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 145px;
	width: 100%;
	background-position: bottom;
}

#hdr-img-container
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 145px;
}

#hdr-logo-container
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 145px;
}

#hdr-img-r1
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 145px;
	width: 165px;
}

#hdr-bnr-container
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 145px;
	width: 485px;
}

#hdr-bnr-r1
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 32px;
	clear: none;
}

#hdr-bnr-r2
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 113px;
	width: 485px;
	clear: none;
}

#nav-container
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 27px;
	width: 100%;
}

#nav-div-container
{
	background-image: url(../img/bs_nav_div_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 3px;
	width: 100%;
}

#bdy-container
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	display: table;
}

#ftr-div-container
{
	background-image: url(../img/bs_div_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 7px;
	width: 100%;
	clear: both;
}

#ftr-container
{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 61px;
	width: 100%;
}

#ftr-text
{
	padding: 6px 0px 0px 10px;
	margin: 0px;
	float: left;
	font-size: 10px;
	font-weight: bold;
}

#ftr-text a
{
	font-size: 10px;
}
