@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}
html, body 
{
	margin: 0; 
	padding: 0; 
	height: 100%; 
	background-color: #ffffff;
}
body 
{
	font: 14px/1.7 Verdana, Geneva, Arial, sans-serif; 
	font-size: 80%; 
}
p 
{
	margin-bottom:15px;
}
#theContent 
{
	background-color: #ffffff; 
	height: 100%;
}
#noflash
{	width: 720px;
	margin: 0 auto;
	margin-top: 40px;
	color:#666;
	background-color:#FFF;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
}
#noflash a {color:#FF3500;}
#noflash h1 {font-size: 1.4em;font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;}
#noflash h2 {font-size: 1.2em; margin-top: 40px; margin-bottom: 2px;}
#noflash p {font-size: 1.1em; line-height: 1.4em; }
#noflash p.intro {font-size: 1.3em;}
.leftCol, .rightCol {float: left; width: 320px;}
.rightCol {float: right;}
.footNote {margin-top: 40px; clear: both; overflow: auto; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #fff;}
.homefooterOptions {margin-bottom: 20px; overflow: auto; border-top: 1px dotted #444444; padding-top: 20px;}
	
.homefooterOptions ul {float: right;} 
.homefooterOptions p{float: left; width: 190px;}
.homefooterOptions ul li {
	display: inline;
	}
a:link, a:visited {color: #fff; text-decoration: none; }	
a:hover, a:focus, a:active {text-decoration: underline;}
.noteAboutFLash {border: 2px dotted #444444; padding: 20px; margin: 30px 0 30px 0;}

