body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	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;
	background-position: 10px;
	padding-left: 10px;
}
h2 {
	font-size: 14px;
	color: #000000;
	padding-left: 22px;
}
p,td,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 10px;
}

/* default settings for all links */
a:link {
	color: #3333CC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #9966CC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

/* container and link settings for top navigation */
.topNav {
	font-size: 10px;
	vertical-align: middle;
	font-weight: bold;
}
.topNav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.topNav a:visited {
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
}
.topNav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

/* 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;
}
.homeContentLinks a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.homeContentLinks a:visited {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
.homeContentLinks a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

/* container and link settings for focus box on home page */
.focusBox {
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
.focusBox a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.focusBox a:visited {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
.focusBox a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}

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

	color: #EEEEEE;
	text-decoration: underline;
}

/* turns off the hover underline when images are links */
img a {
	text-decoration: none;
}
.stripes {
	background-image: url(images/stripe_fill.gif);
}
p {
	padding-left: 22px;
}
h3 {
	font-size: 12px;
	color: #CC0000;
	padding-left: 22px;
}
ol p, ul p {
	padding-left: 0px;
}
.subNav {
	display: block;
}
.subNav a:link {
	color: #000000;
	text-decoration: none;
}
.subNav a:visited {
	color: #666666;
	text-decoration: none;
}
.subNav a:hover {

	color: #CC0000;
	text-decoration: none;
}
#header {
	display: none;
}
.header_bg {
	background-image: url(images/header.jpg);
}
.sub_bar {
	background-image: url(images/sub_bar.gif);
}

