
html{
	top:0;
	height: 100%;
	text-align:left;
	margin:0 auto;
	padding:0;
	overflow:scroll;
	background-color: ;
}

body {
	top:0;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align:center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
	background-color: ;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top center;
}

td {
	text-align:left; 
}

.bodybrdr { 
border-width: 1px; 
border-style: solid;
border-color: #333333; 
 }
 
 .bdytxt {
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}

a:link{ color: #666666; }

a:visited{ color: #333333; }

a:hover, a:focus{ color: #000000;	text-decoration:none; }

.pageheader {
	font-weight: bold;
	font-size:18px;
}


.topicheader {
	font-weight: bold;
	font-size:14px;
}

#container {
	display:block;
	position: absolute;
	padding:0;
	width:100%;
	height:210px;
	background:#fff;
	top:50%;
	margin:-100px 0 0 0;
	border:solid #E69623;
	border-width:3px 0 3px 0;
	
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}

#logo{
	display:block;
	position: absolute;
	width:186px;
	height:32px;
	background: url(../img/logo.gif) no-repeat 0 0;
	left:50%;
	margin:0 0 0 -280px;
	top:15px;
	overflow:hidden;
	text-indent:999em;
	line-height:999em;
}

#content{
	position:relative;
	display:block;
	width: 660px;
	left:50%;
	margin:0 0 0 -400px;
	padding:15px 0;
	top:125px;
	z-index:1;
}

#footer {
	position: absolute;
	bottom: 0;
	margin:0;
	width:100%;
	text-align:center;
	left:0;
}