/* Created by John Henry Muller : johnhenrymuller.com */

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	}
	
#flashcontent {
	height: 100%;
	}
	/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	}

/* Set to Zero */
* {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
/* No Dotted Lines */
a {
	outline: none;
	}
:focus {
	-moz-outline-style: none;
	}
/* Background */
body {
	background-color:#FFFFFF;
	}
/* Global Text */
body, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}
/* Global Links */
a, a:link,a:active, a:visited {
		color: #999999;
		text-decoration: underline;
		}
		a:hover, a:visited:hover {
			color: #990000;
			text-decoration: underline;
			}

#content ul {
	margin-left: 40px;
	margin-bottom: 20px;
	}
#content li {
	margin-bottom: 5px;
	}

h1 {
	color: #FFFFFF;
	margin: 10px;
	}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	margin: 10px;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 10px;
	}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #FF00FF;
	}

/* Paragraph Text */
p {
	line-height: 150%;
	color: #666666;
	padding-bottom: 20px;
	margin: 10px;
	}

/* Content Classes */
.floatleft { float: left; }
.floatright { float: right; }
.gap { padding-bottom: 20px; }
.nogap { padding-bottom: 0px; }
.textsmall { font-size: 9px; }
.textwhite { color: #FFFFFF; }
.brclear { clear: both; height: 1px;}




/* ////////// NEED FLASH ////////// */

#upgradeflashplayer div {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}
a#getflash {
	background-image: url(http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif);
	height: 31px;
	width: 88px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#upgradeflashplayer {
	position: absolute;
	top: 50px;
	width: 100%;
	left: 0px;
	z-index: 1;
	}
#x {
	font-family: "Century Gothic", "Avant Guard", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	display: block;
	text-align: right;
	background-color: #DEDEDE;
	padding: 2px;
	}


