body {
	background-color:#339;
	margin-top:0px;
	padding-top:10px;
}
#body-frame {
	width:1026px;
	margin-left:auto;
	margin-right:auto;
	border:8px solid #FFF;
}
#header-frame {
	height:120px;
	background-color:#339;
	background-image:url(../images/header.jpg);
}
#menu-frame {
	background-color:#76B6F4;
	width:100%;
}
.menu-button {
	width:14%;
	text-align:center;
	background:#76B6F4;
	border-top:2px solid #6CF;
	border-left:2px solid #6CF;
	border-right:2px solid #036;
	border-bottom:2px solid #036;
	font-family:Arial, Helvetica, sans-serif;
}
.menu-button a {
	color:#000 !important;
	display:inline-block;
	width:100%;
	text-decoration:none;
}
.menu-button:hover {
	border:2px solid #FFF;
}
.active-button {
	border-bottom:2px solid #6CF;
	border-right:2px solid #6CF;
	border-left:2px solid #036;
	border-top:2px solid #036;
	background-color:#3E6CAA;
}
.active-button a {
	display:inline-block;
	width:100%;
	color:#FFF !important;
}
#content-frame {
	background-color:#FFF;
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer-frame {
	background-color:#76B6F4;
	font-family:"Courier New", Courier, monospace;
	font-size:small;
}
a:visited {
	color:#06C;	
}
.moto {
	font-family:Verdana, Geneva, sans-serif;
	font-size:large;
	font-weight:bold;
}
.left-col {
	font-weight:bold;
	vertical-align:top;
}
.assm {
	font-weight:bold;
	font-size:larger;
	color:#03C;
}
.page-header {
	font-size:x-large;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}
.page-hilite {
	font-style:normal;
	color:#03C;
}
.p-em {
	text-decoration:underline;	
}
#dd-services-frame {
	display:none;
	width:136px;
	position:absolute;
	top:163px;
	margin-left:294px;
	z-index:100;
	height:auto;
	background-color:#76B6F4;
	border-left:2px solid #6CF;
	border-right:2px solid #036;
	border-bottom:2px solid #036;
	border-top:none;
	padding:2px;
	outline:none;
}
.dd-active {
	background-color:#76B6F4;
	border-left:2px solid #036 !important;
	border-right:2px solid #6CF !important;
	border-bottom:2px solid #6CF !important;
}
.dd-link {
	display:inline-block;
	width:131px;
	padding:0px;
	margin:1px;
	background-color:#86C6FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding:1px;
	color:#000;
	text-decoration:none;
}
.dd-link:hover {
	background-color:#09C;	
}
#dd-about-frame {
	display:none;
	width:136px;
	position:absolute;
	top:163px;
	margin-left:440px;
	height:auto;
	background-color:#76B6F4;
	border-left:2px solid #6CF;
	border-right:2px solid #036;
	border-bottom:2px solid #036;
	border-top:none;
	padding:2px;
}
.drop-down:hover {
	border-top:2px solid #6CF;
	border-left:2px solid #6CF;
	border-right:2px solid #036;
}
.drop-down-active:hover {
	border-top:2px solid #036;
	border-left:2px solid #036;
	border-right:2px solid #6CF;
}
.b-text {
	font-weight:bold;	
}
.center {
	text-align:center;	
}
.right {
	text-align:right;	
}
.sect-header {
	font-weight:bold;
	text-decoration:underline;
	font-size:large;
}
.u-line {
	text-decoration:underline;
}
.b-u {
	text-decoration:underline;
	font-weight:bold;
}
.ital {
	font-style:italic;	
}
.fieldset {
	padding:4px;
	border:1px solid #76B6F4;
	color:#03C;
}