@charset "utf-8";
/* CSS Document */
/*
* {
	padding: 0px;
	margin: 0px;
}
*/
body{
margin:0;
padding:0;
background:#D4D0C8 url(../images/background.gif) repeat-y top center;
color:#000000;
font:1em/1.4em Arial,Helvetica,sans-serif,Tahoma,Verdana,Geneva;
overflow:auto;
overflow-x:auto;
overflow-y:auto
}

h1, h2 {
	color:#CC0000;
font-size:1.1em;
font-weight:bold;
margin:0.5em 0 0.2em;
}

p a {
	color: #FF9900;
}

p a:hover {
	color: #CC9900;
}

abbr, acronym {
	border-bottom: 1px #000000 dotted;
}

#mainContainer {
height:auto;
left:50%;
margin:0 0 0 -350px;
padding:0;
position:absolute;
top:10px;
width:700px;
z-index:1;
}

#tabImage {
	position: absolute;
	top: 200px;
	left: 0px;
}

#header {
	display: table;
	width: 700px;
	margin-bottom: 10px;
}

.hidden {
	display: none;
}

#logo {
	width: 355px;
	height: 80px;
	float:left;
	display: table;
	text-align: left;
}

#providerlogo {
	width: 80px;
	height: 80px;
	float:right;
	display: table;
	text-align: right;
}

#content {
	/* background: #FF3366; */
	display: table;
	width: 700px;
}

.onecolText {
	clear: both;
	font-size: smaller;
	font-weight: bold;
	line-height: 20px;
}

.onecolText {
	padding-top: 10px;
	width: 100%;
}

#footer {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	margin-left: -50px;
	width: 800px;
	font-size: x-small;
	background: #35478B;
}

#footerline {
border-top:1px solid #FFFFFF;
width:730px;
margin-left:35px;
}

#footer .left {
color:#FFFFFF;
float:left;
font-size:1.0em;
line-height:1.1em;
margin:0.3em 0;
text-align:left;
padding-left: 35px;
}

#footer .right {
color:#FFFFFF;
float:right;
font-size:1.1em;
font-weight:bold;
line-height:1.1em;
margin:0.3em 0;
text-align:right;
padding-right: 35px;
}

#footer .fsa {
clear:both;
color:#FFFFFF;
float:left;
font-size:1.0em;
line-height:1.1em;
margin:0.3em 0;
text-align:justify;
width:730px;
padding-left:35px;
}

#footer div.left a, #footer div.left a:visited,
 div.fsa a, div.fsa a:visited {
color:White;
}

hr.thin {
margin-left: 5px;
margin-right: 5px;
border: 1px #35478B solid;
width: 690px;
}