html, body {
	font-size:12px;
	width:100%;
	font-family:arial;
	font-weight:normal;
	color:#333;
	background-color:#cbcbcb;
	margin:0px;
	padding:0px;
}

h1 {
	font-size:16px;
	font-weight:bold;
}

h2 {
	font-size:12px;
}

h3 {
	font-size:12px;
	color:#666;
}

p{
	margin-left:25px;
}

a, a:hover, a:focus, a:active {
	font-weight:bold;
	text-decoration:none;
	color:#666;
	font-size:12px;
}

.intImg{
	border:#666 solid 1px;
}
.intHeader{
	background:#ccc;
	border:#666 solid 1px;
	width:520px;
	padding:20px;
}

#page {
	width:969px;
	margin:20px auto 0px auto;
	padding:0px;
}

#upline {
	color:666;
	width:100%;
	height:100%;
	padding-top:15px;
	margin-left:60px;
	font-size:12px;
	font-weight:bold;
}

#baseline, #baseline a, #baseline a:hover {
	color:#666;
	font-weight:normal;
	font-size:12px;
	width:900px;
	height:auto;
	margin:0 auto 0 auto;
	text-align:center;
	text-decoration:none;
}

#titleLink {
	text-decoration:none;
}

#titleImage {
	border:0;
}

#title {
	width:100%;
	text-align:center;
	height:100px;
	margin-top:20px;
}

#titleUri {
	font-size:14px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}

#topImage {
	background-image:url(../site_html/top.jpg);
	height:51px;
}

#container {
	height:481px;
}

#menu {
	float:left;
	width:242px;
	background-image:url(../site_html/left.jpg);
	height:100%;
	margin:0px;
	padding:0px;
}

#content {
	float:right;
	background-image:url(../site_html/right.jpg);
	padding-top:10px;
	padding-left:30px;
	height:471px;
	width:697px;
}

#pageContainer {
	overflow:auto; 
	width:635px;
	height:450px;
}

#bottomImage {
	background-image:url(../site_html/bottom.jpg);
	height:71px;
	overflow:hidden; 
}

#navigation {
	font-size:14px;
	list-style:none;
	margin:0px;
	padding:20px 0px 0px 0px;
}

#navigation li {
	margin:0px 40px 5px 40px ;
}

#navigation li a {
	display: block ;
	font-weight:bold;
	background:#000066;
	color:white;
	border:white solid 1px;
	text-align:center;
	text-decoration:none;
	padding:12px 10px;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background:#999;
}

#photoTopRight{
	float:right;
	margin-right:20px;
}

#emmergTel{
	margin:20px;
	color:#000066;
	font-weight:bold;
	font-size:18px;
	background:white;
	border-style:solid;
	padding:20px;
	text-align:center;
}

table{ caption-side:bottom;border:#666 dashed 1px;}

.col3 td, .col3 th { width:200px; }
.col2 td, .col2 th { width:300px; }
tr.light { background:white;}
tr.shadow, th { background:#abe6fe;}

.colContainer{
	height:auto;
}
.leftCol{
	float:left;
	width:200px;
	padding:10px;
	font-weight:bold;
	color:#000099;
}
.rightCol{
	margin-left: 220px;
	padding:10px;
}

#tagLine{
	color:#666;
	font-size:8px;
	width:900px;
	height:auto;
	margin:0 auto 0 auto;
	text-align:center;
}

#honCode{
text-align:right;
width:950px;
margin:0 auto;
font-size:10px;
color:#777;
padding-top:50px;
padding-right:70px;
}
#honCode img{
float:right;
margin-top:-40px;
}
#honCode a{
font-size:10px;
color:#777;
}
#honCode a:hover {
text-decoration:underline;
}