@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;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/back2.jpg);
	background-repeat: repeat-x;
	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;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 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. */
}
#header {
	margin: 0;
	padding: 0;
	height: 90px;
	
}
#nav {
	margin: 0 10px;
	padding: 0;
	background-image:url(images/navback1.jpg);
	height: 25px;
	color: #FFFFFF;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#nav p {
	margin: 0;
	padding: 5px 0 0 0; 
}
#mainContent {
	margin: 0 10px;
	width: 740px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#mainContent p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0;
	padding: 0 10px 10px 10px;
}
#certs {
	width: 760px;
	text-align:center;
	background-color: #FFFFFF;
	margin: 0 0 0 10px;
	padding: 0 0 0 0px;
    height: 76px;
}
#footer {
	margin: 0 10px;
	width: 740px;
	text-align:center;
	
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color: #FFFFFF;
}

#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: 75% Verdana, Arial, Helvetica, sans-serif;
	}
	
h1 {
	font: 150% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0 0;
	color:#640000;
	text-align:center;
}
h2 {
	font: 125% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0 0 5px;
	margin: 0 0;
	color:#640000;
}
h3 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0 0 5px;
	margin: 0 0;
	color:#640000;
}
h2 a {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0 0 5px;
	margin: 0 0;
	color:#640000;
}
.smlred {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color:#900;
}
ul {
	margin: 0;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}
#redback td {
background-color:560000;
color:#FFFFFF;
}