/* David Doman - Misc website...*/
/*The body section sets the style of the main body*/
body { 
	font: 100% Verdana, sans-serif;
	background:  white;   
	text-align:center;    
	min-width:468px;
	height:100%;  
padding-top:16px; 	
	}
div.overworld
{
	width:468px;
margin: 0 auto;
}
	div.main { 
	    width:468px;  
		font: 9px Verdana, sans-serif;
		color: white;
		height:inherit;
        background: #446E9A ;
        border:double 2px #1E80DC;
			} 
			
div.maintitle{
background:url(images/smoothtitle.jpg) no-repeat top left;
width:468px;
height:259px;
	}

div.nontitlediv
{width:inherit;
}
/*This sets the style of the navigation bar, a sub-cell of the main table*/
div.menul{
	background: #446E9A ;
        font-weight: bold;
	    text-decoration: none; 
	    width: 20%;
	    text-align: center;
	    float:left;
 		}
 	      div.menultitle{
 	       background:url(images/smoothnav.jpg) no-repeat top left;
 	          height: 24px;
 		      width:38px;
 		      margin: 0 auto; /* centering layout */
 				 }
 				  
div.central{
	background:none;
	float:left;
	text-align:center;
	width:59%;
	margin-left:0px;
}

div.menur{
	    background: #446E9A ;
        font-weight: bold;
	    text-decoration: none; 
	    width:20%;
	    text-align: center;
	    float:right;
	    margin-right:3px;
 	}
 	 div.menurtitle{
 		 	background:url(images/smoothcss.jpg) no-repeat top right;
 	        height: 24px;
 		    width:38px;
 		    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: #B3C8DE;
	}
a:hover {
      	 font-size: x-small; 
      	 font-weight: bold;
		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;
}
div.littlethanksdiv
{
 padding-top:0px;
	 font-size:9px;
	 font-family:Arial;
}
/* 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{
background:#446E9A;
color: black;
font-family: Arial;
font-size: 9px;
}
	img.gallery{
	border:none; 
				}
