﻿@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bkg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#footer, #push {
	height: 120px;
}
.clear {
	clear: both;
}
.font-h1 {
	font-size: 16px;
	color: #FFF1F0;
}
.font-h2 {
	color: #1A4F8E;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.font-h3 {
	font-weight: bold;
	color: #1A4F8E;
	font-size: 14px;
	font-style: italic;
}
.font-h4 {
	font-size: 11px;
	font-weight: bold;
}
.font-h5 {
	font-size: 1.05em;
}
.font-h6 {
	font-weight: bold;
	color: #1A4F8E;
	font-style: italic;
}
.font-h7 {
	color: #EF3F3E;
	font-weight: bold;
}
#page-wrap {
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -120px auto;
}
#header #header-top {
	background-image: url(../images/blue-top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;
	width: 900px;
}
#header #header-middle {
	height: 85px;
	background-repeat: no-repeat;
	background-position: 83px 15px;
}
#header #globel {
	background-repeat: no-repeat;
	float: right;
	height: 77px;
	width: 151px;
	background-position: left bottom;
	padding: 4px 53px 0px 0px;
}
#header #logo {
	float: left;
	padding: 17px 0px 0px 71px;
}
#header #header-bottom {
	background-image: url(../images/blue-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 22px;
	text-align: right;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content {
	padding: 25px 0px 0px 0px;
}
#column-left {
	float: left;
}
#navigation {
	padding: 0px;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#navigation li {
	padding: 0px;
	margin: 0px;
}
#navigation a {
	display: block;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 25px;
	width: 135px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1A4F8E;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation a:hover, #navigation #currentpage a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/nav-over.png);
	background-repeat: no-repeat;
	background-position: top;
}
#column-right .next-link {
	padding: 400px 0px 0px 0px;
}
#column-right .next-link a {
	color: #1A4F8E;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/blue-arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: 47px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#column-right .next-link a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A4F8E;
}
#column-right #links p, #column-left #links p {
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#column-right #links a, #column-left #links a {
	color: #1A4F8E;
	text-decoration: none;
	font-weight: bold;
}
#column-right #links a:hover, #column-left #links a:hover {
	text-decoration: underline;
}
#geotrust-ad {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
#middle-column {
	float: left;
	width: 570px;
	text-align: justify;
	min-height: 350px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#middle-column a {
	text-decoration: none;
	color: #196FC8;
	font-weight: bold;
}
#middle-column a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
#middle-column li {
	list-style-type: square;
	padding-left: 5px;
}
#button1 a {
	color: #1A4F8E;
	display: block;
	text-align: center;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 23px;
	padding: 5px 0px 0px 0px;
}
#button1 a:hover {
	background-image: url(../images/button-over.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	text-decoration: none;
}



#column-right {
	float: right;
	text-align: center;
}
#column-right p {
	text-align: justify;
}
#column-right {
	width: 130px;
	padding: 0px 15px 0px 15px;
}
#column-left {
	width: 135px;
	padding: 0px 15px 0px 15px;
}

#profile {
	color: #000000;
}
#profile img {
	background-color: #f9F9F9;
	border: 1px solid #f0f0f0;
	padding: 5px;
}
#footer {
	clear: both;
	font-size: 11px;
	color: #666666;
	width: 900px;
	margin: 0px auto;
	line-height: 16px;
}
#footer #gray-line {
	border-bottom: 1px solid #efefef;
	height: 30px;
}
#footer #footer-nav {
	text-align: center;
	padding: 15px 15px 10px 15px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #1A4F8E;
}
#footer #footer-left {
	float: left;
	margin-left: 15px;
	height: 15px;
}
#footer #footer-right {
	float: right;
	margin-right: 15px;
	height: 15px;
}
