body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	margin-top: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 18px;
	color: #CC0000;
	background-image: url(images/red_tri.gif);
	text-indent: 12px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
h2 {
	font-size: 14px;
	color: #000000;
	padding-left: 22px;
}
p,td,ul,ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

/* default settings for all links */
a {
	color: #006699;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

/* container and link settings for top navigation */
.topNav {
	font-size: 8pt;
	vertical-align: middle;
	font-weight: bold;
}
.topNav a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* container for content on home page */
.homeContent {
	margin-left: 70px;
	margin-right: 40px;
	margin-top: 40px;
}

/* container and link settings for content area on home page */
.homeContentLinks {
	margin-left: 70px;
	margin-right: 60px;
	margin-top: 40px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 25px;
}

/* container and link settings for focus box on home page */
.focusBox {
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
}
/* container and link settings for focus box links on home page */
.homeLinks {
	font-size: 12pt;
	font-weight: bold;
}
.homeLinks a {
	color: #000000;
	text-decoration: none;
}

/* container and link settings for links in the footer */
.footer {
	font-size: 10px;
	color: #EEEEEE;
}
.footer a {
	color: #EEEEEE;
	text-decoration: none;
}

/* turns off the hover underline when images are links */
img a {
	text-decoration: none;
}
.stripes {
	background-color: #EEEEEE;
}

h3 {
	font-size: 12px;
	color: #CC0000;
}
.subNav {
	display: block;
}
.subNav a{
	color: #000000;
	text-decoration: none;
}
#header {
	display: block;
	background-image: none;
}
#homeHead {
	display: none;
}
