﻿/* hide from ie on mac \*/
html {
	height: 100%;
}

body 
{
	font-family:trebuchet MS;
	height: 100%;
	margin: 0;
	padding: 0;
	color:#000000;
	font-size:10pt;
	background-color:#000000;
	background-image:url(imagess/bggrad.jpg);
	background-repeat:repeat-x;
}

tr
{
	background-color:#FFFFFF;
	}

#flashcontent {
	height: 550px;
}
/* end hide */

#body
{
	height:600px;
	vertical-align:top;
	}

#description
{
	width:300px;
	vertical-align:top;
	}

.descriptiontext
{
	margin-right:10px;
	}

.header
{
	vertical-align:bottom;
	margin:none;
	width:300px;
	
}

.headerlogo
{
	vertical-align:bottom;
	margin:none;
	}

.headermenu
{
	vertical-align:bottom;
	margin:none;
	width:465px;
	}
	
.submenu{
	text-align:center;
	margin-top:10px;
}

a
{
	font-size:inherit;
	color:#000000;
	text-decoration:none;
	}
a:hover
{
	font-size:inherit;
	color:Orange;
	text-decoration:none;
	}

ul
{
	margin-top:5px;
	}

h1
{
	font-family:Trebuchet MS;
	font-size:12pt;
	font-weight:600;
	margin-top:20px;
	}
	
h3
{
	font-family:Trebuchet MS;
	font-size:12pt;
	font-weight:600;
	margin-top:20px;
	}
h4
{
	font-family:Trebuchet MS;
	font-size:10pt;
	font-weight:600;
	margin-bottom:0px;
	}

#content
{
	position:absolute;
	left:50%;
	margin-left:-425px;
	width:850px;
	}
	
.footer
{
	color:#FFFFFF;
	font-size:8pt;
	}

.maintext
{
	width:550px;
	}

