@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	text-decoration: none;
	background-color: #808080;
}
.thrColFixHdr #container {
	width: 928px;
	text-align: left;
	background-image: url(images/content_background.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 23px;
	padding-right: 25px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: top;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 196px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	clear: none;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 196px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding: 8px;
	clear: right;
}
.thrColFixHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 196px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	clear: left;
}
.thrColFixHdr #mainContent {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 70px;
	padding-bottom: 0px;
	padding-left: 30px;
	list-style-type: square;
	float: none;
} 
.thrColFixHdr #mainContentwide {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: square;
	float: none;
} 
.thrColFixHdr #footer {
	background-color: #EEEEEE;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e7ba05;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
} 
.thrColFixHdr #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-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}
.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;
}
.inner_sidebar_box {
	background-image: url(images/title_background.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	width: 184px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #888888;
}
.inner_sidebar_box_content {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 164px;
	margin-bottom: 10px;
	clear: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.NavBar {
	background-repeat: repeat-x;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	padding-left: 15px;
	background-image: url(images/nav_button.jpg);
}
.Link_Element {
	background-image: url(images/Link_Background.jpg);
	background-repeat: repeat;
	float: left;
	padding-left: 10px;
	height: 20px;
	padding-top: 3px;
	padding-right: 15px;
}
.paypal {
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
.base_navigation {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #888888;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #888888;
}
.main_area_footer {
	text-align: left;
	border-top-width: 1px;
	border-top-color: #888888;
	margin-right: 220px;
	margin-left: 220px;
	padding-bottom: 5px;
	font-size: 8pt;
	padding-top: 5px;
}
.main_area_footer2 {
	text-align: right;
	border-top-width: 1px;
	border-top-color: #888888;
	margin-right: 20px;
	margin-left: 220px;
	padding-bottom: 15px;
	font-size: 8pt;
	padding-top: 15px;
}
strong {
	font-weight: bolder;
	color: #6D0D28;
}
.img_right {
	float: right;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
img_right {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.img_left {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.greybox {
	background-color: #CCCCCC;
	padding: 5px;
	float: right;
	border: 1px solid #207394;
	text-align: center;
	margin-left: 10px;
}
.text_holder {
	width: 45%;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.form1 {
	float: left;
	width: 150px;
	margin-right: 10px;
	height: 40px;
}

.form2 {
	float: right;
	width: 270px;
	height: 40px;
}
.form1deep {
	float: left;
	height: 65px;
	margin-right: 10px;
	width: 150px;
}
.form2deep {
	float: right;
	height: 65px;
	width: 270px;
}
.form1doubledeep {
	float: left;
	height: 130px;
	margin-right: 10px;
	width: 150px;
}
.form2doubledeep {
	float: right;
	height: 130px;
	width: 280px;
}
.captcha_container {
	text-align: center;
	width: 100%;
	float: left;
}
.addme {
	text-align: center;
	float: right;
	height: 25px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
