@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: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #000066;
	font-weight: normal;
}

.thrColElsHdr #container {
	width: 960px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColElsHdr #header { 
	background: #ffffff; 
	padding: 0;  /* 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. */
} 
.thrColElsHdr #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: 0x 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColElsHdr #sidebar1 {
	float: left;
	width: 175px; /* top and bottom padding create visual space within this div */
	padding-top: 15px;
	padding-right: 25;
	padding-bottom: 15px;
	padding-left: 25;
	background-color: #0000FF;
}
special {
	font-weight: bolder;
	color: #FF0000;
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 175px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.thrColElsHdr #container #mainContent {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.thrColElsHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000066;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CACEFE;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10px;
	padding-left: 10;
}
.tiptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000066;
	list-style-type: circle;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #EE1D23;
}
.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000066;
}
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
 
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
}
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 5px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.25em;
	font-weight: bolder;
	color: #000066;
}

a:link {
	text-decoration: none;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF0000;
	font-weight: bolder;
}	
.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #344A86;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	list-style-type: circle;
}
.border {
	border: 4px solid #EE1B22;
}
.inspectors {
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	margin: 10px;
	text-align: left;
	line-height: 250%;
}
.h3Copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #344A86;
}
.bigred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #EE1D23;
}
.bigblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #344A86;
}
.smallblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #344A86;
}
#inspectors {
	font-size: 12px;
	color: #FFFFFF;
}
.inspectors a:link {
	line-height: 250%;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.inspectors a:hover {
	line-height: 250%;
	color: #FFFFFF;
}
.inspectors a:visited {
	line-height: 250%;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.inspectors a:active {
	line-height: 250%;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

