body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	
}

input, textarea {
	border: 1px solid #333;
}

.button {
	background-color: #aaa;
}

div {
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, ul {
	margin-top: 0;
	padding-top: 0;
}

li {
	margin-bottom: .2em;
}

a:link, a:visited, a:hover, a:active {
	color: #060B5F;
}

#main .red {
	color: red;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.justified {
	text-align: justify;
}

.border {
	margin: .2em;
	margin-left: 1em;
	padding: 2px;
	border: 1px solid #666;
}

.noborder {
	border: 0;
}

.small {
	font-size: .8em;
	line-height: 1.2em;
}

.blue {
	color: #060B5F;
}

.picture {
	float: right;
	margin-top: 0;
}

#sidebar .phone {
	font-size: 120%;
	line-height: 1.2em;
	letter-spacing: 1px;
	font-weight: bold;
}

.location {
	padding: 8px;
	background-color: #EDEADA;
	border: 1px solid #999;
	margin-bottom: 2em;
	Xpadding-bottom: 6em;
	height: 310px;
}

.location p {
	font-size: 80%;
}

.location h3 {
	color: #060B5F;
	border-bottom: 1px solid #060B5F;
}

#locationlist {
	position: relative;
	display: block;
	height: 140px;
}

.col1 {
	position: absolute;
	width: 30%;
	Xheight: 20em;
	
}

.col2 {
	position: absolute;
	left: 40%;
	width: 30%;
}

ul.col1, ul.col2 {
	list-style-type: square;
}

#banner {
	height: 138px;
	margin: 0;
	padding: 0;
	background: transparent url(images/background.gif) top left repeat-x;
}

#bannercontents {
	width: 700px;
	height: 138px;
	margin: 0 auto 0 auto;
}

#page {
	margin: 0;
	padding: 0;
	background: #E1DECE url(images/pagebg.gif) top left repeat-x;
}

#page2 {
	margin: 0;
	padding: 0;
	background: #E1DECE ;
	
}

#pagecontents {
	width: 700px;
	margin: 0 auto 0 auto;
	padding-top: 48px;
}

#pagecontents p, #pagecontents ul, #pagecontents ol {
	Xfont-family: "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 0;
	line-height: 1.5em;
}

#pagecontents h1 {
	color: #666;
	font-size: 30px;
	font-weight: normal;
	margin-top: 0;
}

#pagecontents h2 {
	color: #666;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
	font-family: "Times New Roman", Times, serif;
}

#sidebar {
	width: 212px;
	float: left;
	border-right: 1px solid #A19F94;
	margin-top: 0;
	padding: 0;
	padding-bottom: 3em;
}

#sidebar p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #060B5F;
}

#menu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #A19F94;
	padding-bottom: 1.4em;
}

ul#menu {
	margin-top: 0;
	padding-left: 12px;
	margin-left: 12px;
}

ul#menu a:link, ul#menu a:visited, 
ul#menu a:hover, ul#menu a:active {
	text-decoration: none;
	color: #666;
	display: block;
	height: 24px;
	font-family: Verdana, Arial, sans-serif;
}

ul#menu a:hover, ul#menu a:active {
	text-decoration: none;
	color: #060B5F;
	background-color: #EBE9D8;
}

#menu ul.sub {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #666;
	margin-left: 4px;
	padding-left: 4px;
	list-style-type: none;
	display: none;
}

#main {
	margin-left: 220px;
	padding-left: 10px;
}

#main p, #main li {
	color: #333;
}

#main li {
	margin-bottom: .4em;
}

#main h1 {
	color: #666;
	font-size: 30px;
	font-weight: normal;
	margin-top: 0;
	
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 28px;
}

#main h2 {
	color: #060B5F;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 8px;
	font-family: "Times New Roman", Times, serif;
}

#main h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 4px;
	
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	
}

#main h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 2px;
	font-family: Verdana, Arial, sans-serif;
}

#bottom {
	background: white url(images/bottombar.gif) top left repeat-x;
	margin-top: 0;
	margin-bottom: 2em;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666;
}

#bottomcontents {
	width: 700px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	margin-top: -20px;
}

#copyright {
	float: left;
}

#disclaimer {
	margin-left: 228px;
}

#contactform {
	padding: 8px;
	background-color: #EDEADA;
	border: 1px solid #999;
}

