body {
	font: normal 14px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background: #143E5D url(../graphics/bg_body.gif) repeat-y center;
}
#container {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#header {
	background: url(../graphics/bg_header.jpg) no-repeat left top;
	height: 150px;
	width: 700px;
	margin: 0;
	padding: 0;
	display: block;
}
#header a {
	height: 100px;
	width: 260px;
	display: block;
	margin: 10px 0 0 115px;
}
#header h1, #header h2 {
	display: none;
}
#nav {
	margin: 0 0 0 1px;
	padding: 0;
	float: left;
	position: relative;
	width: 125px;
}
#nav ul {
	list-style-type: none;
	margin: 15px 0 0;
	padding: 0;
}
#nav li {
	margin: 0;
	padding: 0;
	width: 125px;
	height: 27px;
}
#nav a {
	height: 27px;
	text-decoration: none;
	display: block;
	margin: 0 0 -5px 0;
	padding: 5px 0 0 20px;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
#nav a:link, #nav a:visited {
	color: #333333;
	height: 27px;
}
#nav a:hover, #nav a:active {
	background: url(../graphics/nav_on.jpg);
	color: #000000;
	height: 27px;
}
#content {
	margin: 20px 0 30px 140px;
	padding: 0px 0px 135px;
	width: 525px;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #3C623D;
	margin: 0 0 10px 10px;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 25px 5px;
}
#content p {
	font-size: 14px;
	margin: 0 25px 20px;
}
#content ul, #content ol {
	margin: 0 0 25px 50px;
}
#content li {
	margin-bottom: 10px;
}
#content img.framed {
	margin: 0px 5px 5px 10px;
	border: 1px solid #000000;
}
#content a:link, #content a:visited {
	color: #1A6FB0;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #1F86D3;
	text-decoration: underline;
}
.pullout {
	color: #FFFFFF;
	background: #134E7A;
	margin: 0px 0px 10px 15px;
	padding: 20px 10px 20px 15px;
	float: right;
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}
.note {
	font-size: 12px;
	color: #999999;
	font-style: italic;
}
#content .attention {
	background: #D1E2E7;
	border: 2px solid #0D3E5E;
	margin: 0 25px 20px;
	padding: 10px;
	text-align: center;
}
#content .attention h1 {
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0 0 5px;
	font-size: 14px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #407795;
	border-left: none;
}
#content .attention p {
	margin: 5px 0 0;
	padding: 0;
	font-size: 13px;
}
