﻿body
{
	/* RED: D40000 */
	margin: 20px 0 0 0; 
	font-family: Arial;
}
.modalBackground {
    background-color:black;
    filter:alpha(opacity=80);
    opacity:0.8;
}
.redLabel 
{	color: #D40000;
 	font-weight: bold;
	}
	
.blackLabel 
{	color: #000;
 	font-weight: bold;
	}

/* Headings */
h1 {font-size: 24px; color: #D40000; margin-bottom: 5px; margin-top: 0px; font-family: Times New Roman;}
h2 {font-size: 15px; color: #D40000; margin-bottom: 5px; font-family: Times New Roman; }	/* 18px */
h3 {font-size: 14px; color: #D40000; margin-bottom: 5px;  font-family: Times New Roman;}	/* 16px */
h4 {font-size: 13px; color: #D40000; margin-bottom: 5px;  font-family: Times New Roman;}	/* 18px */
h5 {font-size: 12px; color: #D40000; margin-bottom: 5px; font-family: Times New Roman; }	/* 16px */
h6 {font-size: 11px; ; color: #D40000; margin-bottom: 5px;  font-family: Times New Roman;}	/* 14px */

/* h3, h4, h5, h6 
{
	color: #095F30;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
} */

/* Paragraphs */
p {	margin-bottom: 1.1em; margin-top: 0px; font-size: 14px;
    text-align: left;
}
* p:last-child {margin-bottom: 0;}
li { font-size: 14px;}

img { border-width: 0px; }

strong, b {font-weight: bold;}
em, i {font-style: italic;}

#content a, #content a:visited { color:#D40000; text-decoration: underline;}
#content a:hover { color:black; }

/* Page Layout/Sections */

#headerContainer {
  width: 900px ;
  margin-left: auto ;
  margin-right: auto ;
  height: 174px; 
  border: solid 1px white;
}

#nav1 
{ margin-top: 60px; 
  margin-left: 10px; 
  font-family: Times New Roman; 
  font-weight: bold; 
  font-size: 15px;

}
}

/* NAVIGATION 1 -- Navigation in Header */

#nav1 ul {
	list-style-type: none;
}

#nav1 li {
	display: inline;
	float: left;
}

#nav1 li a, #nav li a:visited {
	color: #D40000;
	text-decoration: none;
}

#nav1 li a:hover {
	color: #000;
	text-decoration: none;
}

/* NAVIGATION 2 -- Navigation in Header */

#nav2 
{ 
	width: 900px; margin-top: 0px; margin-left: auto; margin-right: auto; 
	height: 22px; background-color: Black; text-align: center; color: #fff;
	font-family: Times New Roman; 
	font-size: 15px;
	font-weight: bold;
}

#nav2 ul {
	list-style-type: none;
}

#nav2 li {
	display: inline;
	float: left;
}

#nav2 li a, #nav li a:visited {
	color: #fff;
	text-decoration: none;
}

#nav2 li a:hover {
	color: #fff;
	text-decoration: underline;
}

#redbanner
{
	/*background-color: #D40000; */
	/* height: 200px; */
	margin-top: 0px; 
	margin-bottom: 10px;
}

#redbannercontent
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#content
{
	width: 900px;
	min-height: 400px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

#footer
{
	font-family: Times New Roman;
}

#footerContainer {
  width: 900px ;
  margin-left: auto ;
  margin-right: auto ;
  text-align: center;
  padding-top: 1px;
  font-size: 12px; 
  color: #fff;
}

#footerContainer a, a:visited {color: #fff; text-decoration: none;}
#footerContainer a:hover { text-decoration: underline;}

