/* general styles */

table { width: 99%;
	margin-left:.5%;
	 }
	 
td#leftcol{     padding: .2em .5em 0 .5em;
		vertical-align: middle;
		/* border: 1px solid;  */
		width: 33%;
		}
	

td#middlecol { 	padding: .2em 1em 0em 5em;
		vertical-align: middle;
		/* border: 1px solid; */
		width: 33%;
	   	}
	   	
td#rightcol{    padding: .2em 2.5em 0 2.5em;
		vertical-align: middle;
		/* border: 1px solid; */
		width: 33%;
		}
	

/* special styles */

p#dismissal { 	font-family: Georgia, serif;
		font-size: 1.2em;
		font-style: italic;
		line-height: 150%;
		color: #560007;
		margin: 0 0 0 1em;
		}

#navlinks {	margin: 0; padding: 0.6em 3em; 
		text-align: center;
		}

#navlinks li {	display: inline;
		margin-right: 0.6em; 
		padding-right: 0.76em;
		font-family: Georgia, serif;
		font-size: 1.2em;
		font-weight: normal;
		}
	
#navlinks a:link {font-weight:bold; color:white;text-decoration:none;}
#navlinks a:visited{font-weight:bold;color:white;text-decoration:none;}
#navlinks a:hover{font-weight:bold;color:white;text-decoration:underline;}

#address {	font-family: Georgia, serif;
		margin-top: -1.66em; padding: 0 1em 0 0;
		color: #FFF;
		text-align: right;
		line-height: 1;
		}

/* div styles */

#container { 	/* background: #FCA; */
		position: absolute; top: 0; left: 0;
		height: 100%;
		width: 100%; 
		overflow: auto;  
		}
		
#masthead {  	background-color: #560007; 
		height: 80px;
		clear:left;
		width:100%;
		}
		
		/* corner can be used to display something in right-most corner of masthead, but adjust masthead width */
		
#corner {  	background-color: #560007; 
		height: 80px;
		margin-top: -80px;
		float:right;
		padding: 0 1em 0 0;
		}


#content { 	background-image: url(images/texture-back.gif);
		/*position:absolute;*/
		/*float: none;*/
		clear: both;
		padding: 1em 0 .5em 0;
		width:100%;
		}

#footer { 	clear: both;
		width: 100%;
		background-color: #560007;
		height: 3em;
	  	}




