body {
    background-color: #000;
    padding: 0; margin: 0

}

/* global */

* {font-family: Verdana, Arial, serif; text-align: left; }
* {font-size: 1em;}

/* layout */

#container {
margin: 0;
width: 99%;
background: url('images/bg1.jpg') no-repeat top left;
background-color: transparent;
border: 1px solid #000;
}
#title {
    margin: 275px 0px 10px 0px;
    font: normal normal bold 2em 2em Georgia, "Times New Roman";
    text-align: left;
   /* width: 550px;   */
    font-size: 2em;
    color: #FDE8DF;
}


#left {
/*padding-bottom: 15px;   */
float: left;
width: 22%;
margin: 250px 0px 0em 0em;
background-color: transparent;
}
#left2 {
/*padding-bottom: 15px;   */
float: left;
width: 22%;
margin: 550px 0px 0em 0em;
background-color: transparent;
}
#right {
/*padding-bottom: 15px;   */
float: right;
width: 20%;
margin: 0;
background-color: transparent;
}

#main {
padding-bottom: 15px;
float: left;
width: 55%;
background-color: transparent;
margin: 175px 0px 0px 0px;
}

.right1 {
padding-bottom: 15px;
float: right;
width: 25%;
background-color: transparent;
margin: 15px auto;
}

#main h1 {
  margin-left: 50px;
  margin-bottom: 0px;
  font-family: Georgia, serif;
  font-size: 1.5em;
  font-weight: bold;
  color:  #FDE8DF;
  line-height: 1.5em;
  letter-spacing: 1.5px;
  background-color: transparent;
}
h1 {
  /*margin-left: 20px;*/
  margin-bottom: 0px;
  font-family: Georgia, serif;
  font-size: 1.5em;
  font-weight: bold;
  color:  #90DDF1;
  line-height: 1.5em;
  letter-spacing: 1.5px;
  background-color: transparent;
  text-align: center;
}


#main h2 {
  font-size: 1em;
  line-height: 2em;
  font-weight: bold;
  color:  #97D9EF;
  font-family: Georgia, serif;
  background-color: transparent;
 /* text-indent: 1em; */
}

#main h3 {
  font-size: 1em;
  line-height: 2em;
  font-weight: bold;
  color:  #DDFFFF;
  font-family: Georgia, serif;
  background-color: transparent;
  text-indent: 1em;
}
#main #4 {
  font-size: .75em;
  line-height: 2em;
  font-weight: bold;
  color:  #DDFFFF;
  font-family: Georgia, serif;
  background-color: transparent;
  text-indent: 1em;

}


.paragraphblock {
  margin: 6px;
  background-color: transparent;
  padding:0;
  /*width: 550px; */
}
p.endorse {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .75em;
    text-align: left;
    padding: 1em 1em 1em 1em;
    /*font-style: italic; */
}
p.tiny {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #990000;
    line-height: 140%;
}
p.author {
    font-size: 1em;
  line-height: 2em;
  font-weight: bold;
  color:  #DDFFFF;
  font-family: Georgia, serif;
  background-color: transparent;
  font-style: italic;
}

.imgright  {
  float: right;
  padding: .5em;
}

.imgleft  {

  float: left;
  margin: .5em;
  /*border: 1px solid black; */
}


#main p {
  margin: 7px;
 font-size: .75em;
  color: #D5E3DA;
  line-height: 1.5em;
  background-color: transparent;
  padding-bottom: 1em;
  text-align: justify;
}
.frm {
    text-align: center;
}


/* Extra tags are defined here for the main content area */
#main pre {
  font-family: monospace;
  font-size: 11px;
  margin: 15px;
  color: #ADA59C;
  line-height: 12px;
  background-color: transparent;
}

#main blockquote {
  color: #99CCCC;
  line-height: 1.5em;
  text-align: center;
  background-color: transparent;
    font: italic bold 1.5em Georgia, "Times New Roman";
}

#main acronym {
  border-bottom: 1px dashed #E0D38C;
  background-color: transparent;
	}
	
.updated {   /* styles article dates */
  margin-left: 20px;
  padding: 0;
  color: #ccc;
  font-size: 0.55em;
  background: none;
  background-color: transparent;
}

#main ul {   /* styles main area unordered(bulleted) lists */
  margin-top: 15px; /* This margin is the top margin of the WHOLE list, hence why it is specified in ul and not li */
  margin-bottom: 15px; /* This margin is the bottom margin of the WHOLE list, hence why it is specified in ul and not li */
  font-size: 0.75em;
  color: #E0D38C;
  line-height: 1.5em;
  list-style: square; /* This controls the bullet point style. */
  background-color: transparent;
}

#main li {
  margin-left: 5px; /* This margin acts as an indent for each list item.  Indenting the whole list doesn't work well in IE. */
  background-color: transparent;
}

#main ol {   /* styles main area ordered(numbered) lists */
  margin-top: 15px; 
  margin-bottom: 15px; 
  font-size: 0.75em;
  color: #E0D38C;
  line-height: 1.5em;
  list-style-type:  decimal;
  background-color: transparent;
 }
