body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	background-image: url(images/keystone_bg_repeat.jpg);
	background-repeat: repeat-x;
	margin: 0;
}

a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #002E43;
	text-decoration: none;
}

#bgimage {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 800px;
	width: 800px;
	left: 0;
	top: 0;
	margin: 0;
	overflow: hidden;
	background-image: url(images/keystone_bg_main.jpg);
}

#home {
	position: absolute;
	visibility: visible;
	z-index: 100;
	height: 20px;
	width: 100px;
	left: 652px;
	top: 10px;
	margin: 0;
	overflow: auto;
	text-align: right;
	font-size: 9px;
	color: #006699;
	font-weight: normal;
}

#address {
	position: absolute;
	visibility: visible;
	z-index: 100;
	width: 180px;
	left: 30px;
	top: 444px;
	margin: 0;
	overflow: auto;
	text-align: right;
	font-size: 10px;
	line-height: 17px;
	color: #002E43;
	font-weight: bold;
}

#address .smalltext{
	font-size: 10px;
	line-height: 17px;
	color: #000000;
	font-weight: normal;
}

#mainimage {
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 600px;
	width: 500px;
	left: 250px;
	top: 0;
	margin: 0;
	overflow: hidden;
}

#maintext {
	position: absolute;
	visibility: visible;
	z-index: 100;
	height: auto;
	width: 432px;
	left: 284px;
	top: 444px;
	margin: 0;
	overflow: visible;
}

/* ----- main menu ----- */
#menu {
	position: absolute;
	z-index: 1000;
	left: 100px;
	top: 230px;
	width: 150px;
	height: 100px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 11px;
	line-height: 27px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a {
	display: block;
	height: 38px;
	padding: 12px 25px 0 0;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #99CCFF;
	text-decoration: none;
}
/* ----- highlight menu menu ----- */
body.section1 #menu1, 
body.section2 #menu2 {
	background-color: #99CCFF;
}
/* ----- sub menu masks ----- */
#menu1Mask, 
#menu2Mask {
	position: absolute;
	visibility: hidden;
	left: 250px;
	width: 130px;
	height: 100px;
	clip: rect(0 130px 100px 0);
	overflow: hidden;
}
#menu1Mask {
	top: 205px;
}
#menu2Mask {
	top: 280px;
}
/* ----- sub menus ----- */
.submenu {
	position: absolute;
	left: -130px;
	top: 0;
	width: 130px;
	height: auto;
	background-color: #99CCFF;
	font-size: 11px;
	font-weight: bold;
	color: #002E43;
	text-decoration: none;
}
.submenu a {
	display: block;
	height: 23px;
	padding: 2px 0 0 15px;
} 
.submenu a:hover {
	background-color: #002E43;
	text-decoration: none;
	color: #FFFFFF;
}
/* ----- end navigation menus ----- */


.bluebold {
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #002E43;
}

.bluetitle {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #002E43;
}

.bluesubtitle {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #002E43;
}

.redtitle {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #CC0000;
}

.redsubtitle {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
}

.greentitle {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #026E32;
}

.greensubtitle {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #026E32;
}
