@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(../images/backgroundGRad.jpg);
}
.oneColFixCtrHdr #container {
	width: 700px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #7E0113;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/bodyBackground.jpg);
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	text-align: center;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/hazard_stripes.jpg);
	background-repeat: no-repeat;
	height: 35px;
}
#contactInfo {
}


.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1em;
	font-weight: bold;
}#navBar {
	height: 27px;
	background-image: url(../images/navGradUP.jpg);
	padding-left: 14px;
}
p {
	font-size: 1.4em;
}
h3 {
	font-size: 1.5em;
	font-style: normal;
}
h1 {
	font-size: 3em;
	color: #FFCC00;
	font-style: italic;
}
h2 {
	font-size: 2em;
	font-style: italic;
	color: #FFCC00;
}

a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #FFFFFF;
}

a:hover {
	background-color: #CCCCCC;
	color: #000;
	
	
}
.imageLeft {
	padding: 10px;
	float: left;
}
.imageRight {
	padding: 10px;
	float: right;
}
#text1 {
	clear: both;
}
#text2 {
	clear: both;
	padding-top: 10px;
}
ul {
	font-size: 1.2em;
}
li {
	font-size: 1.2em;
}
#table {
	border: medium dashed #7E0113;
	padding: 10px;
}
#contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal;
}
h4 {
	font-size: 2em;
	color: #FFFFFF;
}
#headerbanner {
	background-image: url(../images/hazard_stripes.jpg);
	height: 35px;
}
#pic1 {
	float: left;
	padding-left: 50px;
	padding-right: 30px;
}
#pic2 {
	float: left;
	padding: 0px;
	margin-top: 30px;
}

#pic3 {
	padding-left: 30px;
	float: left;
}
.border {
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #7E0113;
	border-right-color: #7E0113;
	border-bottom-color: #7E0113;
	border-left-color: #7E0113;
}
