/* general stuff */
*{margin: 0px; padding:0px;}

body{ 
color: #fff;
font-family: verdana, helvetica, sans-serif;
font-size:11pt; 
height: 100%;

background-color: #050;
}

a, a:visited {
text-decoration:  none;
border: none;
outline: none;
color: #999;
 }
 
a:hover {
text-decoration:  underline; 
outline: none;
color: #fff;
 }
 
img{
border-width: 0px;
}

iframe.wrapper {
	z-index: 0;
}


 
/* Layout ID's*/

#accessibility {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}

#header{ 
background-image:url(../images/hdr.png);
height: 150px;
background-color:#050;
}

#search {
	float: right;
	text-align: right;
	margin: 10px;
}

#logo{
	margin-top: 25px;
	margin-left: 80px;
	clear: left;
	float: left;
}

#banner {
	float: right;
	margin: 10px;
}

#pathway{
text-indent: 7px;
width: 100%;
border-bottom: 1px solid #333;  
background-image: url(../images/s_round.png); 
height: 25px;
line-height: 25px;
}

#pathway a:link, a:visited{
	color: #333;
}

#pathway a:hover{
	color: #fff;
}

#right{ 
float:right;
width:200px;
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
background-image: url(../images/hdr.png);
}

#left{
clear: left;
float:left;
width:200px;
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
}

#center { 
margin-right:200px;
margin-left: 200px;
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
background-image: url(../images/bill.png);
background-position: bottom right;
background-repeat: no-repeat;
}

div#user-wrap {
	clear: left;
	width: 100%;
	min-height: 0px;
	height: auto !important;
	height: 200px;
}

div#user1, div#user2{
	position: relative;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#footer {
font-size: 6pt;
clear:both;
height:100px;
}

h3{
/*	background-color: #99b;*/
	color: #fff;
}






