/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #666666;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: disc;
 font-size: 100%;
}


ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}

td{
	vertical-align: top;
	text-align: justify;

}

p{
	text-align: justify;
	padding-left: 15px;
	padding-right: 5px;
}

/***********************************************/
/* homepage                                */
/***********************************************/

.headtdhome{
	height: 200px;
	width: 100%;
	
}


.yellowfil{
	background-color: #FDC614;
}

.greenfill{
	background-color: #E7F2E1;
	font-weight: bold;
	color: #666666;
	width: 50%;
	padding-left: 5px;
}

.bluefill{
background-color: #F1F5FA;
color: #666666;
	width: 50%;
	padding-left: 5px;
}


.yellowborder{
	border: 1px solid #FEE796;
}

.linetop{
	border-bottom-style: solid;
	border-bottom-color: #C9DEF0;
	border-bottom-width: 1px;
}

.linebottom{
	border-bottom-style: solid;
	border-bottom-color: #B1CBF1;
	border-bottom-width: 1px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.outertable{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 1000px;
}

.headtdUK{
	height: 110px;
	background-image: url(images/london_head.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}

.headtdscot{
	height: 110px;
	background-image: url(images/scot_head.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}

.headtdrul{
	height: 110px;
	background-image: url(images/rul_head.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

.litlinks {
	font-size: 11px;
	font-weight: normal;
	color: #B7CEE3;
	font-family: Verdana;
	text-decoration: underline;

}
.litlinks:hover {
	font-size: 11px;
	font-weight: normal;
	color: #0066FF;
 	font-family: Verdana;
	text-decoration: none;
}
.litlinks:active {
	font-size: 10px;
	font-weight: normal;
	color: #990000;
	font-family: Verdana;
	text-decoration: none;	
}



.lightbluelinks {
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	font-family: Verdana;
	text-decoration: underline;

}
.lightbluelinks:hover {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-family: Verdana;
	text-decoration: none;
}



/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
