@import "format.css"; /* just some basic formatting, no layout stuff */

#content {
	margin-right:10%;
	margin-left:10%;
	margin-top:1%;
	padding-bottom:10px;
	background:white;
	border:1px solid #000;
	text-align:left;
	min-width:500px;
}
		
#menufooter  {
	margin-bottom:20px;
}
		
#menusitelinks {
	font-size:1em;
}

.menus {
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	border-top:2px dotted #000;
	border-right:10px solid #000;
	background:lightyellow;
	color:#000;
	padding:10px;
	margin-bottom:10px;
	text-align:left;
	font-size:0.8em;
	-moz-border-radius: 5px;
}
	
#menu {
	width:240px;
	padding:0px;
	margin-left:20px;
	margin-right:-6px;
	float:right;
}

#footer {
	margin-right:10%;
	margin-left:10%;
	margin-top:1%;
	padding:10px 0px 0px 0px;
	background:lightyellow;
	border:1px dotted #000;
	text-align:left;
	min-width:500px;
	font-size:0.8em;
}

#splfooter {
	margin-right:10%;
	margin-left:10%;
	margin-top:1%;
	padding:10px 0px 0px 0px;
	border:1px solid #000;
	background:white;
	text-align:left;
	min-width:500px;
	font-size:0.9em;
}

#header {
	margin-right:10%;
	margin-left:10%;
	margin-top:5%;
	padding:10px 0px 0px 0px;
	background:lightblue;
	border:1px solid #000;
	text-align:left;
	min-width:500px;
	font-size:1.3em;
	-moz-border-radius: 5px;
}

#title h1 {
	font-size:2em;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:10px solid #000;
	border-left:10px solid #000;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	-moz-border-radius: 5px;
}
		
#title {
	padding:0px;
	margin-right:-6px;
	margin-left:-6px;
	width:100%; 

/* I have to specify a width for IE5 PC, or else it ignores the
   top-margin of the H1 element therein. But 100% is different in
   browsers without IE5x PC's broken box model, so I have to use the
   CSS2 selector trick to set the width to auto for those browsers */
   
	voice-family: "\"}\"";
	voice-family: inherit;
	width:auto;
}

html>body #title {
	width:auto;
}
			

.links {
	margin-left:50px;
	margin-right:30px;
}
	
#layouts {
	font-size:0.8em;
	margin-left:10px;
}

#quicklinks {
	font-size:1em;
	margin-left:10px;
}	    

/* IDs */
#locallinks {
	font-size:0.8em;
	margin-left:10px;
}
