/*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/head1.jpg) no-repeat;
}

#header h1{
	padding-top: 25px;
	font-family: "Arial Black", sans-serif;
	font-weight:bold;
	color: #dee1f0;	
	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: 154px;
	float: left;
	margin-left: 10px;
	padding: 8px;
}

#left img {
	float: left;
	margin-left: 5px;
	padding: 1px;
	margin-top: 30px;
}

#left p {
	margin-bottom: 10px;
	background: #fff;
}

#left br {
	display:inline;
	}

#left li {
	list-style-image: url(../images/g.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:#98fb98;
	margin:10px 0;
	border:1px solid #ccc;
	text-align:left;
}


/*RIGHT SIDE-------------------------------------------------*/

#right {
	color: #000;
	width: 150px;
	float: right;
	padding: 4px;
	margin-right: 4px;
	margin-left: 1px;
}

#right p {
	margin-bottom: 15px;
	background: #fff;
}

#right img {
	margin-bottom: 5px;
	background: #fff;
}


#right h3 {
    	display:block;
    	background:#ccc;
    	color:#16633E;
	padding-left:10px;
	margin-bottom: 5px;
}

#right li {
	list-style-image: url(../images/b.gif);
}

#right ul {
    	margin: 0px 0px 0px 15px;
	padding: 0px 0px 10px 0px;
}

/*CONTENT------------------------------------------------*/

#content {
	float: left;
	width: 400px;
	margin: 6px 0 0 4px;
	color: #000;
}

#content li {
	list-style-image: url(../images/b.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;
}
 
/*MEMBER----------------------------------------------------------*/

form, label, input { 
	font-size : 1em; 
} 

fieldset { 
	width : 31em; 
	padding : 0.5em 1em;
} 

label { 
	text-align:left;
	position : relative; 
	width : 15em; 
	display : block; 
	margin : .5em 0em; 
	border-bottom:dotted 1px black; 
	padding:2px;
} 
label input { 
	position : absolute; 
	left : 80%; 
	top : 2px; 
	width : 19em; 
	border:1px solid black;
	padding:2px;
	background-color: #f6f7fe;
} 
label input:focus {
	background-color:#dedede;
} 

input.submit { 
	margin-left:26em;
	width:50px;
}

br { 
	display : none; 
} 

#boxn {
	padding: 1px;
	background:#ccc;
	height: 200px;
	margin-bottom:5px;
	text-align: left;
}

/*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;
}

.redborder {
border: 2px solid #f30;
padding: 2px 1px 2px 2px;
}

