/*contentStandardsStylesheet.css*/
body {
	background-color:#cccccc;
	background-color:black;
	
}
div.vs{
	height:80px;
	/*background-color:red;*/
}
#all {
	/*just to test*/
	width:800px;
	min-height:806px;
	border: 3px solid black;
	margin-left:auto;
	margin-right:auto;
				padding-bottom:100px;
				/*background-color:red;*/	
}
#heading
{ background-color:#000066;

  text-align:center;
  font-size:20pt;
  color:white;
  border-left: 2px solid white;
  border-top: 2px solid white;
  border-right: 2px solid white;
 				/*min-height:80px;*/
 				/* min-height:40px;*/
  				position:fixed;
				top:0px;
    			height:40px;
  				width:796px;
				z-index:1;				  
  
  
}
#strand{ 
  font-size:18pt;
  font-weight:bold;
  padding-top:10px;
  padding-left:10px;
  padding-bottom:10px;
  padding-right:20px;
}
.strand{ 
  font-size:18pt;
  font-weight:bold;
  padding-top:10px;
  padding-left:10px;
  padding-bottom:10px;
  padding-right:20px;
}
#standard{
	font-size:16pt;
	font-weight:normal;
	padding-left:20px;
	padding-bottom:10px;
	padding-right:20px;
}
.standard{
	font-size:16pt;
	font-weight:normal;
	padding-left:20px;
	padding-bottom:10px;
	padding-right:20px;
}
#content{
	/*background-color:rgb(153,153,153);*/
	background-color:#cccccc;
	min-height:680px;
	padding-left:20px;
	padding-bottom:10px;
	padding-right:20px;
  				width:760px;
	
	
	  			position:relative;
				top:93px;
				top:65px;
				left:0px;					
		
}
#content ul{
	list-style-type: none;
	font-size:16pt;
	margin-left:-20px;
}
#content ul ul{
	list-style-type:disc;
	font-size:16pt;
	margin-left:-20px;
}



#menuHorizontal {
  background-color:#000033;
  background-color:#000066;	
	z-index:2;

	border-left:   2px solid white;
	border-right:  2px solid white;
		border-bottom: 2px solid white;
	font-size:16px;
	margin-top:-1em;
	margin-left:0em;
			/*width:882px;*/
			/*height:26px;*/	
  				position:fixed;
				top:50px;
    			height:40px;
  				width:796px;	
	
}
#menuHorizontal ul{
	position:relative;/* if you don't have position relative the z-index does not work*/
	z-index:3;
	margin-left:-2.5em;
					margin-top:.9em;
}
#menuHorizontal ul ul{
	/*margin-top: .75em;*/
	margin-top: 1.4em; 
}
#menuHorizontal li {
  float:left;
  list-style-type: none;
  width:66px;
  height:25px;
  text-align: center;
  background-image:url("mno.jpg");
 background-color:#000077;
  font-size:14pt;
  font-family:serif;
  color:#ffffff; 
	/*border-left:solid 1px white;*/
	border-top:solid 1px white;
	border-right:solid 1px white;
  display:block;
  				
}
#menuHorizontal li li {
	position:relative;
	top:-14px;
	left:-4px;
	z-index:2;
  list-style-type: none;
  width:120px;
  height:25px;
  text-align: center;
  background-image:url("mno.jpg");
  font-size:12pt;
  font-family:serif;
  color:#fff; 
  /*border: #1111aa 2px outset;*/
  display:block;
  border-left:none;
  border-top:1px solid white;
  border-right:none;
  border-bottom:none;
  		/*cursor:pointer;*/
}
#menuHorizontal li ul{
	display:none;
}
#menuHorizontal li:hover > ul {
	display:block;
	margin-left:-2.5em;	
}
#menuHorizontal li:hover {
  color:black;
  background-image:url("mo.jpg");
}
#menuHorizontal a {
  color:#ffffff;
  display: block;
  text-decoration: none;
  height:25px;
}
#menuHorizontal a:hover {
  color:#000000;
}







