body{
	background-image: url("images/blue.gif");
	background-repeat:repeat-x;
	background-color:#ffffff;
}
#title{
	display:none;
	top:0px;
	left:15px;
}
table{
	display:none;
	font-family: verdana, trebuchet ms, arial;
	font-size: 12;
}
#banner{
	display:none;
	top:0;
	left:435px;
}
.title{
	font-weight:bold;
	font-family: trebuchet ms, verdana, arial;
	font-size:16;
}

.links{
	display:none;
	position:absolute;
	top:50px;	
}		
#side{ 
	display:none;
	font-weight:bold;
	font-family: trebuchet ms, verdana; 
	font-size: 16; 
	color: #ffffff;
	background-color:#0D528D;
	height:100%;
	text-valign:center;
	padding:8px
}
#container{
	background-color:fff;
	width:100%;
	top: 0px;
	left:0px;
	padding: 15px;
	float:none !important;
}

#side A:link{
	color:#fcdf3c;
	text-decoration:underline
}
#side A:visited{
	color:#fcdf3c;
	text-decoration:underline
}
#side A:active{
	color:#fcdf3c;
	text-decoration:underline
}
#side A:hover{
	color:#fcdf3c;
	text-decoration:none
}
