@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	background-color: #FFFFFF;
	background-image: url(../images/gradient-bonfe2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #8B1200;
}
#wrapper {
	width: 100%;
	display: table;
	background-image: url(../images/gradient-bonfe.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 15px solid #FFFFFF;
	text-align: left;
	font-size: 12px;
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer {
	padding: 0px 0 10px;
	background-color: #FFF;
	color: #FFFFFF;
	font-size: 9pt;
	font-family: calibri;
	text-align: center;
} 
.twoColFixLtHdr #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 */
	font-size: 16pt;
	font-weight: bold;
}
.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;
}
.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;
}

a:link {
	color: #D5221B;
}

a:visited {
	color: #006;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #00F;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #282A75;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: "Trebuchet MS";
}

a.box:hover {
	color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #EBEBEB;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
}
#container #footer Heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.twoColFixLtHdr #container #footer heading2 {
	font-size: 10px;
}
.twoColFixLtHdr #container #footer table tr th p .twoColFixLtHdr .twoColFixLtHdr {
	font-size: 16pt;
}
.twoColFixLtHdr #container #footer table tr th p {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
