BODY {
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url(../images/diag-line-bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
}

#table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.7em;	
}

IMG{
	border: 0;
}

H1{
	color: #1C2674;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 3px;
}

H2{
	color: #1C2674;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0;
	padding-bottom: 0;
	padding-top: 10px;
}

H4{
	color: #1C2674;
	font-size: 0.6em;
	font-weight: normal;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 6px;
}

H5{
	color: #000000;
	font-size: 0.6em;
	font-weight: normal;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 6px;
}

HR{
	border: 0;
	height: 1px;
	color: #1C2674;
	background-color: #1C2674;
	width: 100%;
}

.clear{
	clear:both;
    	content: "."; 
   	display: block; 
    	height: 0;  
    	visibility: hidden;
}



/* main container div */
#main{
	background-color: #1C2674;
	width: 630px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left:50%;
	margin-left:-315px;
	min-height: 55%;
}

#inner-main{
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px; /* not doing anything */
	width: 600px;
}

#top{
	background-color: #D7D7D9;
	background-image: url(../images/curve-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 85px;
	border-bottom: solid #1C2674 1px;
}

* HTML #top{
	height: 70px;
}

#top UL{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 5px;  /* newmarket, england 'y' co-ordinate */
	padding-left: 25px;  /* not sure what the hell this does */ 
}

* HTML #top UL{
	padding-left: 25px;  /* actual x value for Newmarket text */
}

#top UL LI{
	display: inline;
	margin-right: 5px;
	padding-bottom: 7px;
}

#top UL .selected{
	background-image: url(../images/top-selected.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#top UL LI A{
	text-decoration: none;
	color: #1C2674;
	font-size: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

* HTML #top UL LI A{
	font-size: 0.55em;	
}

#top UL LI A:hover{
	color: #2F3D40;	
}

#logo{
	margin-top: -10px;
	margin-left: 350px;
	float: left;
}

#navigation{
	font-size: 0.7em;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 0px;  /* newmarket, england 'y' co-ordinate */
	padding-left: 0px;  /* newmarket, england 'x' co-ordinate */
	width: 600px;	 
}

#top-image{
	border-bottom: solid #1C2674 1px;
}

#content{
	margin-left: 24px;
	margin-top: 18px;
	margin-bottom: 35px;
	width: 555px;
}

* HTML #content{
	width: 385px;
}

#content P{
	font-size: 0.7em;
	line-height: 1.5em;
}

#content LI{
	font-size: 0.7em;
	line-height: 1.5em;
	margin-top: 12px;
	margin-bottom: 12px;
}

* HTML #content P{
	/*line-height: 1.1em;*/
}

#right-col{
	float: right;
	text-align:center;
	border: solid 1px #3d4284;
	padding: 8px;
	margin: 5px 0px 20px 20px;
	width: 150px;
	vertical-align:text-top;
	font-size: 0.6em;	
}

#right-col-links{
	float: right;
	text-align:center;
	border: solid 1px #3d4284;
	padding: 6px;
	margin: 5px 0px 20px 20px;
	width: 150px;
	vertical-align:text-top;
	font-size: 1.0em;	
}

#right-col-links A:hover{
	color: #1C2674;	
}
#right-col-links A:link{
	color: #1C2674;	
}
#right-col-links A:visited{
	color: #1C2674;	
}

#right-col-news{
	background-image: url(../images/news-foot.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
}

* HTML #right-col, * HTML #right-col-news{
	margin-right: 6px;
}

#right-col-news H2{
	background-image: url(../images/news-head.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: -3px;
	height: 200px;
	color: #1C2674;
	font-size: 1em;
	font-weight: normal;
}

#right-col-news P{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.7em;
	color: #1C2674;
}

* HTML #right-col-news P{
	line-height: 1.5em;
}

#news-inner{
	border-right: solid #1C2674 1px;
	border-left: solid #1C2674 1px;
	border-top: solid #1C2674 1px;
	border-bottom: solid #1C2674 1px;
	margin-bottom: 0px;
}

* HTML #news-inner{
	margin-bottom: 10px;
}

.News_Module{
	padding-bottom: 15px;
	z-index:3;
}

* HTML .News_Module{
	padding-bottom: 0;
}

.News_Module A{
	text-decoration: none;
	color: #1C2674;
}

.News_Module A:hover{
	color: #2F3D40;
}

.News_Module SPAN{
	color: #000000;
}

UL.News_Item LI P{
	font-size: 1em !important;
}

UL.News_Item LI A{
	text-decoration: none;
	color: #1C2674;
}

UL.News_Item LI A:hover{
	color: #2F3D40;
}

#login{
	border-bottom: solid #1C2674 1px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 12px;		
	background-color: #D7D7D9;
	line-height: 0px;
}

#login A:hover{
	color: #1C2674;	
}
#login A:link{
	color: #1C2674;	
}
#login A:visited{
	color: #1C2674;	
}
#login LABEL, #login SPAN{
	margin: 0;
	padding: 0;
	color: #1C2674;
	font-size: 0.7em;
	display: inline;
	margin-right: 6px;
}

#login FORM{
	padding: 0;
	margin: 0;
}

#login FORM P{

	padding: 0;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 5px;
}

#login FORM INPUT{
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid #1C2674 1px;
	margin: 0;
	padding: 0;
	width: 8em;
	margin-right: 10px;
}

#login #login-button{
	color: #FFFFFF;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #1C2674;
	border: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: auto;
}

#bottom{
	background-color: #D7D7D9;
	border-top: solid #1C2674 1px;
	height: 28px;
}

#foot-link{
	background-color: #1C2674;
	text-align: center;
	vertical-align:middle;	
	height: 50px;	
}

#foot-link A{
	text-decoration: none;
	font-size: 0.6em;
	font-weight: normal;
	color: #FFFFFF;
}


/* news text */

.CMS_Breadcrumbs{
	font-size: 0.8em;
}

.CMS_Breadcrumbs A{
	text-decoration: none;
	color: #1C2674;
}

.CMS_Breadcrumbs A:hover{
	color: #2F3D40;
}




