@import url("nav_link_0.css");
@import url("nav_link_1.css");
@import url("nav_link_2.css");

body
{
	background-color: #ECEFEE;
	color: #5C605F;
	font: 8pt tahoma, verdana, arial, helvetica;
	margin: 20px;
	padding: 0px;
}

a:link
{
	color: #0E20CC;
	text-decoration: underline;
}
a:visited
{
	color: #0E20CC;
	text-decoration: underline;
}
a:hover, a:active
{
	color: #5C605F;
	text-decoration: underline;
}

td, p { font: 8pt tahoma, verdana, arial, helvetica; }

h1 { font: bold 14pt tahoma, verdana, arial, helvetica; }
h2 { font: bold 12pt tahoma, verdana, arial, helvetica; }
h3 { font: bold 10pt tahoma, verdana, arial, helvetica; }
h4 { font: bold 9pt tahoma, verdana, arial, helvetica; }

.inlineimg { vertical-align: middle; }

.wrapper
{
	width: 647px;
	text-align: left;
}

.logo { background: #FFFFFF url(./images/logo_bg.gif) repeat-x top left; }
.logo_left { background-image: url(./images/logo_left.gif); background-repeat: no-repeat; background-position: top left; }
.logo_right
{
	background-image: url(./images/logo_right.gif); background-repeat: no-repeat; background-position: top right;
	text-align: center;
	padding: 14px;
}

.header { background: #0189EA url(./images/header_bg.gif) repeat-x top left; }
.header_left { background-image: url(./images/header_left.gif); background-repeat: no-repeat; background-position: top left; }
.header_right
{
	background-image: url(./images/header_img.gif); background-repeat: no-repeat; background-position: top right;
	padding-left: 30px;
	height: 141px;
}

.title
{
	color: #0E20CC;
	background: #FFEA00 url(./images/title_img.gif) no-repeat top right;
	border: 1px solid #FF3600;
	border-top-width: 4px; border-bottom-width: 4px;
	padding: 8px;
	margin: 1px 0px 0px 0px;
}

.nav
{
	background: #0E20CC url(./images/nav_bg.gif) repeat-x top left;
	height: 43px;
}

.sb
{
	background-image: url(./images/sb_bg.gif);
	background-repeat: no-repeat; background-position: top left;
	float: left;
	width: 190px; height: 43px;
}

.sb2
{
	padding: 14px 10px 0px 10px;
	text-align: center;
	font-size: 1px;
}

.navbar
{
	padding: 10px;
}

.ulnav
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.linav
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.content
{
	background: #DDE3E1 url(./images/content_bg.gif) repeat-x top left;
	padding: 8px 12px 8px 12px;
}

.bc
{
	font-weight: bold;
	background-image: url(./images/bc_sep.gif); background-repeat: repeat-x; background-position: bottom left;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

.icons
{
	background: #DDE3E1 url(./images/icons.gif) no-repeat top left;
	height: 68px;
	clear: both;
}
