﻿html, body 
{
	margin: 0px;
	padding: 0px;
	background-color: #DFDFDF;
	height: 100%;
	font-family: Georgia;
	font-size: 15px;
	color: #000000;
	line-height: normal;
}
a, a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #000000;
}

a:hover 
{
	text-decoration: underline;
	color: #CC0000;
}

h1 {
	font-size: 38px;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color: #FFFFFF;
	}
h2 {
	font-size: 28px;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	line-height: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

#header
{
	background-color: #D4D4D4;
	margin: 0px;
	padding: 0px;
	height: 107px;
	width: 100%;
}

#myFlashHeader
{	
	width: 307px;
	float:left;
}

#mainmenu
{
	font-size:14px;
	font-weight: normal;
	color: #bb0000;
	float:right;
	padding: 5px 10px 5px 10px;
	background-image: url(../images/topmenubg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainmenu a, #mainmenu a:link, #mainmenu a:visited, #mainmenu a:active
{
	text-decoration: none;
	color: #CC0000;
}

#mainmenu a:hover 
{
	text-decoration: underline;
}

#main
{
	padding-top: 0px;
	width: 100%;
}

#FlashContainer
{
	text-align:center;
}

#menu 
{	
	position: absolute;
	left: 5px;
	padding: 0px;
	width: 310px;
	padding-top: 50px;
}

#title 
{
	position: absolute;
	width: 400px;
	z-index: 2;
	left: 310px;
	top: 72px;
}

#content {
	margin-left: 313px;
	width: 530px;
	margin-right: 15px;
	padding-top: 50px;
	line-height: 20px;
}