/* CSS Document 
Design by Lloyds Europa Ltd
http://www.lloydseuropa.co.uk
Copyright Lloyds Europa Ltd
*/

body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
letter-spacing:0.1em;
word-spacing:0.0em;
margin-right:0px;
width:100%;
}

b{font-size: 110%;}
em{color: red;}

a {
	text-decoration:none;
	color:#3D7950;
	font-weight:bold;
}

h1 {
	letter-spacing: 2px;
	font-size: 6em;
	margin: 0;
	color:#990033
}

/* h2 is the [t] tag in Loki */
h2 {
	letter-spacing: 1px;
	font-size: 1.4em;
	margin: 0;
	color:#3D7950;
	padding-bottom:4px;
	}

a:hover {
	text-decoration: underline;
	color:#0033CC;
}

#topsection{
height: 30px; /*Height of top section*/
background-image: url("images/bg2_02.gif");
background-repeat:repeat-x;
background-position:top;
top:0px;
margin-top:-10px;
}

#contentwrapper{
float: left;
width: 80%;
}

#contentcolumn{
margin-left: 264px; /*Set left margin to LeftColumnWidth*/
margin-top:10px;
width:80%;
}

#leftcolumn{
float: left;
background-position:top;
width: 263px; /*Width of left column*/
background-image: url("images/bg2_01.gif");
background-repeat:no-repeat;
height:615px;
position:absolute;
top:0px;
left:0px;
}

#footer{
clear: left;
width: 95%;
color: #666666;
text-align: right;
padding: 4px 0;
letter-spacing:0.4em;
font-size:0.7em;
}

#footer a{
color: #666666;
text-decoration:none;
}

#footer a:hover {
color: #666666;
text-decoration: underline;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#sidebar{
height:auto;
width:260px;
list-style: none;
position:absolute;
top:160px;
left:14px;
z-index:1;
text-decoration:none;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 230%;
	text-decoration:none;
}

#sidebar li {
	text-decoration:none;
}

#sidebar li ul {
	text-decoration:none;
}

#sidebar li li {
	padding-left: 10px;
	background: url(images/img06.gif) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
	text-decoration:none;
}

#sidebar a {
	text-decoration:none;
	color:#3D7950;
}

#sidebar a:hover {
	text-decoration: underline;
	color:#3D7950;
	font-weight:bold;
}