/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	COLOR:Navy;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 13px;
}
p {
	font-size: 13px;
}
.header_bg {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
.main_content {
	border: 2px solid #000066;
}
.header_address {
	margin-right: 6px;
}

UL LI	{
	list-style-type:	square;
	font-size: 13px;
	padding-right: 8px;
	margin-right: 8px;
	}	

UL LI LI	{
	list-style-type:	disc;
	padding-right: 8px;
	margin-right: 8px;
	}	

UL LI LI LI	{
	list-style-type:	circle;
	margin-right: 8px;
	padding-right: 8px;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.notifyList ul {
	list-style-type: none;
}
.notifyList li {
	list-style-type: none;
}

.BannerUnder {
	font-size: 16px;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: navy;
	width: 95%;
}
h1 {
	border-bottom: solid 2px navy;
	font-size: 21px;
	font-weight: bold;
	width: 95%;
	margin: 8px 4px 4px 0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin:20px 0 0;
	padding: 0;
}
h4 {
	font-size: 14px
	font-weight: bold;
}
h5 {
	font-size: 12px;
	margin: 8px 0 8px 0;
}
legend {
	font-weight: bold;
}
.table_border {
	border: 1px solid #000066;
}
.required {
	 color: #f00; 
}
/* Newsletter */
#nlHeader {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/headerBG2.jpg);
	background-repeat: no-repeat;
	width: 580px;
	height: 120px;
	
}
#nlHeader h2 {
	color: #000;
	margin: 20px 0 0 16px;
	font-size: 1.5em;
}
#nlHeader p {
	color: #000;
	margin: 0 0 0 16px;
	font-size: 1em;
	line-height: 1.5em;
}
#nlHeader h3 {
	font-size: 0.7em;
	color: #fff;
	text-align: right;
	margin: 12px 12px 0 0;
}
#nlContent {
	color: #000;
}
#nlContent h2 {
	background-image: url(images/heading1.jpg);
	width: 380px;
	height: 20px;
	font-size: 1em;
	color: #fff;
}
#nlContent h3 {
	background-image: url(images/heading1-long.jpg);
	width: 580px;
	height: 20px;
	font-size: 1em;
	color: #fff;
}
#nlContent p {
	margin: 0 4px 6px 12px;
}
#nlContent a {
	color: #000;
}
.caption {
	font-size: .7em;
	font-style: italic;
	margin: 0 0 6px 22px;
	line-height: 1.4em;
}
#nlContent img {
	margin: 0 6px 0 0;
}
.linkOut {
	text-align: right;
}
#nlLeftCol {
	width: 185px;
	background-color: #F1F1F1;
}
#nlLeftCol h1 {
	background-image: url(images/heading2.jpg);
	width: 185px;
	height: 20px;
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 0 0 0 4px;	
	
}
#nlLeftCol p {
	margin: 3px 12px 3px 12px;
}
#nlLeftCol a:link {
	text-decoration: none;
	color: #000;
}
#nlLeftCol a:visited {
	text-decoration: none;
	color: #000;
}
#nlLeftCol a:hover {
	text-decoration: underline;
	color: #000;
}
#nlLeftCol a:active {
	text-decoration: none;
	color: #000;
}
.leftColText a:link{
	color: #fff;
	padding-left: 7px;
	display: block;
}
.leftColText a:visited{
	color: #fff;
	padding-left: 7px;
	display: block;
}

.leftColText a:hover{
	color: #fff;
	padding-left: 7px;
	display: block;
}
.leftColText a:active{
	color: #f00;
	padding-left: 7px;
	display: block;
}

.leftColText a:visited{
	color: #fff;
	padding-left: 7px;
}

a:link {
	color: Blue;
}
a:visited {
	color: Fuchsia;
}
a:hover {
	color: Blue;
}
a:active {
	color: Red;
}

#footer {
	text-align: center;
	font-size: .7em;
	width: 100%;
}
hr {
	margin-right: 20px;
}