/* CSS Document for sct.uk.com */



body {
	background-image: url('/images/backgrounds/background_main.gif');
	background-repeat: repeat-x;
	background-color: #1058CF;
	margin: 5px 0 0 0;
}
td {
	vertical-align: top;
	font-family: Verdana;
	/*font-size: 0.8em;*/
	color: black;
}
a {
	color: #0D3692;
	text-decoration: none;
}
a:hover {
	color: #0D3692;
	text-decoration: underline;
}
.blackA {
	color: black;
}
.blackA:hover {
	color: black;
}
h1 {
	font-size: 1.7 em;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 1.3 em;
	font-weight: normal;
	font-style: italic;
}
#tableWrapper {
	height: 100%;
	width: 752px;
	border: 0px;
	padding: 0px;
	background-color: white;
}
#topCorners {
	height: 5px;
}
#sctLogo {
	height: 50px;
	margin: 0 0 0 5px;
}
#topNav {
	height: 16px;
	border-top: 2px solid #ffb310;
	border-bottom: 2px solid #ffb310;
	padding: 4px 0 4px 0;
	margin: 5px 5px 0 5px;
	font-size: 0.8em;
	font-family: Verdana;
}
#mainWrapper {
	height: 100%;
}
#leftNav {
	width: 150px;
	height: 100%;
	background-color: #E5E5E5;
	padding: 5px;
	float: left;
	margin: 5px 5px 0 5px;
	display: inline;
	font-size: 0.7em;
	font-family: Verdana;
}
.leftNavTitle {
	color: #0D3692;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #0D3692;
}
.leftNavItem {
	height: 20px;
	padding: 0px;
	margin-bottom: 5px;
}
#contentWrapper {
	float: left;
	height: 100%;
	width: 499px;
	/*margin: 0 5px 0 5px;*/
	margin: 5px 0 0 0;
	display: inline;
}

#content {
    padding-top: 5px;
	padding-left: 5px;
}

* html #contentWrapper {
	width: 499px; 
	w\idth: 508px;
}


#imgColumnWrapper { 
	float: right; 
	width: 73px; 
	text-align: right; 
	margin: 5px 5px 0 0px;
	display: inline;
}
.imgColumn { 
	float: right; 
	width: 73px; 
	text-align: right;
	margin-bottom: 5px;
}
#footerWrapper {
	height: 35px;
	border-top: 2px solid #ffb310;
	padding: 5px 0 0 0;
	clear: both;
	margin: 5px 5px 0 5px;
	font-size: 0.6em;
	font-family: Verdana;
}
#address {
	float: left;
	width: 67%;
	margin-bottom: 5px;
}
/*#email {
	float: left;
	text-align: center;
	width: 34%;
}*/
#copyright {
	float: right;
	text-align: right;
	width: 33%;
}

#breadcrumWrapper {
	font-size: 0.7em;
	width: 100%;
	background-color:#F3F3F3;
	height: 14px; 
	padding: 3px 3px 3px 3px;
}

ul {
	margin-left: 0px;
	margin-top: 0px;
	}
*html #breadcrumWrapper { /* This is the Tan hack */
	hei\ght: 20px;
	}