.game {
    margin-left: 4em;
    padding: 5px;
    border: 2px solid #009999;
}


#right h1, #right h2 { /* styles for right column headings */
  margin-top: 26px;
  margin-left: 5px;
  font-family: Georgia, serif;
  font-size: 0.8em;
  font-weight: bold;
  color:#DDFFFF;
  line-height: 1.5em;
  letter-spacing: 1px;
  background-color: transparent;
}

#right p {  /* styles for right column paragraph text */
  margin: 5px;
  font-size: .70em;
  line-height: 1.5em;
  color: #FDE8DF;;
  background-color: transparent;
  padding-bottom: 6px;
  text-align: left;
}
#right p.read {
  text-align: right;
  background-color: transparent;
}

.top {
    font-family:  sans-serif, Arial, Tahoma;
    text-align: right;
    margin: 6px 10% 6px 75%;
}



#left h1, #left h2 {  /* styles for left column headings */
  margin-top: 26px;
  margin-left: 5px;
  font-family: Georgia, serif;
  font-size: 0.9em;
  font-weight: bold;
  color: #DDFFFF;
  line-height: 0.9em;
  letter-spacing: 2px;
  background-color: transparent;
}

/* links */

#main a:link, #main a:visited {  /* These styles are for links in the main content area only */
color: #0099FF;
font-weight: bold;
text-decoration: none;
background-color: transparent;
}

#main a:hover, #main a:active {  /* These styles are for links in the main content area only */
color: #FF0033;
font-weight: bold;
text-decoration: none;
background-color: transparent;
}


#right a:link, #right a:visited {  /* These styles are for links in the right column only */
color: #0099FF;       /* #ccc; */
font-weight: bold;
text-decoration: none;
background-color: transparent;
}

#right a:hover, #right a:active {  /* These styles are for links in the right column only */
color: #FF0033;
font-weight: bold;
text-decoration: none;
background-color: transparent;
}

/* ***********************************   MAIN  MENU   ***************************  */

#left ul {   /* defined as left because the nav is in the left div */
margin: 0 0 0 2em;  /* top margin brings the menu down slightly */
list-style: none;
padding: 0;
width: 155 px;           /*  125px; */
background-color: transparent;
}

#left li {
border: 0;
padding: 0 10px 0 0;
margin: 0;
display: inline; /* fix for IE 5 & 6 */
background-color: transparent;
}

#left a {  /* these "a" styles define the main text that appears when the main links are hovered over */
display: block;
border: 0;
padding: 0;
margin: 0;
font-family: Georgia, serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
letter-spacing: 2px;
background-color: transparent;
}

#left a:link, #left a:visited { /* these "a" styles define the main text that appears when the main links are hovered over */
padding-left: 10px;
color: #FCF0AD;
background: url('images/menuarrow.gif') no-repeat;
background-position: 0% 25%;
background-color: transparent;
}

#left a:hover, #left a:active { /* these "a" styles define the main text that appears when the main links are hovered over */
padding-left: 10px;
color: #FF0033;
background: url('images/menuarrowover.gif') no-repeat;
background-position: 0% 25%;
background-color: #000;
}

#left span.comment {   /* the .comment style defines the small text that appears when the links are hovered over */
margin: 0;
padding: 0;
color: #044355;        /*  #444;   */
font-size: 11px;
background: none;
letter-spacing: 0;
visibility: hidden;
 }
#left p {
   margin: 5px;
  font-size: 0.70em;
  line-height: 1.5em;
  color: #FDE8DF;;
  background-color: transparent;
  padding-bottom: 6px;
  width: 80%;
   text-align: left;
}

#left a:hover span.comment  {  /* the .comment style defines the small text that appears when the links are hovered over */
margin: 0;
padding: 0;
color: #fff;
font-size: 10px;
background: none;
letter-spacing: 0;
visibility: visible;
}

ul#mainnav li span.comment { /* the .comment style defines the small text that appears when the links are hovered over */
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
  display: inline;
  font-size: 10px;
  line-height: 12px;
  height: 10px;
  width: 150px;
  color: #444;
  clear: both;
}


ul#mainnav li a:hover span.comment { /* the .comment style defines the small text that appears when the links are hovered over */
  background-color: #555;
  text-decoration: none;
  color: #aaa;
}


/*  ******************************************** FOOTER        */

.footer {
clear: both;
margin: 0 auto;
width: 99%;
height: 6em;               /* 50px;  */
line-height: 1.5em;              /* 30px; */
color: #DDFFFF;
font-size: 0.6em;
text-align: center;
border-top: solid 1px #009999;
background-color: transparent;
padding-bottom: 1em;
padding-top: 1em;
}

.footer a {
	padding-right: 10px;
	color: #DDFFFF;
	text-decoration: underline;
    background-color: transparent;
}

.footer a:hover {
	padding-right: 10px;
	color: #FF0000;
	text-decoration: underline;
    background-color: transparent;
}


