@import url("nav_link_0.css");
@import url("nav_link_1.css");
@import url("nav_link_2.css");

body
{
	background: #FFFFFF url(./images/content_bg.gif) repeat-x bottom left;
	color: #4D5150;
	font: 8pt tahoma, verdana, arial, helvetica;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html { height: 100%; }

a:link
{
	color: #7D8D8A;
	text-decoration: underline;
}
a:visited
{
	color: #7D8D8A;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #4D5150;
	text-decoration: underline;
}

td, p { font: 8pt tahoma, verdana, arial, helvetica; }

.inlineimg { vertical-align: middle; }

.wrapper { width: 100%; text-align: left; }

.header
{
	color: #FFFFFF;
	background: #004135 url(./images/header.gif) no-repeat top left;
	height: 88px;
	border-right: 4px solid #00332A;
}
.header a, .header a:visited, .header a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.header a:hover, .header a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}

.navbar_button
{
	float: right;
	position: relative;
	left: 7px;
}

.logo
{
	font: 14pt tahoma, verdana, arial, helvetica;
	padding: 20px 40px 0px 20px;
	text-align: right;
}

.snav
{
	color: #2B8472;
	font: 7pt tahoma, verdana, arial, helvetica;
	margin: 0px 0px 5px 30px;
	position: absolute;
	top: 74px;
}
.snav a, .snav a:visited, .snav a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.snav a:hover, .snav a:active
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.left { background-image: url(./images/navbar_shade_bg.gif); background-repeat: repeat-y; background-position: top right; border-bottom: 2px solid #FFFFFF; }
.content { padding: 11px 15px 11px 11px; }

.bc
{
	background-image: url(./images/bc_spacer.gif); background-repeat: repeat-x; background-position: bottom left;
	padding-bottom: 8px;
	margin-bottom: 6px;
}

.navbar
{
	background: #8B000D url(./images/navbar_bg.gif) repeat-y top left;
	padding: 6px;
	border-left: 1px solid #FFFFFF;
}

.ulnav
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.linav
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.navbar_collapsed
{
	background: #8B000D url(./images/navbar_bg2.gif) repeat-y top left;
	padding: 6px;
	border-left: 1px solid #FFFFFF;
}

.sb { margin-top: 5px; }