/* David Doman - Misc website...*/
/*The body section sets the style of the main body*/
body { 
	font: 100% Verdana, sans-serif;
	background:  url(images/background.gif) repeat top right;   
	text-align:center;    
	min-width:848px;
	height:100%;    
	margin: 0;
	padding: 5px;  	
	}
/*This section styles the main div that contains the content*/
			
	div.overworld
{
	width:848px;
margin: 0 auto;
padding: 0 auto;
font: 9px Verdana, sans-serif;
color: #404040;
}
	div.main { 
	    width:848px;  
		font: 9px Verdana, sans-serif;
		color: white;
		height:inherit;
        background: #A4A6A8;
        border:1px solid black;
        padding:0 auto;
          height:100%;
			} 
			
div.maintitle{
background:url(images/rand1.jpg) no-repeat top left;
width:848px;
height:110px;
	}

div.nontitlediv
{width:inherit;
 height:300px;
 
}
/*This sets the style of the navigation bar, a sub-cell of the main table*/
div.menul{
	background:url(images/bg.png) repeat top right;
        font-weight: bold;
	    text-decoration: none; 
	    width: 20%;
	    text-align: center;
	    float:left;
	    height:100%;
	    	}
 	      div.menultitle{
 	       background: none;
 	          height: 0px;
 		      width:0px;
 		      margin: 0 auto; 
 				 }
 				  
div.central{
	background:none;
	float:left;
	text-align:left;
	width:59%;
	
	margin-left:5px;
}

div.menur{
	    	background:url(images/bg.png) repeat top right;
        font-weight:  normal;
	    text-decoration: none; 
	    width:20%;
	    text-align: center;
	    float:right;
	     height:100%;
	     	}
 	 div.menurtitle{
 		 	background:none;
 	        height: 0px;
 		    width:0px;
 		    margin: 0 auto; /* centering layout */
  					}

 .names{
	 background: #446E9A;
	 border:1px solid black;
	 font-weight:bold;
	 border-collapse:collapse;
	 color: white;	
 		}
 div.cssform{
	 text-align:left;
 }

h1   	{
	text-decoration: underline;
	font-size: x-small;
		}	
/* This section of CSS sets the style of the links in their various states*/
a:link {
	font-size: x-small; 
	text-decoration: none; 
	color: white;
	border: none;
	}
a:visited { 
	font-size: x-small; 
	text-decoration: none; 
	color: #D2D0D0;
	}
a:hover {
      	 font-size: x-small; 
      	text-decoration: none; 
		color: blue;
		}
/*This formats the footer, for use on the splash portal page*/
        span.hider{
	display:none;
}
span.texttitle{
	font-weight:bold;
	text-decoration: underline;
	font-size: 12px;
	text-align:center;
}
div.littlethanksdiv
{
 padding-top:90px;
	 font-size:9px;
}
/* This formats the textarea on my javascript gallery page, so there is no scrollbar and some transparency*/
textarea
        {
 	font: x-small MS Sans Serif, sans-serif; 
	color: #FEFFBB;
	background: #0B4500;
	overflow:hidden;
	border: none;
  /*below sets the transparency for the textarea, separate definitions for each major browser*/
	 filter:alpha(opacity=75);
		opacity:0.75;
		-moz-opacity:0.75;	
        }
/* this sets an ordered list to be roman numerals*/
ol.roman {
list-style-type: lower-roman;
list-style-image: none;
	}
/* this sets an image for each bullet point*/
ul 
{
list-style-image: none;
}
input{
color: black;
font-family: Arial;
font-size: 9px;
margin-left:8px;
}
	img.gallery{
	border:none; 
				}
