/* MPI (UK)  Style sheet covering presentation*/ 
/*  Created by Cornish Business Resources Ltd */
/* 01-Jul- 2007 */

body 	{
 	background:#ffffff;
	font:75%/100% Verdana, Arial, Helvetica, sans-serif; 	
	height:100%; 
	text-align:left;
	 color: #666;
		 }

#wrapper {
	text-align:left;
	 }

#header {
 	background:#ffffff;
 	color: #333333;
	 }

#banner
	{
  	background:#ffffff;
	color: #000099;
	font-size : 3em; 
	text-align : right;
	line-height: 1.4em;
	}

#Navbar 	{
	color: #000099;
	background : #ffffff;
 	border:solid #000000;	
	border-width:1px 0 1px 0;
	 }

#Left_column  {
 	background-color :#dcdcdc;
 	color: #333333;
	}

#content 	{
	 border:solid #000000;	
	 border-width:0 0 0 1px;
	}

#footer 	{
 	border:solid black;
 	border-width:1px 0 0 0;
	font-size : 75%;
	}

/*  Text Formats  */

P 	{ 
  	font-size: 0.9em;
	margin : 5px 0px 10px 10px;
	line-height: 1.3em;
	}
TD 	{ 
  	font-size: 0.9em;
	margin : 0px 0px 0px 0px;
	line-height: 1.3em;
	}

A:link { 
  	color: #000099;
 	background-color : #ffffff;
	text-decoration: underline;
	}

A:visited 	{ 
  	color: #000099;
 	background: #ffffff;
  	text-decoration: underline;
	}

A:hover 	{ 
  	color: #ffffff;
	background: #000099;
  	text-decoration: none;
	}


H1,H2,H3,H4,H5,H6 
	{ 
  	background : #ffffff;
  	color: #000099;
	margin : 0px 5px 5px 10px;
	text-align : left;
	line-height: 1.5em;
	}
H1
	{
	font-size : 1.3em;
	}
H2
	{
	font-size : 1.2em;
	}
H3
	{
	font-size : 1.1em;
	}
H4
	{
	font-size : 1em;
	}

/* Core Resources Set */
#core_resources
	{
	font-size: 0.9em; 
	text-align : right;
	}

#Persistant_Navbar
	{
	font-size: 0.9em; 
	text-align : left;
	margin : 0px 5px 5px 10px;
	}
.PNH3 
	{ 
	margin : 0px 5px 5px 10px;
	text-align : left;
	line-height: 1.5em;
	font-size:1.0em; 
	font-weight:bold; 
	color : #000099;
	background : #dcdcdc;
	}
.PNList 
	{ 
	margin : 0px 5px 5px 10px;
	text-align : left;
	line-height: 1.5em;
	font-size:0.9em; 
	font-weight:normal; 
	color : #000099;
	background :#dcdcdc;
	}

.PNlevel2 {
	font-weight:normal;
	margin : 0px 5px 5px 20px;
	font-size: 0.9em;
	}

#Left_column a:link 
	{ 
  	color: #000099;
 	background : #dcdcdc;
	text-decoration: underline;
	}
#Left_column a:visited 	{ 
  	color: #000099;
 	background: #dcdcdc;
  	text-decoration: underline;
	}

#Left_column a:hover 	{ 
  	color: #ffffff;
	background: #000099;
  	text-decoration: none;
	}

/*  Site map and Links formatting */
/* sitemap borrowed from www.tda.gov.uk*/	

#sitemap {
	margin: 5px 0 0 5px;
	line-height: 1.5em;
	}

#sitemap ul {
	list-style-type:none;	
	border-bottom:4px dotted #999999;
	}
	
#sitemap a {
	text-decoration:none;
	padding : 0;
	}
	
#sitemap a:hover {
	text-decoration:underline;
	}

#sitemap level1
	{
	border-top:1px dotted #999999;
	padding :20px 0px 5px 30px;
	}
	
.level2 {
	font-weight:normal;
	padding : 5px 0 5px 20px;
	font-size: 0.9em;
	}

.L1 
	{
	font-size: 0.9em; 
	line-height: 1.5em;
	}

/*  Contact Form  */

#contact-form 
	{
	/* Contact form fields etc */
	width:90%; 
	margin:0 auto 0 auto;
	}

.field-label 
	{
	width:190px; 
	line-height:19px; 
	display:block; 
	margin:0; 
	float:left; 
	text-align:right; 
	font-weight:bold;
	}

#contact-form input.txt 
	{
	height:15px; 
	border: #333 1px solid;
	}
