@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	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;
	margin: 20px 0px 0px;
}
 #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/background.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	padding: 0px;
}
#containerSecond {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF url(images/background2.jpg) no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	padding: 0px;
}
 #header {
	padding: 0 10px 0 20px;  /* 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. */
}
 #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 */
}
#header img {
	margin-left: 430px;
	margin-top: 40px;
}
#headerSecond {
	padding: 0;
	height: 80px;
	margin: 0px 0px 0px 20px;
}
#headerSecond img {
	margin-left: 425px;
	border-style: none;
}
#navigation {
	margin: 0px;
	padding: 0px;
}
#navigation img {
	margin-left: 257px;
	margin-top: 70px;
	padding: 0px;
	text-decoration: none;
	border-style: none;
}
#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 10px 0px 0px 260px;
}
#navigation li {
	display: inline;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	font: bold 11px Arial, Helvetica, sans-serif;
}
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#navigation a:hover {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #393;
	margin: 0px;
	padding: 0px;
}
 #mainContent {
	padding: 0 20px;
	margin: 30px 0px 0px;
	height: 295px;
}
#mainContent p {
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	margin: 0px 20px 0px 240px;
	padding: 0px 0px 10px;
	color: #000;
	text-align: justify;
}
#mainContent h1 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 260px;
	margin: 0px;
	padding-top: 0px;
}
#mainContent h2 {
	font: italic bold 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	padding: 0px;
	margin: 0px 25px 0px 243px;
}
#mainContentSecond {
	padding: 0 20px;
	margin: 30px 0px 0px;
}
#mainContentSecond h1 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px;
	color: #393;
	margin: 0px 25px 0px 243px;
}
#mainContentSecond h2 {
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #000;
	margin: 0px 25px 0px 242px;
}
#mainContentSecond h3 {
	font: oblique bold 12px/18px Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 10px;
	color: #000;
	margin: 0px 25px 0px 243px;
}
#mainContentSecond h4 {
	font: italic bold normal 12px/18px Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 5px;
	color: #000;
	margin: 0px 25px 0px 243px;
}
#mainContentSecond p {
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 10px;
	color: #000;
	margin: 0px 25px 0px 243px;
	text-align: justify;
}
.italics {
	font-style: italic;
}
#mainContentSecond ul {
	font: 11px/16px Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 10px;
	color: #000;
	margin: -5px 25px 0px 290px;
}
#mainContentSecond img {
	margin: 5px 0px 0px 55px;
	padding: 0px;
	float: left;
}
 #footer {
	padding: 0;
	background: #030;
	border-top: 4px solid #999;
	margin: 0px;
	height: 40px;
}
 #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: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
#footer ul {
	list-style: none;
	margin: 10px;
	padding: 0px;
}
.footerbold {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
}
#footer li {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	display: inline;
	margin: 0px;
	padding: 0px 50px 0px 0px;
}
#footer ul li a {
	font: bold 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #FFF;
	color: #FFF;
	text-decoration: none;
}
.contactbold {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
}
#containerSecond #mainContentSecond h1 img {
	margin: 0px;
	padding: 0px;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
}
#containerThird {
	width: 800px;
	text-align: left;
	background: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#mainContentthird {
	margin: 0px;
	padding: 40px 80px;
}
#mainContentthird p {
	font: 14px "Times New Roman", Times, serif;
	color: #000;
}
#mainContentSecond blockquote {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 20px;
}

