@charset "utf-8";
html {height: 100%;}

body {
	min-height: 101%;
	font-family: Arial, Geneva, Verdana, sans-serif;
	color:#3e71b1;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg-body.png);
}


#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background-color: #fff;
	text-align: left;
	background-image: url(images/bg-container.png);
	background-repeat: repeat-y;
}

.eight {
	position: absolute;
	width: 140px;
	height: 120px;
	top: 53px;
	left: 810px;
	z-index: 22;
}

/*************   Header Layout   *************************
********************************************************/

.header {
	width: 960px;
	height: 180px;
	background-color: #3e71b1;
	background-image: url(images/bg-header.png);
	background-repeat: no-repeat;
	background-position: 0px 112px;
}
#logo {
	float: left;
	width: 340px;
}

#topright {
	float: left;
	width: 590px;
	height: 110px;
	color: #fff;
	background-color: #3e71b1;
	margin-bottom: 38px;
}

/*************   Top Nav   *******************************
********************************************************/
#topnav {
	color: #f3ebdf;
	background-color: #95b6e0;
}
#topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topnav li {
	float: left;
	width: 155px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#topnav li a {
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
	border: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-right: 3px;
	padding: 5px 10px;
	background: url(images/bg-nav.png) repeat;
	background-position: -75px -90px;
}

#topnav li a:hover, li a:focus, li a:active {
	background-position: 0px 0px;
}

/*************   Sidebar   *******************************
********************************************************/

#sidebar {
	float: left;
	width: 340px;
	background-color: #f3ebdf;
	padding-top: 15px;
}
#sidebar p, #sidebar h2 {
	margin-left: 30px;
	margin-right: 15px;
}
#sidebar a {
	font-weight: bold;
	border-bottom: 2px solid #f3ebdf;
}
#sidebar a:visited {
	color: #f8a084;
	border-bottom: 2px solid transparent;
}
#sidebar a:hover {
	color: #3e71b1;
	border-bottom: 2px dotted #ea8158;
}

/*************   Content   *******************************
********************************************************/

#content {
	float: right;
	width: 580px;
	padding: 15px 20px;
}

#footer {
	clear: both;
	padding: 5px 30px 5px 360px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0;
}

p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 5px;
	margin-right: 15px;
}

ul {
	list-style-type: none;
	margin: 5px 0 0 0;
}

li {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}

a {
	color: #ea8158;
	font: bold;
	text-decoration: none;
	border-bottom:2px solid #fff;
}
a:visited {
	color: #f8a084;
}
a:hover {
	color: #6e8cbe;
	border-bottom: 2px dotted #EA8158;
}
a img {
	border: 0;
}

/*************   Classes   *******************************
********************************************************/
.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.clear {
	clear: both;
}

.strike {
	text-decoration: line-through;
}

.center {
	text-align: center;
}

.inv {
	display: none;
}

.key {
	border: 1px solid #3e71b1;
}

/* For Printing */

@media print {

	body { color: #000000; background-color: #ffffff; }

	#container {
	float: none;
	width: 90%;
	margin: 0 5% 0 3%;
	font-size: 11pt; }

	div.eight { display: none; }

	#sidebar { display: none; }

	#content { float:left;  }
 
	#footer { padding:0 0 0 20px; }

	}

