@charset "utf-8";
/* CSS Document */

body {
	background-color:#415361;
	margin: 0px;
	padding: 0px;
	top: 0px;
}


.disclaimer {
	position:relative;
	width:85%;
	height:100%;
	color:#FFFFFF;
	margin:0px;
	vertical-align:middle;
	/* background-color:#252e35; */
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
}





/* ==================================================================== */
/* STYLES USED BY PAGES */
/* ==================================================================== */

.pageContainer {
	width:700px;
	height:100%;
	float:none;
	position:relative;
	top: 0px;
}


.bg_top {
	background-image:url(/images/bg_top.gif);
	background-repeat:no-repeat;
	width:700px;
	height:54px;
	position:relative;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

.bg_mid {
	background-image:url(/images/bg_mid.jpg);
	background-repeat:none;
	background-color:#8294a2;
	width:700px;
	height:629px;
	position:relative;
	padding:0px;
	margin:0px;
}

.bg_bottom {
	background-image:url(/images/bg_bottom.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:10px;
	position:relative;
		margin:0px;
}
.logo {
	width:201px;
	height:201px;
	position:absolute;
	left:-75px;
	top:10px;
	z-index:10;
}

.copy2 {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	text-align:left;
	padding:20px;
	top:130px;
	vertical-align:top;
	margin:0px;
	width:600px;
	height:450px;
}

.copy2 p {
	text-indent:30px;
	padding:0px 0px 18px 0px;
	margin:0px;
}

a {
	text-decoration:underline;
	color:#FFFFFF;
}

a:hover {
	text-decoration:underline;
	color:#b3cde2;
}

#scroller {
	height:445px;
	padding-right:15px;
	width:600px;
}


.menu {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	font-stretch:condensed;
	position:relative;
	padding-right:25px;
	top:10px;
}

.menu a {
	text-decoration:none;
	color:#FFFFFF;
}

.menu a:hover {
	text-decoration:underline;
	color:#b3cde2;
}

.title {
	font-family: "Chaparral Pro", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight:bold;
	float:right;
	top:35px;
	padding-right:50px;
	margin-bottom:-30px;
	color:#EAEAEA;
	width:90%;
	text-align:right;
	position:relative;
	float:right;
	vertical-align:top;
}

.disclaimer2 {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
	width:650px;
	color:#FFFFFF;
	margin:0px;
	padding: 0px;
}