body {
	/* font: 80% Verdana, Arial, Helvetica, sans-serif; */
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background-main4.gif);
	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;
}



h1 { font-size: 16px; margin-top:10px;}

h2 { font-size: 14px; }

h3 { font-size: 13px; }

div#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	/* background-image: url(../images/TIW_Boxes980w.jpg); */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #eee8c5;
	/* text-align: left;  this overrides the text-align: center on the body element. */
	z-index:1; 
	
}

.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;
}

div#header {
height: 130px; width: 980px;

	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: 270px;
height: 130px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom:10px;
}

div#headerright {
float: left;
width: 680px;
height: 130px;
margin-top: 10px;
margin-bottom:10px;
background-color:#FFC;
/* background: url(../images/masthead_bar.jpg) 0px 0px  repeat-x; */
}

div#headerright p {
margin-left: 10px;
}


div#topnav {
height: 25px; width: 800px;
/* background-color:#22314e; */
margin-left:0px;
z-index:5;

margin-top:-22px;
	 
	padding: 0 0px 0 260px;  /* 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: 0px 20px 0px 10px; /* 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-top:0px;
	overflow:auto;
	background-image: url(../images/background-content.gif);

	
}
div#footerlinks {
	padding: 0 2px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}

div#footerlinks 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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



div#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eeeeee;
}

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 */
}

div#bottomlinks {
	margin-left:0px;
	margin-top:40px;
	margin-bottom:20px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background:#FFFFFF; */
}

div#calloutbox {
	border-style:solid;
	border-width:1px;
	border-color:#afaa6d;
	background-color:#eeeeee;

	font-weight:bold;
	margin-top:25px;
	margin-left:25px;
	margin-right:0px;
	margin-bottom:25px;
	font-size:12px;
	float:right;
	width:250px;
	color:#000000;
	padding:15px;

}


div#leftnav {
	border-style:solid;
	border-width:0px;
	border-color:#113485;
	background-color:#ffffff;
	background-image: url(../images/background-content.gif);

	font-weight:bold;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:45px;
	font-size:12px;
	float:left;
	width:240px;
	color:#000000;
	padding:10px 5px 5px 5px;


}
div#leftnav ul {
	margin-left:0px;
	padding-left:25px;
	margin-top:0px;
	color: #063a76;
	
}

div#leftnav li {
	list-style:disc; 
	list-style-position: outside;

}


.boxheading {
font-size: 16px;
/* background-color:#afaa6d; */
background-color:#788693;
height:25px;
padding: 5px 5px 1px 5px;
width: 230px;
color: #ffffff;
}

.boxgrey {
/* background-color:#d0d0b8; */
background-color:#d0d0b8;
padding-left:4px;
}

.smalltext {
font-size: 11px;
}

.bluetext {
	color: #063a76;
	font-weight: bold;
}

.bluetitle {
	color: #063a76;
	font-weight: bold;
	font-size:14px;
}

.midtext {
font-size: 18px;	
}

.largetext {
font-size: 20px;	
}

.whitetext {
	color: #FFFFFF;
}

.date-font	{ color: #000000; font: 11px arial, sans-serif; font-weight: bold }

a {font-family: Arial, Helvetica, sans-serif; color: #063a76; text-decoration: underline; font-weight:bold; }
a:hover {font-family: Arial, Helvetica, sans-serif; color: #000000; text-decoration: underline; font-weight:bold; }

div#leftnav a {font-family: Arial, Helvetica, sans-serif; color: #063a76; text-decoration: none; line-height:20px; margin-left:2px;}
div#leftnav a:hover {font-family: Arial, Helvetica, sans-serif; color: #000000; text-decoration: underline}

a.leftnavlarge {font-family: Arial, Helvetica, sans-serif; color: #063a76; text-decoration: none; line-height:24px; font-size:15px;}
a.leftnavlarge:hover {font-family: Arial, Helvetica, sans-serif; color: #000000; text-decoration: underline;  font-size:15px;}

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}

.rightimage {
	border: 0px;
	margin-left:10px;
	float:right;
}

.leftimage {
	border: 0px;
	margin-right:10px;
	float:left;
}


div#bottomcalloutbox {

	border-style:solid;
	border-width:1px;
	border-color:#afaa6d;
	background-color:#eeeeee;

	font-weight:normal;
	margin-top:25px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:25px;
	font-size:12px;
	color:#000000;
	padding:7px 20px 9px 20px;
}

div#date-location {
	float:right;
	margin-top: 5px;
	margin-right: 10px;
}

.homebox {
	padding: 0px 10px 0px 25px;
	margin: 0px 0px 0px 0px;
}

.homebox li {
	margin: 10px 0px 15px 0px;
font-weight:bold;
	color:#305177;
	
}

p.homepagetext  {color:#305177; text-align:left; padding: 10px 10px 0px 10px; margin: 0px 0px 0px 0px; font-weight:bold;}
