body {
	color:#000;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}

h1  {
     text-align: center;
     font-family: verdana, arial, helvetica, sans-serif;
     font-size: xx-large;
     color: #0033FF;
     }
h2 {
	font:bold 18px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
text-align:center;
	padding:0px;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
h4  {
font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;

text-align: center;}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}
  
#info p {margin-left:15px; margin-right:20px;}

a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:100px; /* give it a width */
height:0; /* no height to solve an Opera bug that makes it selectable when hidden */
border:none; /* add a border */
left:0; /* position:the image */
top:-150px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:150px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}
/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:10px 210px 10px 170px;
	border:none;
	background-color:white;
	padding:5px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:150px;
      height:975px;
	top:20px;
	left:15px;
	border:none;
	background-color:#25259D;
	padding:20px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}
		
#navBeta {
	position:absolute;
	width:200px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#0ff;
	padding:5px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

#navGamma {
	position:absolute;
	width:200px;
	top:300px;
	right:10px;
	border:1px dashed black;
	background-color:#0f0;
	padding:5px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navGamma {width:168px;}

#navDelta {
	position:absolute;
	width:240px;
	top:550px;
	right:10px;
	border:1px dashed black;
	background-color:#009061;
	color:white;
	padding:5px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navDelta {width:168px;}


#navEpsilon {
	position:absolute;
	width:240px;
	top:680px;
	right:10px;
	border:1px dashed black;
	background-color:#eee;
	padding:5px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navEpsilon {width:168px;}

/*- Menu Tabs 6--------------------------- */
   #tabs6 {
      float:left;
      width:100%;
      background:#3399ff;
      font-size:93%;
     line-height:normal;
     border-top:2px solid #990000;
     border-bottom:2px solid #990000;
      }
    #tabs6 ul {
        margin:0;
       padding:10px 10px 0 50px;
       list-style:none;
  }
 #tabs6 li {
  display:inline;
  margin:0;
  padding:0; }
 #tabs6 a {
  float:left;
  background:url('images/tableft6.gif') no-repeat left top;
   margin:0;
      padding:0 0 0 4px;     text-decoration:none;
      }
   #tabs6 a span {
    float:left;
    display: inline;
    background:url('images/tabright6.gif') no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#006666;
     }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
   #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
  #tabs6 a:hover {
      background-position:0% -42px;
      }
  #tabs6 a:hover span {
      background-position:100% -42px;
      }
   #tabs6 #current a {
     background-position:0% -42px;
     }
 #tabs6 #current a span {
   background-position:100% -42px;
     }
.container {
padding-left:10px;
}
.shadow {
float:left;
}
.frame {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-box-shadow:3px 3px 10px rgba(0, 0, 0, 0.6);
background:#FFFFFF none repeat scroll 0 0;
display:block;
padding:10px;
position:relative;
}
.clear {
clear:left;
}
