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: Trebuchet MS, Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	background-image: url(../images/img_bodybgnd.gif);
	background-repeat: repeat-x;
	background-color: #2d2d2d;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #243842;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #473E3C;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 0px;
	color: #243842;
}
.brown {
	color: #5e514e;
}
h3 {
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 15px;
}
	#active a {
	display: block;
	color: #ffffff;
	background-image: url(../images/img_red_arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

td
	{
	text-align: left;
	vertical-align: top;
	}

#container {
	width: 960px;
	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;
}
#disclaimer {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 940px;
	font-size: 10px;
	color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#footer_logo {
	width: 100px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer {
	background-color: #2D2D2D;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding-top: 10px;
	line-height: 13px;
	color: #FFFFFF;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#header {
	background-color: #000000;
	height: 105px;
	vertical-align: bottom;
	}

#header table tr td
	{
	vertical-align: bottom;
	}

#header table tr td.Search
	{
	text-align: right;
	}

#mainContent {
	background: #FFFFFF;
	padding-bottom: 5px;
}

#navcontainer
	{
	width: 450px;
	margin-bottom: 15px;
	vertical-align: bottom;
	}

#navcontainer table
	{
	margin-bottom: 5px;
	}

.cream {
	color: #DFDBD2;
}
.white {
	color: #FFFFFF;
}
#navcontainer   ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 14px;
	font-size: 12px;
}

#navcontainer a
{
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 0.2em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
}

#navcontainer a:hover
{
	color: #FFF;
	background-image: url(../images/img_red_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#promo {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #5e514e;
	width: 940px;
	padding: 5px;
}
#scrapbook_icon {
	background-color: #FF0000;
	height: 10px;
	width: 10px;
	left: 5px;
	top: 5px;
	position: relative;
	display: block;
}
/*#thumbs a img, */
#thumbs a           { border: 3px solid white; }
#thumbs a:hover     { border: 3px solid #2c2c2c; }
/*#thumbs a:hover img                { margin: -3px; }*/
a.thumbs
	{
	display: inline-block;
	border: 2px solid white;
	}
a.thumbs:hover
	{
	border: 2px solid #2c2c2c;
	}

#navcontainer {
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
.bodytext a {
	color: #f68125;
	text-decoration: none;
}
.bodytext {
	font-size: 11px;
	padding-top: 2px;
	line-height: 15px;
}
.bodytext a:hover {
	color: #f68125;
	text-decoration: underline;
}
.formfield150 {
	width: 150px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.horizlinebrown {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5e514e;
	margin: 0px;
	padding: 0px;
	/*font-size: 5px;
	line-height: 5px;*/
}
.imglink {
}
.profiledecriptor {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #5e514e;
	height: 85px;
	/*width: 600px;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5e514e;
	text-align: left;
}
.tertiarylinks
	{
	font-size: 11px;
	color: #CCCCCC;
	text-align: right;
	}
.tertiarylinks a {
	color: #CCCCCC;
	text-decoration: none;
}
.tertiarylinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.searchbox {
	width: 175px;
	border: 1px solid #CCCCCC;
}
/*
.thumbborder {
	border: 3px solid #2D2D2D;
}
*/
a.thumbborder {
	display: inline-block;
	border: solid 3px #2D2D2D;
	border: solid 3px white;
}
a.thumbborder:hover  {
	border: solid 3px #DEDBD2;
}
.vertlinebrown {
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5e514e;
}
.rightbottomborder {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.rightborder {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#listcontainer {
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
#listcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 14px;
	font-size: 12px;
}
#listcontainer a {
	display: block;
	color: #2D2D2D;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2D2D2D;
}
#listcontainer a:hover {
	color: #000000;
	background-image: url(../images/img_red_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FFFFFF;
}
.horizlinebrownbottom {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5e514e;
}
.blue {
	color: #243842;
}
.formfield175 {
	width: 175px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
}
#listcontainer a:active {
	color: #000000;
	background-image: url(../images/img_red_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #DCDED5;
}
#promo_home {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #5e514e;
	width: 950px;
	padding: 5px;
}
.faqlist {
	padding-bottom: 15px;
}
.faqlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 14px;
	font-size: 12px;
}
.faqlist a {
	display: block;
	color: #2D2D2D;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.8em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2D2D2D;
}
.faqlist a:hover {
	color: #000000;
	background-image: url(../images/img_red_arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-color: #F1F1F1;
}
.formfield175multi {
	width: 175px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.red {
	color: #FF0000;
}
