body, html {
	max-height: 100%;
	height: 100%;
	background-color: #777777;
	margin: 0px;
	background-image: url(../_int/back.gif);
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

a {
	color: #9ab8bd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5ba1a1;
	margin-bottom: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#frame {
	width: 750px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#left {
	float: left;
	width: 197px;
	height: 100%;
	background-image: url(../_int/side_back.gif);
	background-repeat: repeat-y;
}

#contact {
	float: left;
	padding: 10px;
	width: 177px;
}

#contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

#contact a {
	color: #FFFFFF;
	font-weight: normal;
}

#content {
	padding: 10px;
	float: left;
	width: 533px;
	height: 100%;
	background-image: url(../_int/main_back.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	overflow: auto;
	overflow-x: hidden;
}

#footer {
	height: 17px;
	width: 740px;
	float: left;
	padding: 9px 0px 0px 10px;
	background-image: url(../_int/footer.gif);
	font-size: 10px;
	color: #666666;
}

#float {
	float: left;
}

.greenTxt {
	color: #75c594;
	font-weight: bold;
}

.blueTxt {
	color: #9ab8bd;
	font-weight: bold;
}

.title {
	background-color: #75c594;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.titleAlt {
	background-color: #9ab8bd;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.menu {
	border: 1px solid #75c594;
}

.smallBlue {color: #9ab8bd}

.white {
	color: #FFFFFF;
	font-weight: bold;
}

.smallItalic {
	font-size: 10px;
	font-style: italic;
}#googlemap {
	padding: 10px;
	float: left;
	width: 533px;
	height: 100%;
	background-image: url(../_int/main_back.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	overflow: hidden;
	overflow-x: hidden;
	text-align: center;
}

