@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serifVerdana, Arial, Helvetica, sans-serif;
	background: #999999 url(images/bckgrnd.gif) repeat-x;
	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 #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/bckbar.gif) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	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. */
	margin: 0px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
#mainContent h1 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 20px 0px;
}
#sidebar2 h1 {
	color: #FFFFFF;
	background-color: #E2000A;
	display: block;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.endorsement {
	font-size: 10px;
	color: #E2000A;
	font-style: italic;
}
#sidebar2 p {
	font-size: 11px;
	padding-left: 16px;
	padding-right: 10px;
	margin: 0px 0px 4px;
	padding-bottom: 0px;
	line-height: 110%;
}
.thrColFixHdr #mainContent {
	margin: 0 200px 0 160px; /* the right and left margins on this div element creates 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 this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 14px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#sidebar1 p a {
	text-decoration: none;
	color: #000000;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/Footer.gif) no-repeat;
	height: 60px;
} 
.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: 10px 0 10px 80px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFFFFF;
}
.psmall {
	font-size: 11px;
}
#sidebar1 h1 {
	font-size: 11px;
	display: block;
	background-color: #E2000A;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 4px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.redtext {
	color: #DE000A;
	font-weight: bold;
}
#sidebar2 p a {
	text-decoration: none;
	color: #000000;
}
.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;
}
#sidebar1 h2 {
	color: #E2000A;
	font-size: 12px;
	padding-left: 8px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#sidebar2 h2 {
	color: #E2000A;
	font-size: 12px;
	padding-left: 8px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
ul {
	font-size: 11px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#mainContent li {
	list-style-image: url(images/check.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.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;
}
#mainContent h2 {
	font-size: 14px;
	color: #E2000A;
	margin-bottom: 6px;
}
#mainContent p {
	font-size: 11px;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 130%;
}
#mainContent p a {
	color: #666666;
	text-decoration: none;
}
#mainContent li a {
	text-decoration: none;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E2000A;
}
#sidebar1 p {
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.thrColFixHdr #footer p a {
	color: #CCCCCC;
	text-decoration: none;
}
.thrColFixHdr #footer p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#mainContent li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E2000A;
}
#sidebar2 p a:hover {
	text-decoration: none;
	color: #E2000A;
}
#mainContent p a:hover {
	color: #E2000A;
	text-decoration: none;
}
.photoleft {
	padding-right: 14px;
}
.photoright {
	padding-left: 10px;
}
