body
    {
	margin: 0;
    padding: 0;
    color: #333333;
    font: 12px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
    background: #FFFFFF;
    text-align: center;
	
    }
		
a
    {
    color: #777777;
    }
a:hover
    {
	color: #D60000;
    }
	
.button
	{
	background-color:#C00;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	}
	
.button:hover
	{
	background-color:#DE0000;
	color: #FFF;
	}
	

.smalltext
	{
	font-size: x-small;	
	}

#container
    {
    margin: 0 auto;
    width: 725px;
    position: relative;
	top: 0px;
    background: #ffffff;
    text-align: left;
    }

	
#banner
    {
	height: 133px;
	width: 725px;
	top: 0px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	}
	
#leftcol	
	{
	width: 240px;
	float: left;
	display: inline-block;
	}
			
#pagetitle
    {
	width: 100%;
	font-size: medium;
	background-color: #FFF;
	color: #C00;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/greymenu_top.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
	
	}
		
	
#linkList
    {
	width: 100%;
	font-size: small;
	background-color: #999;
	color: #CCC;
	line-height: 140%;	
	}
	
#linkList li
	{
	list-style-type: none;
	padding-left: 20px;
	list-style-position: outside;
	}
	

#linkList a
    {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}
	
#linkList a:hover
    {
	color: #CC0000;
	text-decoration: underline;
	}
	
	
#submenu li
	{
	font-size: x-small;
	font-weight: normal;
	list-style-type: disc;
	}
	
	
#imagebox
    {
	height: 20px;
	width: 100%;
	height: 300px;
	background-image: url(../images/greymenu_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	padding-top: 20px;
	}
	
	
#textbox
    {
	background-image: url(../images/text_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
	width: 425px;
	line-height: 150%;
	background-color: #999;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
		}
	
#text
	{
	background-image: url(../images/text_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	
	}
	
#text li
	{
	line-height: 150%;
	}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
		
#bottombar
	{
	height: 58px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}	


#video
	{
	padding-left: 32px;
	padding-top: 10px;
	margin-top: 50px;
	margin-bottom: 50px;		
	}
	
#videoprofiles
	{
	padding-top: 10px;
	margin-top: 50px;
	margin-bottom: 50px;		
	}
	

#maplabels
	{
	background-color: #FFF;
	position:relative;
	width: 385px;
	height: 289px;
	background-image: url(../images/uk_map.gif);
	background-repeat: no-repeat;
	background-position: 40px top;
	margin-top: 50px;
	}
	
#maplabels a
	{
	color:#999;
	text-decoration: none;	
	
	}
	
#maplabels a:hover
	{
	color:#CC0000;
	
	}

#stevenage 
	{
	position:relative; 
	top: 24px;
	padding-left: 40px;
	}


#lostock
	{
	position:relative; 
	top: 36px;
	padding-left: 40px;
	}


#filton
	{
	position:relative; 
	top: 50px;
	padding-left: 40px;
	}



#london
	{
	position:relative; 
	top: 62px;
	padding-left: 40px;
	}
	
#profiles
	{
	width: 385px;
	height: 400px;
	}

#profiles_left 
	{
	width:190px;
	float:left;
	}
	
#profiles_right 
	{
	width:190px;
	float:right;
	}
	
#profiles img
	{
	margin-bottom: 5px;
	display: block;
	}

.callout_box {
	line-height: normal;
	position:relative;
	padding: 10px 20px 0px;
	width: 343px;
	border: 1px solid #CC0000;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #CCCCCC;
}

.callout_box a {
	color: #000000;	
}

.callout_box a:hover {
	color: #D60000;	
}

.note{
	color: #CC0000;
    }

td {
	font-size: medium;
	line-height: normal;
	}
	
h1
	{
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 16px;
	color: #C00;
	}
	
h2
	{
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	color: #000;
	}

.sectionNumber
	{
	font-size: 12px;
	font-weight: normal;		
	}

table
	{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
	}

td
	{
	font-size: small;
	}
	
td	a
	{
	color: #C00;
	text-decoration: none;
	}
	
td	a:hover
	{
	text-decoration: underline;
	}

th 
	{
	text-align: left;
	font-size: small;
	color: #C00;
	}

