@charset "utf-8";
/* CSS Document */

body {
	font-family:'Trebuchet MS';
	font-size:12px;
}
a {
	color:#000066;
	text-decoration:none;
}
img {
	border:none;
	margin:0px -2px;
	padding:0px;
}
h2 {
	color: navy;
	font-weight:bold;
	font-style:italic;
}
h3 {
	color:maroon;
	font-family:'Trebuchet MS';
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
#content {
	width: 770px;
	margin:0px auto;
}
.colorify {
	color : navy;
	font-weight:bold;
}
#navBar {
	width:800px;
	display:block;
	margin: -40px auto;
}
#navBar li {
	display:inline;
	padding-left:20px;
}
.spacer {
	display:block;
	height:90px;
}
#phone {
	color:black;
	font-family:'Trebuchet MS';
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#left {
	display:block;
	width:350px;
	padding-left:30px;
	text-align:justify;
	float:left;
}
#right {
	width:350px;
	text-align:justify;
	float:right;
}
#center {
	width:500px;
	margin:0px auto;
}
.justRight {
	text-align:right;
}
.larger {
	font-size: 1.3em;
}
#footer {
	clear:both;
	padding-top:20px;
}
#footer img{
	width:120px;
	height:30px;
}

