body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	/*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 */
	margin: 20px 0px 20px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
}
a:link, a:active, a:visited {
	font-weight: normal;
	color: #66cccc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 { 
	font-family: Myriad Pro, Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-weight: bold;
	color: #324607; 
}
h2 { color: #66cccc; }
h3 { color: #66cccc; }
h4 { color: #66cccc; }

p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #434343; 
	margin: 0px 5px 0px 0px; 
	padding: 0px;
	display: inline;
	line-height: 2em;
}
td {
	vertical-align: top;
}

#backgroundContainer {
	margin: 0px;
	padding: 0px;
}
#headerContainer { 
	background-image: url(../images/header_bg.jpg);
	margin: 0px auto;
	padding: 0px;
	width: 956px;
	height: 232px;
}
#search {
	margin: 60px 4px 0px 0px;
	padding: 0px;
	float: right;
}
.searchbox {
	border: 2px solid #ececec;
	height: 15px;
	width: 200px
}
.searchButton {
	border: none;
	background-color: #000000;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 20px;
	width: 70px;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
}
#topNav_container {
	background-image: url(../images/topNav_bg.jpg);
	margin: 0px auto;
	padding: 0px;
	width: 956px;
	height: 42px;
}
#bodyContainer {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	width: 956px;
}
#bodyContainer table {
	border-collapse: collapse;
}
#leftSide_content {
	padding: 0px;
	margin: 20px 0px 0px 20px;
}
#subMenuTitle {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 240px;
}
#subMenuTitle p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #66cdcc;
	margin: 0px;
	padding: 0px;
}
#rightSide_content {
	padding: 0px;
	margin: 20px 45px 0px 0px;
	width: 620px;
}
#trail {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #66cdcc;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#trail a {
	text-decoration: none;
	color: #000000;
}
#trail a:hover {
	text-decoration: underline;
}
#footerContainer {
	background-color:#66cdcc;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	width: 956px;
}
#footerContainer table {
	border-collapse: collapse;
}
#footerContainer table td {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	vertical-align: bottom;
}
#emailList {
	margin: 0px;
	padding: 0px 0px 0px 45px;
}
#emailList form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.emailList_box {
	border: 2px solid #ececec;
	height: 15px;
	width: 200px;
	margin: 6px 0px 0px 0px;
	padding: 0px;
}
.emailList_button {
	border: none;
	background-color: #000000;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 20px;
	width: 70px;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	text-align: right;
	width: 500px;
}
.qwik {
	font-family: 'Bookman Old Style';
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.qwik a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
.qwik a:hover {
	text-decoration:none;
}