/*GLOBAL--------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, serif;
	font-size: 9pt;
	background: #F8F8F8;
	color:#808080;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #509090;
}

h3 {
   font-size:11px;
   font-family: Arial, serif;
   color: #333;
}

/*MAIN HOLDER---------------------------------------------------*/

#container {
	width: 776px;
	background: #fff;
	margin: 0 auto;
}

/*HEADER-------------------------------------------------------*/

#header {
	width: 772px;
	height: 82px;
	background:#fff url(../images/head.jpg) no-repeat;
}

#header h1{
	padding-top: 25px;
	font-family: "Arial Black", sans-serif;
	font-weight:bold;
	color: #eacacd;	
	padding-left: 18px;
	font-size: 24px;
}

#header h2{
	font-size: 9pt;
	padding-left: 18px;
	color: #fff;	
}

#header a, #header a:visited {
   	color:#fff;
   	text-decoration:none;
}

#header a:hover {
    	color:#fff;
	border-bottom:1px solid #fff;
}

/*NAVIGATION HEAD BUTTONS----------------------------------------*/

#nav {
	width: 772px;
	height: 30px;
	background:#fff url(../images/foot.png) no-repeat;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 5px;
	text-align:center;
}

#nav a, #nav a:visited {
	color: #fff;
	text-decoration: none;
	margin-right: 15px;
}

#nav a:hover {
	color: #fff;
	border-bottom:1px solid #fff;
}

/*LEFT SIDE---------------------------------------------*/

#left {
	color: #000;
	width: 134px;
	float: left;
	margin-left: 10px;
	padding: 8px;
}

#left p {
	margin-bottom: 5px;
	background: #fff;
}

#left li {
	list-style-image: url(../images/r.gif);
}

#left ul {
    	margin: 0px 0px 0px 15px;
    	padding: 0px 0px 10px 5px;
}

#left h3 {
    	display:block;
    	background:#ccc;
    	color:#16633E;
    	padding-left:10px;
    	margin-bottom: 5px;
}

blockquote {
	padding:2px 6px;
	background:#ffe4e1;
	margin:10px 0;
	border:1px solid #ccc;
	text-align:left;
}

/*RIGHT SIDE-------------------------------------------------*/

#right {
	color: #000;
	width: 150px;
	float: right;
	padding: 8px;
	margin-right: 8px;
	margin-left: 7px;
}

#right p {
	margin-bottom: 20px;
	background: #fff;
}

#right h3 {
    	display:block;
    	background:#ccc;
    	color:#16633E;
	padding-left:10px;
	margin-bottom: 5px;
}

#right li {
	list-style-image: url(../images/r.gif);
}

#right ul {
    	margin: 0px 0px 0px 15px;
	padding: 0px 0px 10px 0px;
}

/*CONTENT------------------------------------------------*/

#content {
	float: left;
	width: 400px;
	margin: 8px 0 0 4px;
	color: #000;
}

#content li {
	list-style-image: url(../images/r.gif);
}

#content ul {
    	margin: 0px 0px 0px 30px;
	padding: 0px 0px 10px 0px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #509090;
	margin-bottom: 5px;
	padding-left: 14px;
	background: #fff;
	border-bottom:1px solid #509090 
}

#content h2 a {
	color: #509090;
	text-decoration:none;
}

#content h2 a:hover {
	color: #000;
	font-weight:bold;
}

#content p {
	margin-bottom: 20px;
	padding-left: 14px;
	background: #fff;
	color: #000;
}

#content a, #content a:visited {
   	color:#000;
   	text-decoration:none;
   	font-weight:bold;
}

#content a:hover {
    	color:#509090;
	text-decoration:none;
}
 
/*UKFLAG----------------------------------------------------------*/

#box {
	padding: 1px;
	background: url(../images/flagbox.png) no-repeat;
	height: 20px;
	margin-bottom:10px;
	text-align: right;
}

#box a img {
	border:none;
}

/*FOOTER------------------------------------------------------*/

#footer {
	color: silver;
	font-family: sans-serif;
	font-size: 7pt;
	background:#fff url(../images/foot.png) no-repeat;
	clear: both;
	width: 756px;
	padding: 4px 4px 4px 15px;
	text-align: left;
}

#footer a, #footer a:visited{
	color: silver;
	font-weight: bolder;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	border-bottom:1px solid #fff;
}
