/* CSS Document */

*{margin:0;padding:0;} 
	body{
	font-family: tahoma;
	font-size: 75%;
	color: #525355;
	line-height: 20px;
	background-image:url(../images/bg91.jpg);
	background-repeat:repeat;
}
	
	
	#container {
		width:770px;
		clear:both; 
		text-align:center;
		margin-left: auto;
   		margin-right: auto;
		height:auto;
		border:medium double #464679;
		background-color:#FFFFFF;
										}
					
	#header {
			width:100%;
			height:230px;
			background-image:url(../images/trial.jpg);
			background-position:center;			
			background-repeat:no-repeat;
			clear:both;							
			}	
#nav{
clear:both;
width:100%;
height:42px;
margin-bottom:15px;
}

#navwrapper{
clear:both;
float:right;
}

.menu {
  padding:0; 
  margin:0; 
  list-style-type:none;
  white-space:nowrap;
  }
.menu li {
  float:left;
  min-width:100px;
  }
.menu a {
  position:relative;
  display:block; 
  text-decoration:none; 
  min-width:100px; 
  float:left; 
  }
* html .menu a {
  width:100px;
  }
.menu a span {
  display:block; 
  color:#000;
  background-image:url(../images/button_down.jpg);
   /*background-color:#c4b5e3;*/
   border:1px solid #5F69DC;
  border-width:2px 1px; 
  text-align:center; 
  padding:2px 16px; 
  cursor:pointer;
  }
* html .menu a span {
  width:100px; 
  cursor:hand; 
  w\idth:66px;
  }
.menu a b {
  display:block; 
  border-bottom:2px solid #5F69DC;  
  }
  
.menu a em {
  display:none;
  }
.menu a:hover {
  background:#fff;
  }
.menu a:hover span {
  color:#990000;
  background:#bbc0f3;
   background-image:url(../images/button_up.jpg);
  }
.menu a:hover em {
  display:block; 
  overflow:hidden; 
 border:6px solid #06a; 
  border-color:#5F69DC #fff; 
  border-width:6px 6px 0 6px; 
  position:absolute; 
  left:50%; 
  margin-left:-6px;
  }
  
  /*div layout 1*/
#full{
width:100%;
background-color:#FFFFFF;
		}
		
		#left{
		width:75%;
		background-color:#fff;
		color:#000000;
		float:left;
		text-align:justify;		
		border-right:thin solid #9297c7;
		}
		#right{
		width:23%;
		background-color:#fff;		
		color:#6666CC;
		float:left;
		}
		#left1{
		width:75%;
		background-color:#fff;
		color:#000000;
		float:left;
		text-align:justify;		
		
		}
		
		/* use these 3 divs to produce 3 col layout */
	#left3col {
		width:32%;
		float:left;
		margin:0px;
		padding:0px;		
						}
		
		
	#mid3col {
		border-left:1px dotted #cccccc;
		float:left;
		width:32%;
		margin:0px;
		padding:0px;
		
		}				
			
		
	#right3col {
		border-left:1px dotted #cccccc;
		width:32%;
		float:left;
		margin:0px;
		padding:0px;
		}		
  /*div layout 2*/

		
	#left2col {
		width:49%;
		float:left;
		margin:0px;
		padding:0px;		
						}
		
		
	#right2col {
		border-left: thin solid #9297c7;
		float:left;
		width:50%;
		margin:0px;
		padding:0px;
				}				

/*#footer{
		clear:both;
		width:100%;
		margin-top:15px;
		background-image:url(../images/footer.gif);
		background-repeat:no-repeat;
		color:#000;
		text-align:center;
		height:23px;
				}*/
#footer {
	clear: both;
	margin-top: 15px;
	font-family: verdana;
	font-size: x-small;
	background-image:url(../images/footer.gif);

	height:23px;
   	color: black;	
	text-align: center;
}

#footstyle a:link {
	color: black;
	text-decoration: underline;
}

#footstyle a:visited {
	color: black;
	text-decoration: underline;
}

#footstyle a:hover {
	color: #246CB8;
	text-decoration: none;
}

#footstyle ul {
	padding: 0;
	margin: 10px 0 0 0;
}

#footstyle ul li {
	display: inline;
}


