body {
  margin: 0;
  color: #666666;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  /*background-color: #ffffff;*/
  background-color: #ffffff
  /*background-image: url(images/page-bg.gif);*/
}

p {
  font-size: .9em;
  text-align: justify;
  line-height: 1.7em;
}

h1 {
  font-size: 1.3em;
  text-align: right;
  font-style: italic;
  letter-spacing: 5px;
}

h2 {
  margin-top: 20px;
  font-size: 1.1em;
  letter-spacing: 2px;
}


h3 {
  font-size: 1.0em;
  display: block;
}

h4 {
  font-size: 0.8em;
  /*text-decoration: underline;*/
}

p.footer {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 50px;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
}

a:link {
  color: #666666;
  text-decoration: underline;
} 

a:visited {
  color: #666666;
}

a:hover {
  background-color: #11da02;
}

a:active {
  background-color: #11da02;
}

#header {
  background-color: #120904;
  background-image: url(../images/GSlogo.jpg);
  background-repeat:	no-repeat;
  /*background-position:	center; */
  border-bottom: 1px #000000 solid;
  padding-top: 10px;
  padding-left: 125px;
  padding-bottom: 10px;
  padding-right: 125px;
  height:	90px;
  /*width:	1200px;*/
	width:  100%;
}

#header p {
  font-size: .6em;
}


#content {
  width: 100%;
  position: relative;
}

#main-text {
  /*background-color: #ffffff;*/
  /*padding: 100px;*/
  padding-top: 20px;
  padding-left: 80px;
  border-left: 1px #000 solid;
  /*
     border-right: 1px #000 solid;
     border-bottom: 1px #000 solid;
  */
  margin-left: 243px;  /* how wide the left marginof main-text will be, should be == width of nav bar*/
  margin-right: 0;
  margin-top: 0;
  position: relative;
  width: 659px;
  text-align: left;
  height: 585px;
}

#main-text h1 {
  text-align: center;
}

#main-text h3 {
  font-size: 1.0em;
  padding-left: 1em;
  display: block;
}

#main-text h4 {
  padding-left: 2em;
  display: block;
}


#main-text ul
{
  /*list-style-type: circle;
	list-style-position: inside;*/
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
#main-text li
{
  /*border: 1px solid #E0E8E0;*/
  /*list-style-position: inside;*/
  font-size: .8em;
  text-align: justify;
  line-height: 1.7em;
  border: 1px solid #ffffff;
  display: block;
}

#main-text table
{
  /*border: 1px solid #E0E8E0;*/
  font-size: .8em;
  text-align: center;
  line-height: 1.7em;
  border: 0px solid #ffffff;
  /*display: block;*/
}

#navbar
{
  font:	12px arial, sans-serif;
  position: absolute;
  margin: 0 0 0 0;
  top: 30px;
  left: 0;
  width: 243px;
  background-color: transparent;
}


#navbar ul
{
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  background: #66cc66; /* the bold font label */
}
#navbar li
{
  margin: 0 0 0 10px;
  border: 1px solid #ffffff;
  border-left: 10px;
  padding: 0 0 0 10px;
  display: block;
}
#navbar a#hilight
{
  /*background: #5C906F url('images/red_dot.gif') left center no-repeat;*/
  color: #000000;
  font-weight: bold;
}

/*
#navbar li a:hover
{
  color: #444;
  text-decoration: underline;
}

#navbar li a, #navbar li span
{
  display: block;
  padding: 6px 60px 6px 10px;
  color: #FFFFFF;
  background-color: #5C906F;
}
*/


#navbar ul li
{
  border-bottom: none;
  border-right: none;
  border-left: 0px;  /*  if set to >0, then in IE, the navbar does not touch the left border*/
  text-align: left;
  color: #000000;
  font-weight: bold;
  margin: 0 0 0 0px;
  padding: 0px 0px 0px 0px;
  /* margin-left: 10px;  add a green bar to the whole nav bar */
}

#navbar ul li a, #navbar ul li span
{
  margin: 0 0 0 10px;
  padding: 6px 10px 6px 30px; /* top, right, bottom, left : not the one affecting how far the list text is from left*/
  background-color: transparent;
  color: #000000;
  text-decoration: underline;
}


        
#navbar ul ul
{
  margin: 0 0 0 0px;
  padding: 0px 0px 0px 0px; /*the one affecting how far the list text is from left*/
  background: #EBFFED;
}
#navbar ul ul a#hilight
{
  color: #000;
}



#navbar ul ul li
{
  border-bottom: none;
  border-right: none;
  border-left: 0px; /* if >0, then a white space btw the li and the edge*/
  text-align: left;
  margin: 0 0 0 10px;
}

#navbar ul ul li a, #navbar ul ul li span
{
  margin: 0 0 0 0;
  padding: 0px 0px 0px 0px; /* top, right, bottom, left */
  background-color: transparent;
  color: #000000;
  font-weight: normal;
}

/*
#navbar ul ul ul li a, #navbar ul ul ul li span
{
  padding: 5px 5px 5px 60px;
}
*/


/* this works for the select as a whole
select { 
  background-color: #00FF00;
 }
*/



#right-image 
{
  background-color:	#ffffff;
  background-image: url(../../img/array3.jpg);
  background-position: center top;	
  height:	610px; /*has to be there to show*/
  width: 150px;
  position: absolute;
  right: 0px;
  top: 20px;
}
