@charset "utf-8";
body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #405880;
	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;
}
.thrColFixHdr #containershadowed { 
	width: 770px;  /* using at least 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #405880;
	background-image:url(images/shadowslftandrt.JPG);
	background-repeat:repeat-y; /* This ensures that the shadows extend all the way down on both sides. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 

.thrColFixHdr #container { 
	width: 750px;  
	background: #CCDFFF; /*IF THE BACKGROUND COLOR OF THE CONTAINER IS THE SAME AS THAT OF THE SIDEBAR(S) AND DIFFERENT FROM THAT OF THE MAIN CONTENTS, THEN IT WILL APPEAR AS IF THE SIDEBAR(S) EXTEND DOWN AS FAR AS THE MAIN CONTENTS. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the container within the containershadowed */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header { 
	height: 128px;
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 

.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 */
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	padding: 0 0 0 0; /* By not having padding AND width, the IE Box Model Problem is bypassed. */
	border: 0 0 0 0; /* By not having a border AND width, the IE Box Model Problem is bypassed. */
	background: #CCDFFF;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	padding: 0 0 0 0; /* By not having padding AND width, the IE Box Model Problem is bypassed. */
	border: 0 0 0 0; /* By not having a border AND width, the IE Box Model Problem is bypassed. */
	background: #CCDFFF;
}

.thrColFixHdr #sidebarcontent { 
	/* Not placing margins on the floated element bypasses the double-margin float bug, doubling the margin on the same side of the float, of the first floated element in a row of floats. */
	padding: 15px 15px 5px 15px; /* By not specifying a width AND a padding or border, the IE Box Model Problem is bypassed. */
	background-color:#CCDFFF;
}

.thrColFixHdr #scrollertop {
	height: 19px;
	background-image: url(images/scrolltoprnd19.JPG);
}

.thrColFixHdr #scrollermid {
	width:180px;
	background-color:#003080;
	text-align:center;
}

.thrColFixHdr #scrollerbot {
	height: 19px;
	background-image: url(images/scrollbotrnd19.JPG);
}

.thrColFixHdr #formall {
	width:180px;
}

.thrColFixHdr #formtop {
	height: 35px;
	background-image: url(images/signup.PNG);
	background-repeat:no-repeat;
	margin: 15px 0px 0px 0px;
}

.thrColFixHdr #formname {
	margin: 10px 0px 5px 0px;
}

.thrColFixHdr #formemail {
	margin: 0px 0px 5px 0px;
}

.thrColFixHdr #formbot {
	height: 17px;
	background-image: url(images/signupbttn.PNG);
	background-repeat:no-repeat;
	margin: 5px 0px 10px 0px;
}

#btrwidget {
	margin:5px 0;
}

.thrColFixHdr #advertiser {
	height: 35px;
	background-image: url(images/adtitle.PNG);
	background-repeat:no-repeat;
	margin: 0px 0px 5px 0px;
}

.thrColFixHdr #barrysentyou {
	height: 16px;
	background-image: url(images/barrysentyou.PNG);
	background-repeat:no-repeat;
	margin: 10px 0px 5px 0px;
}

.thrColFixHdr #mainContent { 
	margin: 0px 210px 0px 210px; /* The right and left margins on this div element create the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove these margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 15px 5px 15px; /* By not specifying a width AND a padding or border, the IE Box Model Problem is bypassed. */
	background-color:#FFFFFF;
}

.thrColFixHdr #barrypict {
	float: right;
	width: 137px;
	height: 135px;
	background-image: url(images/barryatmicfade.JPG);
	margin: 0px 0px 5px 15px;
}

.thrColFixHdr #barrylogo {
	float: left;
	width: 75px;
	height: 75px;
	background-image: url(images/lefttalk75x75.JPG);
	margin: 0px 15px 5px 0px;
}

.thrColFixHdr #barryheadshot {
	float: right;
	width: 220px;
	height: 330px;
	background-image: url(images/barrygordonheadshot2.JPG);
	margin: 0px 0px 5px 15px;
}

.thrColFixHdr #prefooter { 
	height: 10px;	
	background-image: url(images/botinsidebarblwhrnd.JPG);
}

.thrColFixHdr #footer { 
	margin: 0 0 0 0;
	background:#CCDFFF;

} 
.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: 15px 15px 5px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;	
}

.thrColFixHdr #postfooter { 
	height: 35px;	
	background-image: url(images/pagebotshd.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;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

.textcenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

.texttinyitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	color: #000000;
	margin: 5px 0px 0px 0px;
	font-style:italic;
	text-align:center;
}

.textitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	font-style:italic;
}

.textquotesrc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #003080;
	margin: 0px 0px 0px;
	text-align:right;
	font-weight: bold;	
}

.textbluebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #003080;
	margin: 0px 0px 0px;
	font-weight: bold;	
}

.textshowheaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #003080;
	margin: 0px 0px 0px;
	font-weight: bold;
	text-align:center;
}

.textnegshowheaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	background-color: #003080;
	margin: 0px 0px 0px;
	font-weight: bold;
	text-align:center;
}

/* Link Styles */

a:link {
	color: #0060FF;
	text-decoration: none;
}
a:visited {
	color: #0060FF;
	text-decoration: none;
}

a:hover {
	color: #0060FF;
	text-decoration: underline;
}
a:active {
	color: #0060FF;
	text-decoration: underline;
}

/* removes borders from linked images */
a img,
:link img,
:visited img {
	border:none;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}

/* Headlines:  Although page headlines are graphics for custom font, they are still enclosed in <H1> tags for accessibility purposes */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #003080;
	margin: 0px 0px 0px;
}
