/* CSS Document */
html  {
	  overflow: auto;
	  scrollbar-3dlight-color: #ffffff;
	  scrollbar-arrow-color: #ffffff;
      scrollbar-darkshadow-color: #ffffff;
	  scrollbar-face-color: #000000;
	  scrollbar-highlight-color: #cccccc;
	  scrollbar-shadow-color: #cccccc;
	  scrollbar-track-color: #cccccc;
		}
		
p  {
	font-family:  Arial, Verdana, serif; 
	font-style : normal ;
	font-size : 12pt; 
	font-weight :normal;
	color : #ffffff ;  
	}

body {
	width: 100%;
	height: 100%;
	text-align :center; 
	background-color:#ffffff; 
	margin:0px;
	padding-top:5px; 
	background: -moz-linear-gradient(top, #cccccc, #ffffff);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColor='#cccccc', StartColorStr='#cccccc', EndColor='#ffffff',    EndColorStr='#ffffff', GradientType='0');
	}
	
#global {
     position: relative; /* container positioning */
     margin-left: auto;
     margin-right: auto;
	 margin-bottom:100%;
	 margin-top:0px;
	 width: 840px;
	 height: auto;
	 text-align:left;
	 border: solid #000000 5px;
	 background-color:#CCCCCC;
	      }	

#slide{
	width:auto;
	height:auto;
	margin-top:20px;
	margin-right:15px;
	margin-left:0px;
	filter:RevealTrans(duration=.5, transition=14);
	}
	
#slideA{
	width:auto;
	height:auto;
	margin-top:20px;
	margin-right:15px;
	margin-left:0px;
	filter:RevealTrans(duration=.5, transition=14);
	}	
	
#display {
	background-color:#000000;
	padding:20px;
	width:800px;
	height:auto;
	margin:0px;
	}

.left {
	 border: solid 0px #CCCC00; 
	 width:180px; 
	 height:350px; 
	 float:left;
	 }
	 	
.l_menu	{
	width:100px;
	height:240px;
	border: solid thin #333333;
	margin:30px;
	text-align:center; 
		}
		
a.lmenu:link {
      color: #cccccc;
      text-decoration: none;
	  margin:10px;
}

a.lmenu:visited {
      color:#999999;
      text-decoration: none;
}

a.lmenu:hover { 
      color:#ffffff;
      text-decoration:underline;
}

a.lmenu:active {
      color:#00ffff;
      text-decoration: none;
}

a.foot:link {
      color: #cccccc;
      text-decoration: none;
	  }

a.foot:visited {
      color:#999999;
      text-decoration: none;
}

a.foot:hover { 
      color:#ffffff;
      text-decoration:underline;
}

a.lmenu:active {
      color:#00ffff;
      text-decoration: none;
}
select.list {
	border: solid 2px #000000;
	background-color:#999999;
	color:#000000;
	padding: 3px 0px 3px 11px;
	cursor:pointer;
	}					  
form {
	float:left;
	}
	
.foot_dv {
	margin-top:12px; 
	width:100%; 
	height:20px; 
	border-top:dotted 2px #999999; 
	background-color:#333333; 
	padding:0px;
		}
	

	
