/**/@media screen {
html {
	font: 76% sans-serif;
	overflow-y: scroll;
	background: #a8d1dd;
}
body {
	margin: 8px;
	padding: 0;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	background: url(../images/wrapper.png) repeat-y left;
}
h1 {
	margin: 0;
	height: 136px;
	background: url(../images/h1.png);
}
h1 
a {
	display: block;
	height: 100%;
	text-indent: -777em;
	overflow: hidden;
}
h2 {
	font-size: 1.5em;
}
hr {
	display: none;
}
p {
	margin: 1.12em 0;
}
#nav {
	list-style: none;
	margin: 52px 0 0 -159px;
	padding: 0;
	overflow: hidden;
	/*position: absolute;*/
	float: left;
	display: inline;
}
#nav 
li {
	float: left;
	clear: left;
}
#nav 
a {
	display: block;
	width: 137px;
	background: #10406d;
	text-decoration: none;
	color: #f5f5f5;
	font: bold 17px arial, helvetica, sans-serif;
	text-align: center;
	margin: 0 0 4px;
	border: 2px solid #10405d;
}
#nav 
a:hover {
	background: transparent;
}
#nav 
.current 
a {
	border: 2px solid #adb4de;
}
#content {
	background: url(../images/content.png) repeat-y left;
	padding: 15px 10px 15px 169px;
	overflow: auto;
	display: block !important;
	display: inline-block;
}
#footer {
	background: #a8d1dd;
	color: gray;
	font-size: 0.9em;
	display: block !important;
	display: inline-block;
	overflow: hidden;
}
#footer 
p {
	margin: 1.12em 10px;
}
#footer 
div {
	/*height: 53px;*/
	height: 56px;
	color: white;
	background: url(../images/footer.png);
}
#footer 
div 
p {
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
	line-height: 18px;
}
.about 
dt {
	font-weight: bold;
	margin: 10px 0 0;
}
.about 
dd {
	margin: 0 0 0 4ex;
}
#print {
	float: right;
	border: 3px double yellow;
	font-weight: bold;
	color: white;
	background: #062f5b;
	cursor: pointer;
	padding: 3px 5px;
}
/**/}

.error {
	overflow: auto;
	width: 550px;
	padding: 0;
}
.error img {
	float: left !important;
	margin: 2px 0 0 !important;
	padding: 0 !important;
}
.error strong {
	display: block;
	float: right;
	background: #e70001;
	color: white;
	border: 2px solid #c50000;
	width: 500px;
	padding: 0 7px;
	line-height: 27px;
	font-weight: bold;
}

.error a { color: #fff; }