body {
	margin: auto;
	padding: 0;
	text-align: center;				
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #555;
}

#logo_box {
	background-color: #2F64AB; 
	border-bottom: 2px solid #CB0D07;
}

#logo {
	width: 765px; 
	text-align: left; 
	margin: 0 auto; 
	padding: 0; 
	width: 765px; 
	height: 157px;
}

#logo_text {
	background: url('../_images/practicesearch.gif') top center no-repeat; 
	width: 765px; 
	height: 157px; 
	position: absolute;
}

#container {
	padding: 0;
	margin: 0 auto;
	width: 765px;
	text-align: left;
}

h1 {
	margin: 0;
	font-size: 32px;
}

h2 {
	color: #2F64AB;
	margin: 0;
	clear: both;
}

dt {
	color: #CB0D07;
}

dd {
	margin: 0;
	padding: 2px 0;
}

.tb_england td {
	width: 255px;
}

#england {
	clear: left;
}

#scotland, #wales, #northernireland {
	float: left;
	width: 255px;
}

#footer {
	clear: left;
	text-align: center;
	padding: 5px 0 0 0;
}

a {
	text-decoration: none;
	border-bottom: 1px solid #2F64AB;
	color: #2F64AB;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #CB0D07;
}

a:link.stats, a:visited.stats {
	text-decoration: none;
	border: 1px solid #CB0D07;
	font-size: 7pt;
	padding: 1px;
	font-family: Arial;
}

p {
	line-height: 140%;
}

.white {
	color: #FFF;
}

.red {
	color: #CB0D07;
}

.tb_listings {
	margin-top: 10px;
	margin-bottom: 20px;
}

.tb_listings th {
	border-bottom: 1px solid #333;
}

.tb_listings td {
	padding: 4px 0 3px 0;
	border-bottom: 1px solid #DDD;
}

.tb_form td {
	padding: 4px 5px 2px 0;
}

input, select {
	border: 1px solid #2F64AB;
	padding: 2px;
	color: #2F64AB;
}

.form_field {
	text-align: right;
	color: #000;
}

#message {
	border: 1px solid #CB0D07;
	color: #CB0D07;
	margin: 20px 0 10px 0;
	padding: 5px 0 3px 5px;
}