body {
	background-color: #D0E8F2;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 81.25%;
	font-style: normal;
	font-weight: normal;
}

a {color: #2454A4; font-weight: bold;}
a:visited {color: #707;}
a:hover, a:active {color: #c00;}

a.extlink {
	padding-right: 14px;
	background-image: url(images/external_link.png);
	background-position: center right;
	background-repeat: no-repeat;
}

img {border: 0}

p, ul, ol {
	margin: 0 0 1.125em 0;
	line-height: 1.5em;
}
h1 {
	font-size: 1.8em;
	line-height: 1em;
	margin: 0 0 0.667em 0;
}
h3 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin: 1.25em 0 0.9375em 0;
}
h4 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0 0 0;
}
hr {
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #888;
	margin: 0 0 1.5em 0;
	clear: both;
}

.style2 {color: #000000}
.style7 {font-size: 11px; color: #000000;}
.style9 {color: #FFFFFF}
.style10 {color: #2A1F00}
.style11 {color: #012940;}
.style13 {font-size: 11px; color: #000001; }
.style14 {color: #000004}
.style15 {color: #2A0000}

#wrap {
	border: 1px solid #AEAEAE;
	background: #fff;
	width: 760px;
	margin: 1.5em auto;
}
#header {
	border-bottom: 1px solid #000;
	background: url(images/bluebar.jpg) bottom left repeat-x;
	height: 110px;
	overflow: hidden;
}
#footer {
	background: url(images/bluebar.jpg) bottom left repeat-x;
	height: 20px;
	color: #fff;
	border-top: 1px solid #000;
	text-align: center;
	clear: both;
	font-size: 0.8em;
	font-weight: bold;
}
#footer p {margin: 0;}

#nav {
	width: 200px;
	float: left;
	border-right: 1px solid #000;
	border-top: 1px solid #AEAEAE;
	background: #E5E5E5;
	text-align: center;
	font-weight: bold;
	position: fixed;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	padding: 0;
	margin: 0;
	display: inline;
}
#nav a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #AEAEAE;
	display: block;
	padding: 0.25em 0.5em;
}
#nav a:hover, #nav a:active {background: #fff;}

#content {
	width: 516px;
	float: right;
	padding: 20px;
	min-height: 312px;
}

.printshow {display: none;}
