body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font:100% "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
img {
	border:none;
}
#wrapper {
	width:750px;
	margin:auto;
	position:relative
}
#top {
	background: url(images/bg_top.gif) repeat-x;
	height: 80px;
	padding-left:15px;
	border-bottom:3px solid #b9ccdb
}
#content {
	background:url(images/left.gif) repeat-x;
	width:750px;
}
#left {
	background:transparent url(images/line2.gif) no-repeat right top;	
	width:219px;
	float:left;
	border-right:1px solid #d4d6dc;
}
#right {
	background:url(images/right.gif) repeat-x;	
	width:480px;
	float:right;
	padding:10px 25px;
}
#footer {
	background: url(images/bg_bt.gif) repeat-x;
	height: 35px;
	padding:5px 20px 0 0;
	text-align:right;
	border-top:3px solid #b9ccdb;
	clear:both;
	margin-left:220px;
}
#footer a {
	color:#fff;
	font-size:70%;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline
}
#left ul {
	margin:0;
	width:189px;
	padding:15px;
	list-style:none;
	background:transparent;
}
#left ul li{
	display:inline;
}
#left ul li a{
	display:block;
	font-weight:bold;
	border-bottom:1px solid #c8ccd6;
	color:#788F9E;
	font-size: 70%;
	text-decoration: none;
	padding:10px;
}
#left ul li a:hover {
	background:#DADDE4;
	color:#d5120e;
}
h1 {
	font-size:145%;
	color:#017E9E;
	letter-spacing:-1px;
	margin:0;
	padding:0 0 15px 0;
}
h2 {
	font-size:100%;
	color:#d5120e;
	letter-spacing:-1px;
	margin:0;
	padding:5px 0 10px 0;
}
h3 {
	font-size:95%;
	color:#788F9E;
	letter-spacing:-1px;
	margin:0;
	padding:5px 0 7px 0;
}
p {
	font-size:80%;
	line-height:150%;
	color:#698292;
	margin:0;
	padding-bottom:10px
}
#right ul, #right ol {
	font-size:80%;
	line-height:150%;
	color:#698292;
	list-style-position:inside;
	margin:0;
	padding-left:10px
}
#right ol li {
	padding:10px 0 0 0;
}
#right ol br {
	line-height:7px;
	display:block
}
#copyright {
	width:200px;
	height:30px;
	background:#efeff1;
	position:absolute;
	bottom:0;
	left:0;
	border-top:3px solid #E6ECF2;
	color:#788F9E;
	font-size:70%;
	padding:10px 0 0 20px;
}