/* CSS Document */
BODY {
	margin: 0px;
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000066;
	background-image: url(/images/structure/bg.gif);
	background-repeat: repeat-y;
	background-color:#012c4e;
}

td,th, p, div {
	line-heigth: 14px;
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000066;
}
a, a:visited {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color: #ff0000;
	font-style:normal;
}
a:hover {
	text-decoration: underline;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 16px;
	line-height: 18px;
	color: #000066;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000066;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000066;
	font-weight: normal;
	font-style: italic;
}
.left {
	width: 156px;
}
#menu {
	position: absolute;
	top: 240px;
	left: 50px;
	text-align: center;

}
#menu a {
	font-size: 12px;
	text-decoration: none;
	line-height: 22px;
	color: #00447c;
}
#menu a:hover {
	color: #ff0000;
}
.bg_menu {
	background-image: url(/images/structure/bg_menu_repeat.jpg);
	background-repeat:repeat-y;
	min-height:100%;
	height: auto !important;
	height: 100%;
}
.menu {
	background-image: url(/images/structure/bg_menu.jpg);
	background-repeat:no-repeat;

}
.logo {
	text-align: center;
	width: 90%;
	background-image: url(/images/structure/bg_top.jpg);
	background-repeat: repeat-x;
}
.slide {
	background-image: url(/images/structure/bg_slide.jpg);
	background-repeat: repeat-x;
}
.payoff {
	background-image: url(/images/structure/bg_payoff.jpg);
	background-repeat:repeat-x;
	width: 90%;
	text-align: center;
}

.main {
	background-image: url(/images/structure/bg_mid.jpg);
	background-repeat: repeat-x;
	background-color: #D8E4ED;
}
#content {
	padding: 10px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
.bottom {
	background-image: url(/images/structure/bg_bot.jpg);
	background-repeat:repeat-x;
	text-align: center;
	width: 90%;
}
.over {
	width: 17px;
	background-color: #012C4E;
}
.over_midden {
	width: 17px;
	background-color: #012C4E;
	height: 275px;
}
#marquee {
	position: absolute;	
	left: 175px;
	top: 105px;
	width: 575px;
	vertical-align: left;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
