	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}

	#flashcontent {
		height: 100%;
	}
	/* end hide */
body {
  height: 100%;
  padding: 0;
  background-color: #6C6961;
  margin: 50px 50px 1px;
  color: #FFFFcc;
  font-size: 9pt;
  font-family: Verdana, Arial, sans-serif;
}

p {
  color: #FFFFcc;
  font-size: 9pt;
  font-family: Verdana, Arial, sans-serif;
  text-indent: 13px;
  }

h1 {
  color: #FFFFcc;
  font-weight: bold;
  font-size: 12pt;
  font-family: Verdana, Arial, sans-serif;
  text-indent: 13px;
}

h2 {
  font-variant:small-caps;
  color: #FFFFcc;
  font-weight: lighter;
  font-size: 12pt;
  font-family: Verdana, Arial, sans-serif;
  text-indent: 13px;
  
}

h3 {
  color: #FFFFcc;
  font-weight: bold;
  font-size: 14pt;
  font-family: Verdana, Arial, sans-serif;
  text-indent: 13px;
}

A:link {
text-decoration: underline; color: #FFFFcc;
}
A:visited {
text-decoration: none; color: #d0d090;
}
A:active {
text-decoration: none; color: #FFFFcc;
}
A:hover {
text-decoration: none; color: #FFFFcc;font-weight: bold;
}
	
/* Content Positioning & Size */
#navigation		{ float: center; width: 182px; margin-left: -100%; }
#content		{ margin: 0 15px 36px; }
#extra			{ float: left; margin-left: -200px; width: 182px; }		/* Footer */
#footer			{ background: #808000; border-bottom: 2px solid #c7d200; clear: center; width: 100%; }
#footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
#footer ul		{ border-bottom: 1px solid #c7d200; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }

