
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #303030;

	}

strong, b {
	font-weight: bold;
	}
p {
	font-size: 24px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;

	}

h1 {
	font-size: 30px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 20;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}

.scaled {
  width: 100%;
  height: 110%;
        }

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;

	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
#contentwidth{
	min-width: 1000px;
	      }
#top {
	margin: 20px 20px 0px 20px;
	padding: 10px;
	border: 5px solid #736666;/*3D2B2B;*/
	background:#76AA91;
	background-repeat:no-repeat;
	background-position:center center;
	font: arial;
	height: 170px;
	width: auto;
	}


#left {
	position: absolute;
	top: 220px;
	left: 0px;
	margin: 20px;
	padding: 10px;
	border: 5px solid #736666;
	background: #76AA91;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}

#middle {
	margin: 20px 20px 20px 190px; /* margin: 20px 190px 20px 190px; */
	padding: 10px;
	border: 5px solid #736666;
	background: #76AA91;
	word-wrap: break-word;
	}
#ares{
	margin-left:25px;
	float: left;
	display:inline;
     }
#rac{
	margin-right:25px;
	float: right;
	display:inline;
     }
#download
  {
    display: block;
    border-style:none;	
    width: 260px;
    height: 26px;
    background: url("/buttons/button_0.png") no-repeat 0 0;

  }

#download:hover
  { 
    background: url("/buttons/button_1.png") no-repeat 0 0;
  }
#nextmod
  {
    display: block;
    border-style:none;	
    width: 260px;
    height: 26px;
    background: url("/buttons/NMbutton_0.png") no-repeat 0 0;
    
  }

#nextmod:hover
  { 
    background: url("/buttons/NMbutton_1.png") no-repeat 0 0;
  }
#nextmod span
{
  display: none;
}

#prevmod
  {
    display: block;
    border-style:none;	
    width: 260px;
    height: 26px;
    background: url("/buttons/PMbutton_0.png") no-repeat 0 0;
  }

#prevmod:hover
  { 
    background: url("/buttons/PMbutton_1.png") no-repeat 0 0;
  }
#prevmod span
{
  display: none;
}

#prevmoddiv
{
float:left;
border-style:none;	
width:270px;
}

#nextmoddiv
{
float:right;
border-style:none;	
width:270px;
}
.divclear
{
clear:both;
}
pre {
	font-size: 22px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	font-family:arial;
	
	}
	/* the menu */

	ul,li,a {
		display:block;
		margin: 0;
		padding:0;
		border:10;

	}

	ul {
		width:100%;
		border:1px solid #9d9da1;
		background:#76AA91;
		list-style:none;
	}

	li {
		position:relative;
		padding:1px;
		padding-left:0px;
		z-index:9;
	}
		/*li.folder	{ background:#76AA91; }		*/
/*COMMENT OUT THIS TO GET INLINE DROP DOWN MENUS*/	
	li.folder ul {
			position:absolute;
			left:120px; /* IE */
			top:5px;
		}		
/*END COMMENT OUT HERE*/
			li.folder>ul { left:120px; } /* others */

	a {
		padding:2px;
		border:1px solid white;
		text-decoration:none;
		color:black;
		font-weight:bold;
		width:15%; /* IE */
	}
		li>a { width:auto; } /* others */

	/*li a.submenu {
		
	}*/

	/* regular hovers */

	a:hover {
		border-color:gray;
		background-color:#bbb7c7;
		color:black;
	}
		li.folder a:hover {
			background-color:#bbb7c7;
		}
	
	/* hovers with specificity */
	
	li.folder:hover { z-index:10; }		
		
	ul ul, li:hover ul ul {
		display:none;
	}

	li:hover ul, li:hover li:hover ul {
		display:block;
	}

