* {
	font-family: verdana;
}
BODY {
	overflow: -moz-scrollbars-vertical;
	background: #fff;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
IMG {
	border: 0px;
	-ms-interpolation-mode:bicubic;
}
A {
	color: #0386dc;
}
H1 {
	font-size: 16px;
	font-weight: bold;
	color: #0386dc;
}
H2 {
	font-size: 14px;
	font-weight: bold;
	color: #016fba;
	margin: 10px 0px 3px 0px;
	padding: 0px;
}
UL {
	margin-top:0px;
}
UL LI {
	font-size: 11px;
}
P {
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;	
}
#page {
	position: relative;
	width: 928px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}
#top {
	position: relative;
	text-align: right;
	border: 0px solid #00f;
	padding: 10px 20px 10px 0px;
	margin: 0px;
	font-size: 11px;
	color: #0386dc;
}
#top A {
	font-size: 11px;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}
#header {
	position: relative;
	border: 0px solid #f00;
	/*height: 170px;*/
}
#left {
	width: 160px;
	background: #c5ced3;
	padding-bottom:220px;
}
#menu A {
	display: block;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #001c36;
	padding: 4px 0px 4px 17px;
	text-decoration: none;
	border-bottom: 1px solid #e3e7e9;
}
#menu A.lvl2 {
	font-size: 11px;
	font-weight: normal;
	padding: 4px 0px 4px 22px;
}
#menu A.active {
	background: url('/images/2009/layout/menu-active.gif') no-repeat top left;
}
#menu A:hover {
	background: url('/images/2009/layout/menu-active.gif') no-repeat top left;
}
#right {
	width: 200px;
}
#footer {
	position: relative;
	border: 0px solid #f00;
	height: 119px;
	margin-bottom: 30px;
}
#bottom {
	position: absolute;
	top: 90px;
	right: 0px;
	text-align: right;
	border: 0px solid #00f;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	font-size: 10px;
	color: #011a33;
}
#bottom A {
	font-size: 10px;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	color: #011a33;
}
