@charset "utf-8";
/* CSS Document */

body {
  background-color: transparent;
 //background-repeat: repeat-x, repeat-y;                  
 font-size: .7em;      
 font-family: verdana, arial, helvetica, sans-serif;      
}      
    
a {      
 color: black;      
 font-family: verdana, arial, helvetica, sans-serif;      
 //font-weight: 600;      
 text-decoration: none;      
}      
a:link {      
 color: black;      
}      
a:visited {      
 color: black;    
}      
a:hover {      
 //background-color: #bbb;      
}      
/* All the content boxes belong to the content class. */      

.contents2 {
position: static;
	width: 95%;
	height: 500px;
	margin-left: 2%;
	margin-right: 2%;
	border: 1px dotted gray;
	//background-color: white;
	padding-left: 3px;
	z-index: 1;
	overflow: auto;
}	
div.caption {
	visibility: hidden;
	padding: 5px;
	z-index: 2;
	background-color: white;
	//background-image: url(x.jpg);
	border: 1px solid #c0c0c0;
}

#menu2 {
	float: right;
	width: 17%;
	height: 520px;
	//margin-top: 13%;
	//margin-left: 5%;
    //margin-right: auto;
	//border: 1px dotted gray;
	//background-color: #435360;
	z-index: 2;
}	
#menu3 {
	float: left;
	width: 25%;
	height: 488px;
	margin-left: 7%;
	//margin-top: 3px;
	margin-right: 1%;
	border: 1px dotted gray;
	//background-color: white;
	padding: 3px;
	z-index: 1;
    background-image: url(n.jpg);
	line-height: 140%;

}	

#test {
	float: left;
	width: 86%;
	height: 488px;
	margin-left: 7%;
	margin-top: 3px;
	margin-right: auto;
	border: 1px dotted gray;
	//background-color: white;
	padding: 3px;
	z-index: 1;
    background-image: url(tback.jpg);
	line-height: 140%;
}	

#flash {
	margin-top: 12px;
}	

