@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;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background-color: #FFFFFF;
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	font-weight: bold;
	color: #903;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #630;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #630;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #630;
	text-decoration: none;
}
.thrColFixHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* 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. */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	padding-left: 20px;
	padding-right: 10px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}
.thrColFixHdr #footer {
	background-color: #FFF;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
} 
.thrColFixHdr #mainContent {
	float: left;
	width: 555px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/575-bg.jpg);
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#photofeature {
	font-size: 11px;
	font-style: italic;
	line-height: 1em;
	color: #000;
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
.thrColFixHdr #container #mainContent h2 {
	font-size: 13px;
	line-height: normal;
	padding-right: 10px;
	padding-left: 10px;
}
.thrColFixHdr #container #sidebar2 h1 {
	line-height: 1;
	font-size: 12px;
	letter-spacing: .25em;
	text-transform: uppercase;
}
.thrColFixHdr #container #mainContent h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	padding-right: 10px;
	padding-left: 10px;
}
.thrColFixHdr #container #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #630;
	text-align: right;
}
.thrColFixHdr #container #mainContent p {
	padding-right: 10px;
	padding-left: 10px;
}
#photofeature2 {
	font-size: 11px;
	font-style: italic;
	line-height: 1em;
	color: #000;
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
.thrColFixHdr #container #mainContent ul li .dues-level{
	font-variant: normal;
	letter-spacing: 110%;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #630;
}
.thrColFixHdr #container #mainContent ul li {
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
}
.thrColFixHdr #container #mainContent form .paypaldiv {
	padding-right: 10px;
	padding-left: 10px;
}
.thrColFixHdr #container #mainContent .paypaldiv form {
	padding-left: 10px;
}
