body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #000000;
	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: #FFFFFF;
}


div#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	/* background-image: url(../images/TIW_Boxes980w.jpg); */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FF0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:1;
	
}

div#header {
height: 235px; width: 970px;
background-color:#000000;
	 
	padding: 0 0px 0 0px;  /* 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. */
}

div#headerleft {
float: left;
width: 350px;
height: 205px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
}

div#headerright {
float: left;
width: 600px;
height: 20px;
margin: 0;
/* background: url(../images/masthead_bar.jpg) 0px 0px  repeat-x; */
}

div#headerright p {
margin-left: 10px;
}


div#headerrightbottom {
float: left;
width: 600px;
height: 175px;
margin: 0;
/* background: url(../images/masthead_bar.jpg) 0px 0px  repeat-x; */
}

div#headerrightbottomlinks {
float: left;
width: 600px;
height: 30px;
text-align:right;
/* background: url(../images/masthead_bar.jpg) 0px 0px  repeat-x; */
}

div#headerimage {
/* height: 340px; width: 980px; ORIGINAL BEFORE FIRE ADD*/
height: 845px; width: 980px;
background-color:#000000;
}

div#topnav {
height: 30px; width: 950px;
background-color:#CCCCCC;
margin-left:0px;
	 
	padding: 0 0px 0 30px;  /* 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. */

}

div#mainContent {
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* background: #FFFFFF; */
	margin-left: 0px;
	margin-bottom:5px;
	background-image: url(../images/background-center.jpg);
	overflow:auto;
}
div#mainContent img {
margin: 0 10px 10px 0px;
}

div#mainContent li {
margin-bottom: 15px;
}

div#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	color:#000000;
}

div#footerwhite {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background:#FFFFFF; */
}

div#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 */
	color:#000000;
}

div#calloutbox {
	border-style:solid;
	border-width:1px;
	border-color:#113485;
	background-color:#eeeeee;

	font-weight:bold;
	margin-top:25px;
	margin-left:25px;
	margin-right:0px;
	margin-bottom:25px;
	font-size:12px;
	float:right;
	width:230px;
	color:#000000;
	padding:15px;

}

div#leftnav {
	border-style:solid;
	border-width:1px;
	border-color:#113485;
	background-color:#eeeeee;

	font-weight:bold;
	margin-top:25px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:25px;
	font-size:12px;
	
	width:150px;
	color:#000000;
	padding:15px;
	z-index:10;
	position:absolute;

}

h1 {font-size: 20px; }
h2 {font-size: 18px; }
h3 {font-size: 15px; }

.boxheading {
font-size: 16px;
}

.smalltext {
font-size: 11px;
}

.bluetext {
	color: #23478C;
	font-weight: bold;
}

.whitetext {
	color: #FFFFFF;
	font-weight: bold;
}

.redtext {
	color: #fe0000;
	font-weight: bold;
}

.greentext {
	color: #33CC00;
	font-weight: bold;
}

.heading {
	font-size: 16px;
}

.subheading {
	font-size: 14px;
}

.date-font	{ color: #FFFFFF; font: 11px verdana, arial, sans-serif; font-weight: bold }

a {font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; text-decoration: underline}
a:hover {font-family: Arial, Helvetica, sans-serif; color: #000000; text-decoration: underline}

a.whitelink {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; text-decoration: underline; }
a.whitelink:hover {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; }

a.toplink {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; text-decoration: underline; }
a.toplink:hover {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #aaaaaa; text-decoration: underline; }

a.redlink {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FF0000; text-decoration: underline; }
a.redlink:hover {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; }

a.calloutlink {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #113485; text-decoration: underline}
a.calloutlink:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: underline}

a.whiteboxlink {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
a.whiteboxlink:hover {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000; text-decoration: none; }

a.whitetopmenulink {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; text-decoration: underline; }
a.whitetopmenulink:hover {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FF0000; text-decoration: underline; }

a.footer {font-family: Arial, Helvetica, sans-serif; color: #113485; text-decoration: underline}
a.footer:hover {font-family: Arial, Helvetica, sans-serif; color: #000000; text-decoration: underline}

.rightimage {
	border: 0px;
	margin-left:10px;
	float:right;
}

.leftimage {
	border: 0px;
	margin-right:10px;
	float:left;
}

.ProdTable {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	border: thin solid #999999;
	font-size: 12px;
}
div#bottomcalloutbox {

	border-style:solid;
	border-width:1px;
	border-color:#113485;
	background-color:#eeeeee;

	font-weight:bold;
	margin-top:25px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:25px;
	font-size:12px;
	color:#000000;
	padding:15px;
	overflow:auto;
}

div#date-location {
	float:right;
	margin-top: 5px;
	margin-right: 10px;
}

div#leftbox {
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	
	font-weight:bold;
	float:left;
	margin-top:25px;
	margin-left:100px;
	margin-right:25px;
	margin-bottom:25px;
	font-size:12px;
	color:#FFFFFF;
	padding:15px;
	width:300px;
	
}
div#leftbox h2 {
margin-top:0px;	
margin-bottom:0px;		
}


div#rightbox {
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;

	font-weight:bold;
	float:right;
	margin-top:25px;
	margin-left:25px;
	margin-right:100px;
	margin-bottom:25px;
	font-size:12px;
	color:#FFFFFF;
	padding:15px;
	width:300px;
}
div#rightbox h2 {
margin-top:0px;	
margin-bottom:0px;		
}

div#leftcalloutbox {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	
	font-weight:bold;
	float:left;
	margin-top:5px;
	margin-left:10px;
	margin-right:25px;
	margin-bottom:25px;
	font-size:12px;
	color:#000000;
	padding:15px;
	width:450px;
	overflow:auto;
	
}

.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;

}

