﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#masthead {
	background: #ffffff;
}

#phoneline {
	height: 24px;
	background: #C1CCD9;
	font-size: small;
	font-weight: bold;
	text-indent: 4px;
	padding-top: 6px;	
}

#top_nav { 
	height: 24px;
	background: black;
	font-size: 11px;
	color: white;
	letter-spacing: 1px;
	text-indent: 4px;
	padding-top: 10px;	
}

#container {
	width: 955px;
	background-color:white;
	margin: 0 auto;
}

#left_col { width:450px; float: left; margin:4px;
	
}
#left_col a:link {
	background-color:white;color:blue;text-decoration:none;
}
#left_col a:visited {
	background-color:white;color:blue;text-decoration:none;
}

#right_col {
	width: 495px;
	float:right;
	}
#right_col a:link {
	background-color:white;color:blue;text-decoration:none;
}
#right_col a:visited {
	background-color:white;color:blue;text-decoration:none;
}

#page_content {
	
	
}

#bottom_nav {
	clear: both;
	height: 24px;
	background: black;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	color: white;
	padding-top: 10px;
	margin-top:445px
	
}

#footer {
	clear: both;
	font-size:x-small;
	text-align: center;	
}
a:link {
	text-decoration: underline;
	color:white;
	background-color:black;
}
a:active {
	text-decoration: underline;
	color:white;
	background-color:black;
}
a:visited {
	text-decoration: underline;
	color:white;
	background-color:black;
}
.style1 {
	border-width: 0px;
	float: right;
	padding:5px;	
}
.style2 {
	border-width: 0px;
	float: left;
	padding:5px;	
}
.style3 {
	background-color:maroon; 
	color: inherit;
	font-weight:bold;
	font-style:italic;
}
p { margin-left:3px;
}
#table1 {
	border:0; 
	padding:2px; 
	border-top-width: 0px; 
	border-bottom-width: 0px;
	margin-left:48px;
}
#img1 {
	margin-left:150px;
}
h1 {
	font-size: x-large;
	background-color: transparent; 
	color: #000099;
}
h2 {
	font-size:large;
}
li { list-style-position:inside;
list-style-type:square;
	
}
td {
	
	width: 400px;
	text-align: center;
	background-color: #6699FF;
	color:inherit;height:110px;
}
#searchbox {
	white-space: nowrap;font-family:Verdana;font-size:11px; 
}

