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

html, body {
	margin:0; padding:0;
	height:100%;
	font-family:Helvetica, Arial, Verdana;
	color:#333333;
}
body {
	background-color:#fff;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-300px; /* Set Margin Bottom to 1/2 of the height in #centered */
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:602px; width:850px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
	overflow-Y:auto;
	overflow-X:none;
}
  
#content {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	height:602px;
	width:850px;
	margin:0;
	overflow-Y:auto;
	overflow-X:none;
}
#flashcontent {
	margin:0;
	padding:0;
	outline:none;
}

/* *********** ALT / NO FLASH HTML PAGE ************ */

#noflash {
	width:780px;
	margin:0 auto;
	padding:0;
	border-top:5px solid #af4500;
	border-bottom:1px solid #af4500;
	border-left:1px solid #af4500;
	border-right:1px solid #af4500;
}

#noflash_header {
	width:780px;
	height:81px;
	margin:0;padding:10px 0;
}

.noflash_shadow {
	width:780px;
	height:13px;
	background:url(images/noflash_shadow.jpg) repeat-x;
}

.noflash_header {
	margin:0;padding:0 20px;
	width:740px;
	height:32px;
	border-bottom:1px solid #fff;
	line-height:32px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:16px;
	letter-spacing:1px;
	font-weight:bold;
}

.noflash_footer {
	margin:0;padding:0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;color:#333;
	text-align:right;
	width:740px;
	height:32px;
	border-bottom:1px solid #fff;
	line-height:32px;
}

.noflash_text {
	margin:0;padding:20px;
	width:740px;
	line-height:21px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:15px;
}

h1 {
	font-family: Verdana;
	font-weight: normal;
	background-color:#ffffff;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
	text-indent:-9999px;
}


/* General LAYOUT */

/*#copyright {
	top:510px;
	left:0px;
	position:absolute;
	width:800px;
	height:20px;
	margin:0;
	padding:10px 0 0 0;
	font-size:11px;
	color:#333;
}*/

/* LINKS */
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}


/* GENERAL FONT STYLES */
p {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
	text-align:justify;
}

