/* -------
layout.css
last modified: 09:55 29/07/2005 by KVB
last validated: 09:55 29/07/2005 by KVB
---------*/

body {
	margin: 20px;
	padding: 0px;
	background: #A6B4B8 url(none);
	color: #342E29;
	text-align: center; /*IE*/
	font: x-small/1.5em verdana,arial,helvetica,sans-serif;
	voice-family: "\"}\""; voice-family: inherit;
	font-size: small;
	} html>body {font-size: small;
}


#wrap {
	position: relative;
	margin: 0 auto; /*non-IE*/
	font-size: 95%;
	text-align: left;
	width: 740px;
	padding: 0;
	background-color: #A6B4B8;
	border: 0px solid #333;
}

.featurewrap {
	text-align: left;
	}

#content {
	padding: 0 0px 0 0px;
	background: #ffffff url(../img/sidebg.jpg) no-repeat bottom left;
}
	/*hide from IE5-Mac*/
	#content {clear: left;}
	/*end hide*/

#main {
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
	width: 545px;
}

#sidebar {
	border-right: 1px solid #A6B4B8;
	margin-right: 8px;
	padding-left: 18px;
	padding-right: 1em;
	float: left;
	position: relative;
	font-size: 90%;
	width: 139px;
	voice-family: "\"}\""; voice-family: inherit;
}

#header {
	width: 740px;
	background-image:url(../img/header.jpg);
	height: 247px;
	}

#footer {
	width: 740px;
	background-color: #3299BC;
	color: #ffffff;
	padding: 5px 0;
	text-align: center;
	}

.side_text {
	padding: 1.5em 1em;
	border-top: 0px solid #333;
}

.clear {
	clear: both;
}

.fineprint {
	font-size: 7pt;
}

img {
	float: right;
}

h1 {
	font-size: 12pt;
	color:#F76C24;
	margin-top: 15px;
	}

h3 {
	font-size: 10pt;
}
	
a {
	color:#255F73;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color:#F76C24;
	}

.featurewrap a {
	color: #353535;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 0;
	}

p {
	margin-right: 10px;
}

.fineprintgrey a {
	color:#fff;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
}