body{
	margin:0;
	background-color:#455058;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #7f7f7f;
}
a:link{
  text-decoration:none;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  color: #7f7f7f;
}
a:visited{
  text-decoration:none;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  color: #7f7f7f; 
}
a:hover{
  color:lightblue;
  text-decoration:none;
  
}
.footer a:link{
  text-decoration:none;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  color: #cccccc;
}
.footer a:visited{
  text-decoration:none;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  color: #cccccc;
}
.footer a:hover{
  text-decoration:none;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  color: lightblue;
}
.maintable{
	margin:0 auto 0 auto;
}
.content {
	background-image: url(images/content_tile.gif);
	background-repeat: repeat-y;
	height:50px
}
.footer{
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	width:774px;
	height:43px;
}
.leftcolumn{
	display:inline;
	float:left;
	width:230px;
}
.leftcolumn p{
	font-size:14px;
	margin:0;
	padding:0;
}
.rightcolumn{
	margin-left:235px;
	width:480px;
}
.display{
	width:452px;
	margin:0 0 0 22px;
	padding:0;

}
/*
.dtop{
	width:452px;
	height:15px;
	background-image:url(images/display_top.gif);

}
.dtile{
	width:452px;
	background-image:url(images/display_tile.gif);
	background-repeat:repeat-y;
}
*/
.dtile img{
	padding:0;
	margin:5px 0 0 27px;
}
/*
.dbottom{
	width:452px;
	height:17px;
	background-image:url(images/display_footer.gif);
	background-repeat:no-repeat;
}
*/
h5{
	padding:0;
	margin:8px 0 0 30px;
	color: #7f7f7f;
	font-size:11px;
	font-weight:normal;
	
}