@charset "utf-8";
/* Font-sizing from http://webtypography.net/Harmony_and_Counterpoint/Size/3.1.1/ */
* {margin: 0; padding: 0;}
body {
	font: 80%/1.3 Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height: 1.1em;
	color: #27416A;
	background: #F6DDB1 url(../img/bg-body-1b.jpg) repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif
}
p, li, dt, dd {
	font-size:0.75em;  /* 16x0.75=12 */
	margin: 1em 0;
}
li ul li {
	font-size: inherit;  /* 16x0.75=12 */
}
#wrapper {
	position: relative;
	width: 750px;
	background: #fff;
	margin: 30px auto 30px;
}
#wrapper2 {
	position: relative;
	width: 1150px;
	background: #fff;
	margin: 30px auto 30px;
}
#header {
	position: relative;
	height: 150px;
	background: #fff url(../img/bg-header-1a.jpg) no-repeat;
}
#header2 {
	position: relative;
	height: 150px;
	background: #fff url(../img/bg-header-1b.jpg) no-repeat;
}
#header2 h1{
	position: absolute; top: 100px; left: 340px;
	width: 295px; height: 35px;
	text-indent: -9999px;
	background: transparent url(../img/bg-h1-1f.jpg) no-repeat 1px 1px;
}
#header h1{
	position: absolute; top: 100px; left: 340px;
	width: 295px; height: 35px;
	text-indent: -9999px;
	background: transparent url(../img/bg-h1-1f.jpg) no-repeat 1px 1px;
}
#content {
	margin: 0 0 0 250px;
	padding: 30px 50px 50px;
}
#content h2 {
	font-size:1.5em;   /* 16x1.5=24 */
	letter-spacing: -.02em;
	color: #5577A6;
	margin: 1em 0;
}
#content h3 {
	font-size:1.125em; /* 16x1.125=18 */
	letter-spacing: -.01em;
	line-height: 1.3em;
	color: #5577A6;
	margin: 1.5em 0 1em;
}
#content h4 {
	font-size:0.875em; /* 16x0.875=14 */
	margin: 1em 0;
}
#content ul {
	margin: 1em;
}
#content li {
	margin: .5em 0;
}
#content dt {
	font-weight: bold;
	border-top: 1px solid #D2D9E3;
	margin-top: 2em; padding-top: 2px;
}
#content dd {
	margin: .5em 0;
}
#nav {
	position: absolute;
	top: 270px;
	left: 0px;
	width: 190px;
	padding: 0 30px;
}
#nav ul{
	xwidth: 190px;
    xbackground: #fed;
	xmargin: 100px 0 0;
}
#nav li{
    list-style: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #BED6FF;
	margin: 0; 
}
#nav li a{
	display: block;
	font-weight: bold; 
	color: #4E6588;
    text-decoration: none;
	background: #EBF3FF;
	padding: 5px 0px 5px 10px;
}
#nav li a:hover{
	color: #27416A;
	background: #BED6FF;
}
#nav li a#current{
	color: #27416A;
	background: #BED6FF;
}
#footer {
	color: #fff;
    background: #5577A6;
	border: 3px solid #fff;
	padding: .5em 1em;
}
#footer a{
	color: #fff;
}
#logo {
	position: absolute;
	top: 30px;
	left: 42px;
	width: 165px;
	height: 211px;
	background: transparent url(../img/bg-logo-1a.gif) no-repeat;
}

