
/* hide from ie on mac \*/
html {	height: 100%; }
#flashcontent {height: 100%;}
/* end hide */

body {	height: 100%;	margin: 0;
		padding: 0;		background-color: #444444;
		color:#ffffff;	}

body.info {	height: 100%;	margin: 0;
		padding: 0;		background-color: #666666;
		color:#ffffff;	}

#header {
  background: #444444;
  width: 100%;
  height: 100px;
}
#leftcol {
  margin: 5px;
  padding: 5px;  
  background: #444444;
  color: #ffffff;
  float: left;
  width: 15%;
}
#flashContent {
  margin: 5px;
  padding: 5px;  
  background: #444444;
  float: left;
  width: 80%;
}
#footer {
  background: #444444;
  margin: 25px;
  padding: 5px;
  clear: both;  
  font: 10px ; COLOR: #ffffff ;
  width: 90%;
}	
h1 {font: 30px Arial }
h2 {font: 24px Arial }
h3 {font: 18px Arial }

P {font: 12pt Arial }
P.sidebar {font: Arial ; color: #ffffff ; font-size: 10pt }
P.info {font: Arial ; color: #ffffff ; font-size: 12pt }
P.infotab {font: Arial ; padding-left: 50pt; color: #ffffff ; font-size: 12pt }
P.bold {font: Arial ; color: #ffffff ; font-size: 16pt }

cursor:hand

A         {font: 12pt Arial; COLOR: #FFFFFF ; text-decoration:underline}
A:link    {font: 12pt Arial; COLOR: #FFFFFF ; text-decoration:underline}
A:visited {font: 12pt Arial; COLOR: #FFFFFF ; text-decoration:underline}
A:hover   {font: 12pt Arial; COLOR: yellow ; text-decoration:underline}

A.menu         {font: 14pt Arial; COLOR: #FFFFFF ; text-decoration:none}
A.menu:link    {font: 14pt Arial; COLOR: #FFFFFF ; text-decoration:none}
A.menu:visited {font: 14pt Arial; COLOR: #FFFFFF ; text-decoration:none}
A.menu:hover   {font: 14pt Arial; COLOR: yellow ; text-decoration:none}

H1         {font: 20pt Arial; COLOR: #FFFFFF }
H2         {font: 18pt Arial; COLOR: #FFFFFF }
H3         {font: 16pt Arial; COLOR: #FFFFFF }
H4         {font: 14pt Arial; COLOR: #FFFFFF }

ul {font-family:"Arial"; color: #ffffff ; font-size: 12pt; }

blockquote {font-family:"Arial"; color: #ffffff ; font-size: 12pt; }

