body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 0;
	line-height: 1.25em;
}
/* SITE-WIDE SETTINGS AND MAIN CONTENT AREA STYLES */
a:link {color: #006699;}
a:hover {color: #669999}
a:visited {color: #666666}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 0;
}
h1 {
	font-size: 1.65em;
	color: #666666;
	font-weight: normal;
	margin-top: 0.5em;
}
h2 {
	font-size: 1.15em;
	color: #006699;
	text-transform: none;
	margin: 24px 0 0 0;
}
h3 {
	font-size: 0.9em;
	margin: 10px 0 0 0;
	color: #666666;
}
h4 {
	font-size: 0.9em;
	text-transform: none;
	margin: 5px 0 0 0;
	color: #666666;
}
p, ul {
	margin: 12px 0;
	line-height: 1.65em;
	color: #333333;
}

#masthead {
	color: #999999;
	margin-bottom: 10px;
	border-bottom: none;
	padding: 10px 0 0;
	width: 795px;
	margin-left: auto;
	margin-right: auto;
}
#masthead .content {padding: 0}

#nav {
	border: 1px solid #c4c4c4;
	background-image: url(../images/nav-bkg.jpg);
}
#mainContent {
	padding: 15px;
	vertical-align:top;
	padding-bottom: 250px;
	border-bottom: 1px solid;
	border-bottom-color: #CCCCCC;
}
#mainContent ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 8px auto;}

.note {font-size: .9em}

.pdf {list-style-image: url(../images/pdf.gif)}

/* FEATURE SECTION STYLES FOR FRONT PAGE */
#featureBox {
	background-color:#EAEAEA;
	background-image: url(../images/featureBox-bkg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.feature {
	vertical-align: top;
	background-color: #FFFFFF;
}
.feature h2 {
	color: #fff;
	background-color: #006699;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/feature-bkg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 5px 3px;
	margin-top: 0px;
}
.feature p {
	margin-left: 5px;
	font-size: 12px;
	line-height: normal;
}
.feature ul {}
.feature li {}

/* LEFT COLUMN STYLES */
#left {
	width: 140px;
	vertical-align:top;
	background-color: #EFEFEF;
	background-image: url(../images/left-bkg.jpg);
	background-repeat: repeat-y;
	margin-right: 15px;
	padding: 5px;
	color: #666666;
	border-bottom: 1px solid;
	border-bottom-color: #CCCCCC;
}
#left p {
	color: #666666;
	font-size: 12px;
}

/* RIGHT CALL-OUT BOX STYLES */
.right {
	width: 175px;
	background-color: #FFFFFF;
	border: 1px solid #c4c4c4;
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	margin-top: .5em;
}
.right h2 {
	margin-top: 0px;
	background-color: #006699;
	color: #FFFFFF;
	padding: 3px;
	background-image: url(../images/feature2-bkg.jpg);
}
.right p {padding: 5px}
	
/* FOOTER STYLES */
#footer .content {padding: 4px 0}

#footer {
	margin: 0;
	font-size: 0.85em;
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
	padding-top: 15px;
}
#footer a:link, #footer a:visited {color:#666666; text-decoration:none}
#footer a:hover {text-decoration:underline}

/* ADDITIONAL STYLES FOR NAV BAR */
.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
	background-color:#CCCCCC;
}
