html, body{
        padding: 0px;
        margin: 0px;
		background-color: #d4e7f8;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 10px;
		color: #333399;
		font-weight: normal;
}

*{border:0px;}

img, div, a, input { behavior: url(js/iepngfix.htc) }

#fbFirstPage{
margin-left:10px;
float:left;

}
#fbFirstPage:hover{
margin-left:10px;
float:left;

}

#fbBackButton{
margin-left:10px;
float:left;
 
}
#fbBackButton:hover{
margin-left:10px;
float:left;
 
}
#fbForwardButton{
margin-left:10px;
float:left;
 
}
#fbForwardButton:hover{
margin-left:10px;
float:left;
 
}

#fbLastPage{
margin-left:10px;
float:left;
 
}
#fbLastPage:hover{
margin-left:10px;
float:left;
 
}
#fbFooter {
width:100%;
	height: 70px;
	background-color: #d4e7f8;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
	
}

#right {
  float: right;
}

.fbPaginationMinor {
	color: #333399;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
}

.copyright {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

#fbContents {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	
}
#fbContentsMenu{

font-weight:bold;
border:0;
position: relative;
top: -21px ;
left:-30px ;
width: 190px; 
padding: 0 24px 0 8px;
color: #fff;
background: url(../img/select2.png) no-repeat;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0);
z-index: 5;
background-color:#4993eb;
border:0px;

}

#sub{

font-weight:bolder;
border:0;
position: relative;
top: ;
left: ;
width: 190px; 
height: 21px;
font-size: 12px;
color: #fff;
background: url(../img/select3.png) no-repeat;
z-index: 1;

}





#fbMenu {
	float: right;
	margin-top: 0px;
	margin-right: 10px;
}

#altmsg { 
	position: absolute;
	background-color:#d4e7f8
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align: center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}


