/* CSS Document */

/* main items */
body {
color:#000000;
background-color:#999966;
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea
{
font-family: verdana,helvetica,arial,sans-serif;
font-size:95%;
}

div.padit {
	padding:5px;
}

table
{
font-size: 100%;
background-color:#ffffff; 
border-collapse: collapse;
border:0px;
}

textarea
{
background-color:#ffffff;
}

input, textarea, td, th
{
	padding: 0px;
	vertical-align: top;
	margin:1px;
}

input.text
{
	font-size: 80%;
	background-color:#ffffff;
}


table.layout {
	margin:0px;
	padding:0px;
	border-collapse: collapse;
	border: 0px none;
}
tr.layout{
	margin:0px;
	padding:0px;
	border: 0px none;
}
td.layout{
	margin:0px;
	padding:0px;
	border: 0px none;
}

td.fadedgrey{
	border:1px solid #cccccc;
	background:#eeeeee;
}

div.fadedTitle{
	font-size:150%;
	color:#000000;
	background:#cccccc;
	border-bottom:1px solid #cccccc;
}

td.r, td.g, td.b
{
border-width:0px;
border:none;
}

h1 {
font-size:160%;
margin-bottom:3px;
}

h2 {
font-size:120%;
margin-bottom:3px;
}

h3 {
font-size:110%;
margin-bottom:3px;
}

a:visited {color:#3D4B01; background-color:transparent}
a:active  {color:#3D4B01; background-color:transparent}
a:hover   {color:#000000; background-color:transparent}

/* don't muck up headers*/
th a:link, th a:visited, th a:active {
	color:#ffffff;
}

div.bannertitle {
	font-size:300%;
	font-family:verdana,helvetica,arial,sans-serif;
}

td.highlight {
	background-color:#cccccc;
}

/* color-specific stuff */

th.r
{
background-color:#993300;
color:#ffffff;
font-size:150%;
border-spacing:0px;
border: 1px solid #993300;
text-align:center;
}

td.r, div.r input, div.r textarea, div.r div.box, div.rFull
{
background-color:#cc9966;
color:#000000;
padding:2px;
border-top:1px solid #993300;
border-bottom:1px solid #993300;
border-left:1px solid #993300;
border-right:1px solid #993300;
}

div.r h1,div.r h3{
	color:#993300;
}
div.r h2
{
background-color:#993300;
color:#ffffff;
border: 1px solid #993300;
}

th.g
{
background-color:#666600;
color:#ffffff;
font-size:150%;
border: 1px solid #666600;
text-align:center;
}

td.g, div.g input, div.g textarea, div.g div.box, div.gFull
{
background-color:#cccc66;
color:#000000;
padding:2px;
border-top:1px solid #666600;
border-bottom:1px solid #666600;
border-left:1px solid #666600;
border-right:1px solid #666600;
}

div.g h1, div.g h3
{
color:#666600;
}

div.g h2 {
background-color:#666600;
color:#ffffff;
border: 1px solid #666600;
}

th.b
{
background-color:#333366;
color:#ffffff;
font-size:150%;
border: 1px solid #333366;
text-align:center;
}

td.b, div.b input, div.b textarea, div.b div.box, div.bFull
{
background-color:#9999cc;
color:#000000;
padding:2px;
border-top:1px solid #333366;
border-bottom:1px solid #333366;
border-left:1px solid #333366;
border-right:1px solid #333366;
}


div.b h1, div.b h3
{
color:#333366;
}

div.b h2 {
background-color:#333366;
color:#ffffff;
border: 1px solid #333366;
}
/* menu bar */
div.menu_1 a.menuItem_1, div.menu_2 a.menuItem_2,div.menu_3 a.menuItem_3,div.menu_4 a.menuItem_4{
  font-family: Arial, Verdana, sans-serif;
  font-size: 80%; /*MFC 8pt fixed, 80% scalable*/
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}

textarea, input {
border: 1px solid #000000;
background-color: #cccccc;
}

div.menu_1, div.menu_2, div.menu_3, div.menu_4{
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

/*MFC start - tidied up this whole section... */

div.menu_1 {
  background-color: #f9a;
  border: 2px outset #b13;
}

div.menu_2 {
  background-color: #cad;
  border: 2px outset #95b;
}

div.menu_3 {
  background-color: #fda;
  border: 2px outset #f80;
}

div.menu_4 {
  background-color: #ddf;
  border: 2px outset #22f;
}
div.menu_1 a.menuItem_1, div.menu_2 a.menuItem_2, div.menu_3 a.menuItem_3, div.menu_4 a.menuItem_4 {
  color: black;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.2em; /* 1.2em for scalable (or remove rule), 10pt for fixed */
}

div.menu_g a.menuItem_g { line-height: normal }

div.menu_1 a.menuItem_1:hover, div.menu_1 a.menuItemHighlight {
  background-color: #b13;
  color: white;
}

div.menu_2 a.menuItem_2:hover, div.menu_2 a.menuItemHighlight {
  background-color: #95b;
  color: white;
}

div.menu_3 a.menuItem_3:hover, div.menu_3 a.menuItemHighlight {
  background-color: #f80;
  color: white;
}

div.menu_4 a.menuItem_4:hover, div.menu_4 a.menuItemHighlight {
  background-color: #22f;
  color: white;
}
/*MFC end */

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu_1 div.menuItemSep,div.menu_2 div.menuItemSep,div.menu_3 div.menuItemSep,div.menu_4 div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}

div.tinytext, span.tinytext{
  font-size:80%;
}

td.photoxofy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
td.bodyHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #556E00;
}
p.bodyHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #556E00;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-position: left center;
}
p.gallind {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #556E00;
	font-weight: bold;
	background-color: #AAE696;
	display: inline;
	vertical-align: bottom;
                    text-decoration: none;
}
a.gallind {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #556E00;
	font-weight: bold;
	background-color: #AAE696;
	display: inline;
	vertical-align: bottom;
                    text-decoration: none;
}
p.histdoc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #556E00;
	font-weight: bold;
	background-color: #AAE696;
	display: inline;
	vertical-align: bottom;
}
a.histdoc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #556E00;
	font-weight: bold;
	background-color: #AAE696;
	display: inline;
	vertical-align: bottom;
}
p.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #556E00;
	font-weight: bold;
	background-color: #AAE696;
	display: block;
	text-align: justify;
}
a.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #556E00;
	font-weight: bold;
	background-color: #AAE696;
	display: inline;
	text-align: justify;
}
p.bodyTextRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BB1133;
	font-weight: bold;
	background-color: #AAE696;
	display: block;
	text-align: justify;
}
a.bodyTextRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BB1133;
	font-weight: bold;
	background-color: #AAE696;
	display: inline;
	text-align: justify;
}
p.bodyTextPurple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #995566;
	font-weight: bold;
	background-color: #AAE696;
	display: block;
	text-align: justify;
}
a.bodyTextPurple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #995566;
	font-weight: bold;
	background-color: #AAE696;
	display: inline;
	text-align: justify;
}
p.bodyTextOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8800;
	font-weight: bold;
	background-color: #AAE696;
	display: block;
	text-align: justify;
}
a.bodyTextOrange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF8800;
	font-weight: bold;
	background-color: #AAE696;
	display: inline;
	text-align: justify;
}
p.bodyTextBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2222FF;
	font-weight: bold;
	background-color: #AAE696;
	display: block;
	text-align: justify;
}
a.bodyTextBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2222FF;
	font-weight: bold;
	background-color: #AAE696;
	display: inline;
	text-align: justify;
}
#flashcontent {
border: solid 1px #000;	
width: 760px;		
height: 600px;		
float: left;		
margin: 0px 0px;
}








