/* General Settings */

body {
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: black url(images/blue_bg.gif) repeat;
	margin: 0; 
	padding:0;
	width: 100%;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#blackban 
{
	position: absolute;
	top: 0;
	width: 100%;
	height: 29px;
	background: url(images/black_top.gif) repeat-x;
	z-index: 1;
}

#container {
	width: 100%;
	position:relative;
	z-index: 10;
}

#contents 
{
	width: 790px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#left {
	float: left;
	width: 418px;
	margin-left: 32px;
	_margin-left: 20px;
	padding: 0 20px 0 0;
	text-align: left;
}

#right {
	float: right;
	width: 260px;
	padding-left: 5px;
	text-align: left;
}

.clear {
	clear: both;
}

.sep {
	border-bottom: 2px dotted #275982;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

h2 
{
	font-size: 16px;
}

.linbox a{
	display: block;
	margin: 10px 0;
}

#rtop {
	position: relative; 
	top: -62px; 
	left: -27px;
	_top: -64px; 
	_left: -20px;
	z-index: 15;
}

html>body #rtop {*top: -64px;}

#rbot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	top: 0;
	left: -10px;
}

#menu 
{
	position: absolute;
	top: 154px;
	left: 173px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#menu a
{
	color: white;
}

li {
	list-style-image: url(images/white-arrow.gif);
	padding: 0px 2px 10px 0;
}

/* Menu settings */

#popitmenu{
position: absolute;
background-color: #8ea0a5;
border:1px solid black;
font: bold 10px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: white;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #494949;
}


/* Blue Settings */

#blueban
{
	position: absolute;
	top: 155px;
	width: 100%;
	height: 203px;
	background: url(images/blue_bannerbg.jpg) repeat-x;
	z-index: 1;
}

#left.blue {
	border-right: 2px dotted #275982;
}	

h2.blue {
	color: #275982;
}

a.blue {
	color: #0aa2d5;
}

span.blue {
	color: #275982;
}

div.bluebox {
	border: 1px solid #275982;
	width: 406px;
	background: url(images/bluebox_bg.jpg) repeat-y;
	color: white;
	padding: 7px 0 0 0;
	_padding-top: 20px;
}



/* purple settings */

#purpleban
{
	position: absolute;
	top: 155px;
	width: 100%;
	height: 203px;
	background: url(images/purple_bannerbg.jpg) repeat-x;
	z-index: 1;
}

#left.purple {
	border-right: 2px dotted #275982;
}	

h2.purple {
	color: #671d7d;
}

a.purple {
	color: #275982;
}

span.purple {
	color: #275982;
}

#rtop.purple {
	position: relative; 
	top: -52px; 
	left: -27px;
	_top: -55px; 
	_left: -20px;
	z-index: 15;
}

html>body #rtop.purple {*top: -54px;}

/* green settings */

#greenban
{
	position: absolute;
	top: 155px;
	width: 100%;
	height: 203px;
	background: url(images/green_bannerbg.jpg) repeat-x;
	z-index: 1;
}

#left.green {
	border-right: 2px dotted #275982;
}	

h2.green {
	color: #73a512;
}

a.green {
	color: #73a512;
}

span.green {
	color: #73a512;
}

#rtop.green {
	position: relative; 
	top: -55px; 
	left: -27px;
	_top: -61px; 
	_left: -20px;
	z-index: 15;
}

html>body #rtop.green {*top: -57px;}

.emphasisgreen {
	font-size: 13px;
	font-weight: bold;
	color: #73a512;
}

/* red settings */

#redban
{
	position: absolute;
	top: 155px;
	width: 100%;
	height: 203px;
	background: url(images/red_bannerbg.jpg) repeat-x;
	z-index: 1;
}

#left.red {
	border-right: 2px dotted #e03230;
}	

h2.red {
	color: #e03230;
}

a.red {
	color: #e03230;
}

span.red {
	color: #e03230;
}

#rtop.red {
	position: relative; 
	top: -57px; 
	left: -29px;
	_top: -61px; 
	_left: -22px;
	z-index: 15;
}

html>body #rtop.red {*top: -59px;}

/* yellow settings */

#yellowban
{
	position: absolute;
	top: 155px;
	width: 100%;
	height: 203px;
	background: url(images/yellow_bannerbg.jpg) repeat-x;
	z-index: 1;
}

#left.yellow {
	border-right: 2px dotted #fc9800;
}	

h2.yellow {
	color: #fc9800;
}

a.yellow {
	color: #fc9800;
}

span.yellow {
	color: #fc9800;
}

#rtop.yellow {
	position: relative; 
	top: -57px; 
	left: -29px;
	_top: -61px; 
	_left: -22px;
	z-index: 15;
}

html>body #rtop.yellow {*top: -59px;}

.emphasisyellow {
	font-size: 13px;
	font-weight: bold;
	color: #fc9800;
}
