/*

COPYRIGHT (c) 1996-2011 JAMES H. ZISCH. ALL RIGHTS RESERVED.

For custom application system design and development services
and ready-made customizable solution products contact:

	http://www.jhz-cs.com/
	jzisch@jhz-cs.com

*/

body {
	padding: 0;
	margin: 0;
	background-color: silver;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

.page {
	position: absolute;
	display: block;
	top: 0%;
	height: 100%;
	width: 100%;
	text-align: center;
}

.body {
	position: relative;
	display: inline-block;
	top: 0px;
	width: 770px;
	text-align: left;
	background-color: white;
}

.header {
	position: relative;
	display: block;
	top: 0px;
	width: 770px;
	height: 205px;
}

.header .banner_image {
	position: relative;
	display: block;
	width: 770px;
	height: 165px;
	border: 0;
}

.header .banner_image > img { border: 0; }

.navigation-links {
	display: block;
	margin: 0 0 .5em 0;
	width: 770px;
	height: 20px;
	text-align: center;
	border-top: thin #000055 solid;
	border-bottom: thin #000055 solid;
}

.header > .navigation-links {
	border-top: 0;
	border-bottom: 0;
}

.navigation-links > a:link {
	display: inline-block;
	width: 13%;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

.navigation-links > a:link,
.navigation-links > a:visited {
	color: #000099;
	text-decoration: none;
}

.navigation-links > a:hover,
.navigation-links > a:visited:hover {
	color: #990000;
	text-decoration: underline;
}

.navigation-links > a:active,
.navigation-links > a:visited:active {
	color: #009900;
	text-decoration: none;
}

.navigation-links > hr { height: 1px; }

.navigation-select {
	margin: 0;
	padding: 0;
	top: 0px;
	width: 770px;
	height: 30px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	background-color: transparent;
	border-width: 0px;
	vertical-align: top;
	white-space: nowrap;
	color: #990000;
}

.navigation-select > form.navSelect {
	padding: 0 0 0 2em;
	float: left;
}

.navigation-select > form.search {
	padding: 0 2em 0 0;
	float: right;
}

.content {
	position: relative;
	display: inline-block;
	top: 0px;
	width: 770px;
	min-height: 300px;
}

.content > * { padding: 0 2em 0 2em; }

.content > h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 1em;
	background-color: #99CCFF;
	line-height: 1.5em;
	color: #FFFFFF;
}

.content > p { padding: 0 2em 0 2em; }

.content > .badges {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.content > a:link {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #003366;
	text-decoration: none;
}

.content > a:visited {
	color: #336699;
	text-decoration: none;
}

.content > a:hover,
.content > a:link:hover,
.content > a:visited:hover {
	color: #CC0000;
	text-decoration: underline;
}

.content > a:active {
	color: #003366;
	text-decoration: none;
}

.footer {
	display: block;
	width: 770px;
	padding: 0 0 1em 0;
}

.footer > div.privacy {
	padding: 1em 0 1em 0;
	width: 770px;
	text-align: center;
	font-size: 10px;
	color: #666666;
}

.footer > .privacy a:link,
.footer > .privacy a:visited {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #003366;
	text-decoration: none;
}

.footer > .privacy a:active {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #003366;
	text-decoration: none;
}

.footer > .privacy a:hover,
.footer > .privacy a:visited:hover {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #CC0000;
	text-decoration: underline;
}

.footer > div.copyright {
	width: 770px;
	text-align: center;
	font-size: 10px;
	color: #666666;
}

.print_header { display: none; }

.print_header .print-head-1 {
	width: 100%;
	text-align: center;
}

.print_header .print-head-1 h1 {
	font-size: 16px;
	text-align: center;
	color: #000000;
}

.print_header .print-head-1 h2 {
	font-size: 10px;
	text-align: center;
	color: #000000;
	font-style: oblique;
}

.print_header .print-head-2 {
	width: 100%;
	vertical-align: bottom;
}

.print_header .print-head-2-left {
	display: inline-block;
	width: 50%;
	float: left;
	text-align: left;
}

.print_header .print-head-2-right {
	display: inline-block;
	width: 50%;
	float: right;
	text-align: right;
}

#external {
	width: 770px;
	height: 60%;
}

@media print {
	.print_header { display: block; }
	.header { display: none; }
	.footer { display: none; }
	.footer .navigationSelect { display: none; }
	.footer .privacy { display: none; }
	
	a:link {
		color: black;
		text-decoration: none;
	}
}

