/* CSS Document */

body {
	scrollbar-face-color:#FFFFFF; 
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#666666;
	scrollbar-track-color:#003798;
	scrollbar-arrow-color:#003798;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	}


.title{
	padding-left:6px;
	color:#003798;
	}
h2{
	color:#003798;
	}
h4 {
	color:#003798;
	}
p.speech {
	font-style:italic;
	}
	
p.indent {
	margin-left:75px;
	}
	
#bold {
	font-weight:bold;
	}
	
#red {
	color:red;
	}
	

a:link {
	color: #003798;
	text-decoration: underline;
	}
	a:hover {
		color: #FFCE00;
		text-decoration: underline;
		}
	a:active {
		color: #FFCE00;
		text-decoration: underline;
		}
	a:visited {
		color: #003798;
		text-decoration: underline;
		}
	a:visited:hover {
		color: #FFCE00;
		text-decoration: underline;
		}
ul li {
	list-style-image: url(../images/yellowbullet.gif);
	}
ol li {

  list-style-type: decimal;
	}
	
.backgroundfill {
	background-color:#FFCE00;
	}
	
/* footer */
.footer {
	font-size: xx-small;
	color: #003798;
	}
	a.footer:link {
		color: #003798;
		text-decoration: underline;
		}
	
	a.footer:active {
		color: #003798;
		text-decoration: underline;
		}
	a.footer:visited {
		color: #003798;
		text-decoration: underline;
		}
	a.footer:visited:hover {
		color: #003798;
		text-decoration: underline;
		}
		a.footer:hover {
		color: #FFCE00;
		text-decoration: underline;
		}

.content {
	padding:3px;
}

.content_foundation {
	background-image: url(../images/content.gif);
	background-repeat:repeat-y;
	background-position:top;
	padding: 3px;	
}

.content_foundation_top {
	background-image: url(../images/content_top.gif);
	background-repeat:x;
	background-position:top;
	padding: 3px;	
}

a.contactus:link {
		color: #003798;
		text-decoration: underline;
		}

	
a.contactus:active {
		color: #003798;
		text-decoration: underline;
		}
a.contactus:inactive {
		color: #003798;
		text-decoration: underline;
		}
a.contactus:visited {
		color: #003798;
		text-decoration: underline;
		}
a.contactus:visited:hover {
		color: #003798;
		text-decoration: underline;
		}
a.contactus:hover {
		color: #003798;
		text-decoration: underline;
		}





