
/* ----- master tags ----- */
body {
	background: #ffffff;
	text-align: centre; /* centre in IE */
	font: small Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.2em;
}

a {
	color: #333333;
	outline: none; /* no lines for firefox */
	text-decoration: none;
}
a:hover {
	color: #06c;
}
a img {
	border: none;
}
em {
	color: #06c;
}


h2 {
	font-size: 150%;
}

/* ----- global styles ----- */



/* ----- containers ----- */
#frame {
	width: 780px;
	margin: 0 auto; /* centre in real web browsers */
	text-align: left;
}


/* ------ header ------ */
h1 {
	display: block;
	width: 212px;
	height: 22px;
	float: right;
	margin: 22px 25px 0 25px;
	display: inline; /* correct doubling of margin in IE6 */
}

	
}
#strapline {
	float: left;
	margin: 31px 0 0 25px;
	display: inline; /* correct doubling of margin in IE6 */
	color: #000;
	font-size: 90%;
}

/* ------ footer ------ */
#footer {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 14px;
	background: #b1c8f2;
	font-size: 100%;
	color: #fff;
}
#copy {
	clear: both;
	float: left;
	width: 100%;
	font-size: 85%;
	text-align: right;
	margin-top: 8px;
	padding-bottom: 15px;
}
#footer-nav {
	float: left;
}


#footer ul li a {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 6px 6px 6px 6px;
}
#footer ul li a.first {
	padding-left: 10px;
}
#footer ul li a:hover {
	background: #b1c8f2;
}


/* ------ main columns ------ */
.col-full {
	width: 780px;
	clear: both;
}
#col-left {
	clear: left;
	float: left;
	width: 190px;
	font-size: 100%;
	background: #b1c8f2;
	margin: 0 0px;
}




/* ------ sub navigation ------ */
#col-left .sub-nav {
	display: block;
	width: 146px;
}
#col-left .sub-nav li {
	float: left;
	margin-bottom: 2px;
}
#col-left .sub-nav li a {
	display: block;
	width: 126px;
	padding: 4px 0px;
	font-weight: bold;
}
#col-left .sub-nav li ul {
	float: left;
	margin: 2px 0 0 0;
}

#col-left .sub-text p {
	display: block;
	width: 126px;
	padding: 4px 0px;
	font-weight: bold;
}

#col-main {
	float: left;
	width: 448px;
	margin: 0 50px;
	display: inline; /* correct doubling of margin in IE6 */
	font-size: 100%;
}


