/* Crowson Computing CSS for www.fcbsd.com */
/* Copyright 2006 Fred Crowson */
/* General font families for common tags */
font,th,td,p { 	
	font-family: verdana, arial, helvetica, sans-serif; 
}
a:link,a:active,a:visited { 
	color : #006699; 
}
a:hover		{ 
	text-decoration: underline; 
	color : #DD6900; 
}
hr	{ 
	height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;
}
/* Division's for pages */
#page {
	background-color: #FFFFFF;
	border: 1px #98AAB1 solid;
	padding: 5px 5px;
}
#location {
	margin: 5px;
	font-size: 11px; 
}
#menu {
	margin: 5px;
}
#content {
	margin: 5px;
}
#google {
	float: right;
	top: 100px;
	height: 600px;
	padding: 2px;
	margin: 2px;
}
#resources {
	margin: 5px;
}
#bottom {
	margin: 5px;
}
#footer {
	font-size: 10px;
	text-align: center;
}
	
/* Header cells */
th	{
	color: #FFA34F; 
	font-size: 11px; 
	font-weight : bold;
	background-color: #006699; 
	height: 25px;
}

/* Copyleft and bottom info */
.copyleft		{ 
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #444444;
	letter-spacing: -1px;
}
a.copyleft {
	color: #444444;
	text-decoration: none;
}
a.copyleft:hover { 
	color: #000000; 
	text-decoration: underline;
}
.code {
	font-family: monospace;
	color: #000000;
	background-color:#cccccc;
	padding: 1em;
	margin-left: 3em;
	margin-right: 20em;
}
