@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
body {
	background-color: #C2D8E2;
	background-image: url(imgs/bg5.jpg);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.mainWrap {
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666;
}
.headingHeader {
	text-align: center;
	height: 150px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #F9F9F9;
}
.headingHeader h1 {
	font-size: 48px;
	line-height: 60px;
	color: #666;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
}

.headingHeaderInt {
	text-align: center;
	height: 20px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #F9F9F9;
}
.headingHeaderInt h1 {
	font-size: 18px;
	line-height: 20px;
	color: #666;
	margin: 0px;
	font-weight: normal;
}
.topMenu {
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	visibility: visible;
}
.topMenu a, a:visited {
	text-decoration: none;
	color: #036;
}
.topMenu a:hover {
	text-decoration: underline;
	color: #C00;
	}
.headerLogin {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: right;
	margin-top: 4px;
	margin-right: 5px;
	color: #039;
	float: right;
	//border: 1px solid #3F6;
	//height: 20px;
	width: 60px;
}
.headerLogo {
	//margin-top: 20px;
	//border: 1px solid #C00;
}
.contentOptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	//border: 1px solid #C36;
	margin-bottom: 30px;
	line-height: 18px;
}
.contentWrap {
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}
.contentWrap h1 {
	font-size: 48px;
	line-height: 48px;
	color: #333;
	font-weight: normal;
}
.contentWrap h2 {
	font-size: 18px;
	color: #C00;
	margin: 0px;
	font-weight: normal;
}
.contentWrap p, ul {
	font-size: 18px;
	line-height: normal;
	color: #666;
	margin-top: 0px;
	font-weight: normal;
}
.contentLeft {
	width: 480px;
	//border: 1px solid #0F0;
	//clear: both;
	float: left;
}
.contentRightWrap {
	width: 100%;
	//border: 1px solid #039;
	//clear: both;
	float: left;
}
.contentRight {
	float: right;
	//border: 1px solid #F30;
	width: 310px;
}

.contentOptions h2 {
	font-size: 24px;
	line-height: 24px;
	color: #C00;
	//font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	}
 h3 {
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #C00;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 5px;
	}
 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #C00;
	font-weight: bold;
	margin-top: 5;
	margin-bottom: 5px;
	}
.contentOptions .moreLink {
	font-size: 12px;
	font-weight: bold;
	float: right;
}
.firstHeading, .firstHeading h1 {
	font-size: 36px;
	//line-height: 24px;
	color: #C00;
	//font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	//font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	//border: 1px solid #F30;
	display: block;	
	}
.bigP {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #333;
	margin-top: 22px;
	margin-bottom: 22px;


	//display: block;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 900px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;

	//border: 1px solid #666;
	color: #003;
}
form {
	padding-left: 20px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	font-weight: bold;
}
.contentRightWrap ul li {
	margin-top: 14px;
	margin-bottom: 14px;
}
