/* @override 
	http://racecourse.gtdabtesting.com/design/css/screen.css
	http://britishgp.gtdabtesting.com/design/css/screen.css
*/

body {
  margin: 0;
  padding:0;
  background:#EEEEEE;
  font-size:0.7em;
  font-family:Verdana, Arial, Sans-serif;
}

#main
{
 width:801px;
 margin:50px auto 0 auto;
 background:white url('/design/images/mainbg.gif') repeat-y;
 overflow:hidden;
 zoom:1;
}

#left
{
 float:left;
 width:377px;
 overflow:hidden;
  zoom:1;
  color:  #333;
}

#head1
{
 width:377px;
 height:191px;
 background:url('/design/images/head1bg.jpg') no-repeat;
}




#leftnav
{
 float:right;
 width:376px;
 background-color:#9e9c9c;
 overflow:hidden;
 zoom:1;
}

#leftnav a
{
 display:block;
 float:left;
 margin:0 5px 0 14px;
 line-height:25px;
 font-size:11px;
 color:#f5f5f5;
 text-decoration:none;
}

#leftnav a:hover , #leftnav a.selected
{
 color:#dcd9d9;
}

#content
{
 margin:40px 15px 10px 15px;
 color:  #333;
 line-height: 1.5em;
}

#content p {
margin-top: 0px;
margin-bottom:  14px;
}

#content ul {
	margin-left: 0px;
	padding-left:  20px;
}

#content h1 {
	font-size:  1.4em;
	line-height: 1.2em;
	color: #253f8a;
	margin-top: 0px;
	margin-bottom: 14px;
}

#content h1.title {
	font-size:  1.4em;
	color: #253f8a;
	margin-top: 0px;
	margin-bottom: 10px;
}

#content h2 {
	font-size:  1.2em;
	color: #253f8a;
	margin-top: 0px;
	margin-bottom: 14px;
}

#content h3 {
	font-size:  1.2em;
	color: #253f8a;
	margin-top: 0px;
	margin-bottom: 5px;
}


#content a {
	color: #253f8a;
}

#right
{
 width:424px;
 float:left;
 overflow:hidden;
 background:url('/design/images/rightbg.gif') repeat-y;
}

#rightcontent
{
 float:left;
 width:407px;
 background:url('/design/images/rightcontentbg.jpg') repeat-y;
 padding-bottom: 5px;
 border-bottom: 1px solid #CCC;
}

#rightmenu
{
 margin:0px 5px 0px 5px;
}

#rightcaption
{
 background:#9e9c9c;
 line-height:25px;
 font-size:11px;
 text-transform: uppercase;
 color:#f5f5f5;
 border-top: 4px solid #FFF;
 border-bottom: 4px solid #FFF;
}

#rightcaption p
{
 margin:0 0 0 15px;
}

#rightnav
{
 height:154px;
 width:397px;
 display:table-cell;
 vertical-align:middle;
 overflow:hidden;
 zoom:1;
 background:url('/design/images/rightnavbg.jpg');
 margin-top:4px;
}

#navtable
{
 width:100%;
 height:100%;
 border:0;
 border-collapse:collapse;
}

#navtable td
{
 vertical-align:middle;
 padding:0;
}

#rightnav a
{
 color:#990033;
 text-decoration:none;
 font-size:11px;
 display:block;
 line-height:25px;
 padding-left:30px;
 background:url('/design/images/rightbullet.gif') no-repeat;
}




#footer
{
 clear:both;
 line-height:25px;
 text-align:center;
 margin-bottom: 10px;
}

#footer a
{
 color:#bfbbbb;
 margin-right:18px;
 font-size: 0.9em;
}

#footer a.selected
{
 color:#bfbbbb;

 font-size: 0.9em;
}

#copyright
{
 width:801px;
 margin:0px auto 0px auto;
 text-align:right;
 color:#9e9c9c;
 background-color: #EEE;
 clear: both;
 border-top: 1px solid #CCC;
 padding-top:  4px;
 padding-bottom: 20px;
}

.newsrow
{
 width:100%;
 overflow:hidden;
}

.title1
{
 font-weight:bold;
 font-size:13px;
 margin-top:0px;
 color: #263691;
}

.title2_r
{
 clear:both;
 font-style:italic;
 margin-right:10px;
 font-size:  0.9em;
 color: #555;
}

.newssm {
  float:left;
  width:340px;
  margin-top: 10px;
  margin-bottom: 10px;
}

object {

}

#contact {
	background-color: #EEE;
	padding: 15px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

.contact_form dt {
	padding: 0px;
	margin:  0px;

}

.contact_form dd {
	padding: 0px 0px 10px 0px;
	margin:  0px;

}

.contact_form input{
	width: 300px;
}

.submit input {
	width: 310px;
}