body{
	background:#FFFFFF;
	color:#000000;
	margin-top: 0;
}
 
.button{
	background: #CCC;
	border: 1px SOLID #000;
	line-height:2.5em;
	margin: 2px;
	padding: 5px;
	width: 120px;
}

.button:link{
	color: #000;
	text-decoration: none;
}
.button:visited{
	color: #000;
	text-decoration: none;
}
.button:hover{
	color: #000;
	text-decoration: underline;
}
.button:active{
	color: #000;
	text-decoration: none;
}

#divFooter{
	background:url(http://www.agcasscotland.org.uk/sorted/images/lower.gif);
}

#divFooterText{
	color: #FFF;
	text-align: right;
}

#logoTop img, #logoBottom img{
	float:left;
}

.container{
	border: 2px SOLID #000;
}

blockquote{color:#00349A;font-weight: bold;}
