@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, sans-serif;
	background: #ffffff;
	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;
}

p {font-size: 80%; margin:0px; padding:0px; line-height: 150%;}
a {color:#000000; text-decoration: none;}
a:hover{color:#E73422;}

td {font-size: 80%; padding:0px; line-height: 150%;}

h1 {font-size: 100%; letter-spacing:0px; margin:0px; padding:0px; line-height: 150%; font-style:normal; display:none}
h2 {font-size: 80%; letter-spacing:0px; margin:0px; padding:0px; line-height: 150%; font-style:normal; font-weight:normal}
h3 {font-size: 100%; letter-spacing:0px; margin:0px; padding:0px; line-height: 150%; font-style:bold; color:#E73422}

	
	
.oneColFixCtr #container {
	width: 520px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	width: 500px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:10px;
	background-image:url(../images/logo.gif);
	height: 227px;
}

#textcontainer {
	width: 520px;
	height: 90px;
	margin: 0;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B5B5BE;
	border-bottom-color: #B5B5BE;
}

#contact {
	width: 500px;
	height: 60px;
	padding:10px;
	margin:3px 0 0 0;
	color:#000000;
	float:left;
}

#footer {
	width: 520px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:10px 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
