@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-image: url(../images/typewritertype.jpg);
	background-repeat: repeat;
}
.oneColLiqCtr #container {
	width: 834px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	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;
	padding-top: 20px;
}
.oneColLiqCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#mainContent #left {
	float: left;
	background-color: #FFFFFF;
	width: 390px;
	padding-top: 100px;
	padding-right: 10px;
	padding-left: 30px;
	line-height: 1.5em;
}
.rtcolumn {
	padding-right: 15px;
}
#mainContent #right {
	background-color: #EDE7F1;
	width: 380px;
	padding-right: 5px;
	float: left;
	line-height: 1.5em;
	color: 3f5908;
	padding-top: 5px;
	padding-left: 15px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	color: #003300;
}
#container #footer {
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#right  .img {
	text-align: center;
}
#footer p {
	color: #000000;

}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: medium;
	color: #3f5908;
}
#footer2  {
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: x-small;
}
#footer a {
	color: #9966CC;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #9966CC;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}
#pullquote {
	font-size: medium;
	color: #263309;
	background-color: #ede7f1;
	width: 177px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.75em;
	margin-left: 20px;
}
#left img {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 0px;
}
.link {color: #603; font-size: 12px; font-family: Courier, Times, Georgia; text-decoration: none }
.p {color: #000; font-size: 12px; font-family: Courier, Times, Georgia; text-decoration: none; margin: 12px }
.pr {
	background-color: #EDE7F1;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #265226;
	border-right-color: #265226;
	border-bottom-color: #265226;
	border-left-color: #265226;
}
#mainContent #left a {
	color: #9966CC;
	text-decoration:none
}
#mainContent #left a:hover {
	color: #9966cc;
	text-decoration:underline
}
#mainContent #right a:hover {
	color: #9966cc;
	text-decoration:underline
}
#mainContent #right a {
	color: #9966cc;
	text-decoration:none
}

