body {font-family: Arial, Helvetica, sans-serif}
td {font-family: Arial, Helvetica, sans-serif}
th {font-family: Arial, Helvetica, sans-serif}

div.container {
	width:750px;
	margin:auto;
	}
	
div.logo {
	float:left;
	text-align:center;
	width:138px;
	height:138px;
	}

div.header {
	height:65px;
	border:1px solid blue;
	line-height:50%
	}

div.picbar {
	height:65px;
	border:1px solid red;
	line-height:50%;
	}
	
/* The following code creates the navigation items */
		
	#navbar {}
		
	#navbar ul {
    	margin-left: 150px;
    	padding: 0;
    	list-style: none;
    	text-align: center;
    	}
	
	#navbar li{
		margin:10px; /*dictates the space between navbar items */
		float:left;
		width:120px;
		text-align:center;
		}
	
	#navcol {
		clear:left;
		float:left;
		width: 125px;
		padding: 0;
		margin: 10px 0 0 0;
		font-family: 'Trebuchet MS', 'Lucida Grande',
		  Verdana, Lucida, Geneva, Helvetica, 
		  Arial, sans-serif;
		color: #99CCFF;
		}
	#navcol ul {
		list-style:none;
		margin:0; /* removes indent in IE and Opera */
		padding:0; /* removes indent in Mozilla and Netscape 7 */
		border:none;
		list-style-type:none; /*turns off display of bullet */
		}

	#navcol li {
		border-bottom:1px solid #003366;
		margin:0; /*dictates the space between navbar items */
		}

	#navcol li a, #navbar li a {
		display: block; /* enables the entire link box to be clickable */
		padding: 5px 0 5px 5px;
		border-left: 10px solid #003366;
		border-right: 0px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%
		}
	
	#navcol li a:hover, #navbar li a:hover {
		border-left: 10px solid #99CCFF;
		border-right: 0px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
	
div.intro{
	margin-left:145px;
	position:relative;
	padding-top:1px;
	font-family:Verdana,Lucida;
	font-size:12px;
	line-height:150%;
	}

div.google{
	float:right;
	margin-top:10px;
	width:305px;
	height:255px;
	padding:0 0 5px 10px
	}
	
div.footer {
	margin-top:50px;
	width:750px;
	word-spacing:100px;
	text-align:center;
	float:center;
	height:20px;
	background-color:#1c64d1
	}

div.copyright {
	width:750px;
	text-align:center;
	float:center;
	height:20px;
	}	


a.ft:link { color: white; text-decoration: none }
a.ft:active { color: red; text-decoration: none }
a.ft:visited { color: white; text-decoration: none }
a.ft:hover { color: yellow; text-decoration: underline }

a.rl:link {color:#003366; text-decoration:none}
a.rl:active { color: red; text-decoration: none }
a.rl:visited { color: #003366; text-decoration: none }
a.rl:hover { color: #2175BC; text-decoration: underline }

h1.logo{padding:20px;margin:10px}
h2.header{color:#003366;font-size:2em;padding:20px;margin:10px; text-align:center}
h3.title{font-family:arial;color:green;font:courier}
h4.ftlinks{padding:10px;font-size:12px;color:"dark blue"}
b.subtitle{font-variant:small-caps;font-size:12px;font-weight:bold;after-content:"-"}