@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: 100%;
	background-image: url(../flashImages/gradient.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #container {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #002c62;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1024px;
	height: 768px;
} 
.thrColFixHdr #container #tnmiddle {
	height: 473px;
	width: 818px;
	float: left;
	background-image: url(../flashImages/mainBody_cleanbkg.jpg);
	background-repeat: no-repeat;
}

.thrColFixHdr #container #thirdmiddle {
	height: 473px;
	width: 818px;
	float: left;
	background-image: url(../flashImages/mainBody_thirdmaster.jpg);
	background-repeat: no-repeat;
}


.button
{

    color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
}


.titleCopy
{

    color: #002c62;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		text-decoration: underline;
}

.body_link
{

	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	line-height: 11pt;
		font-weight: bold;
		text-decoration: underline;
}




#left {
	float: left;
	height: 533px;
	width: 255px;
	background-image: url(../flashImages/left.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #container #left #copyleft {
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 10px;
}
.thrColFixHdr #header {
	height: 235px;
	width: 1024px;
} 
.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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #container #right {
	float: right;
	height: 533px;
	width: 257px;
		background-image: url(../flashImages/right3.jpg);
	background-repeat: no-repeat;

}
.thrColFixHdr #sidebar1 {
	width: 254px; /* padding keeps the content of the div away from the edges */
	height: 534px;
	background-image: url(../flashImages/right.jpg);
	background-repeat: no-repeat;
	float: left;
}
.thrColFixHdr #container #middle {
	float: left;
	width: 512px;
	height: 533px;
	background-image: url(../flashImages/middle.jpg);
}


.thrColFixHdr #container #tnleft {
	height: 473px;
	width: 206px;
	background-image: url(../flashImages/thenNow.jpg);
	background-repeat: no-repeat;
	float: left;
}

.thrColFixHdr #container #blankleft {
	height: 473px;
	width: 206px;
	background-image: url(../images/leftside_blank.jpg);
	background-repeat: no-repeat;
	float: left;
}



.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;
}
.thrColFixHdr #container #footer {
	float: left;
	height: 53px;
	width: 1024px;
}
.bodycopywhite {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	line-height: 11pt;
}

.bodycopywhite2 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
	line-height: 11pt;
}

.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;
}
.boldcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
	font-size: 10pt;
	font-style: italic;
}
.thrColFixHdr #container #middle #copymiddle {
	padding-top: 265px;
	padding-right: 10px;
	padding-left: 10px;
}
.linktext {
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: center;
}
