<!-- 
/* Hide from incompatible Browsers.*/

body {
	color: #ffffff; 
	background-color: #000000;
	font-family:  trebuchet ms,arial,helvetica,sans-serif; 
	font-size: 10pt; 
	margin: 0px; 
    }
td, p {
	color: #FFFFFF; 
	font-family:  trebuchet ms,arial,helvetica,sans-serif; 
	font-size: 10pt;
	}
h1	{font-size: 14pt; }
h2	{font-size: 12pt; }
h3	{font-size: 11pt; }
h4	{font-size: 10pt; }
h5	{font-size: 9pt; }
h6	{font-size: 6pt; }
hr	{color: #ff0000; }
	
a, a:link, a:visited, a:active {
	text-decoration:none; 
	color:#FF9900; 
	}
a:hover {
	text-decoration:underline; 
	color:#FF0000; 
	}

.header {
	color: #FF9900;
	}
.colLeft {
	width: 255px;
	padding-top: 15px; 
	padding-bottom: 20px; 
	padding-left: 10px;  
	padding-right: 10px; 
	}
.bgcol {
	background: url(img/bgcol.jpg) repeat-x; 
	padding-top: 5px;
	}
a.featured, a.featured:link, a.featured:visited, a.featured:active {
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight: bold;
	}
a.featured:hover {
	text-decoration:underline; 
	color:#FFFFFF; 
	font-weight: bold;
	}

#flashpics {
	position: absolute; 
	top: 50px; 
	left: 55px;
	}	
#enter {
	position: relative; 
	top: -60px; 
	}

/* LAYOUT */

#ctr {
	position: absolute; 
	top: 0px; 
	left: 50%; 
	}
#header {
	position: absolute; 
	top: 0px; 
	left: -478px; 
	width: 955px; 
	height: 200px;
	}
#content {
	position: absolute; 
	top: 200px; 
	left: -478px; 
	width: 955px; 
	min-height: 800px; /* for modern browsers */
	height: auto; /* for modern browsers */
	height: 800px; /* for IE5.x and IE6 */
	background: url(img/logo-bg.jpg) no-repeat #000000; /* WARNING: IF YOU CHANGE THE COLORS OF THE LAYOUT YOU HAVE TO CHANGE THIS IMAGE! */
	margin-top: 0px;
	}
#footer {
	position: relative; 
	top: 120px; 
	width: 755px;
	}
	
.footer {
	font-size: 8pt; 
	color: #555555; 
	}
a.footer, a.footer:link, a.footer:visited, a.footer:active {
	text-decoration:none; 
	color:#003399; 
	font-weight: normal;
	}
a.footer:hover {
	text-decoration:underline; 
	color:#0033FF; 
	font-weight: normal;
	}

.largest {font-size: 26pt; }
.larger {font-size: 22pt; }
.large {font-size: 16pt; }
.medium {font-size: 12pt; }
.small {font-size: 9pt; }
.smaller {font-size: 8pt; }
.smallest {font-size: 6pt; }


/* End Style Sheet commenting. */  
-->