@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #A5242D;
}
.twoColFixLtHdr #container {
	width: 825px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 12px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0E2B57;
	border-left-color: #0E2B57;
	background-color: #ECECEC;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #0E2B57;
} 
.twoColFixLtHdr #container #header #main_navbar {
	background-color: #000000;
	padding: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #DADBDA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ECECEC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #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: 10px 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: 175px;
	background-color: #C30000;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECECEC;
}
.twoColFixLtHdr #container #sidebar1 p {
	color: #ECECEC;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 202px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #010A2F;
} 
#fbooktext {
	margin-left: 40px;
	padding-top: 11px;
	color: #FFFFFF;
	text-align: left;
}
.twoColFixLtHdr #footer {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-bottom: 90px;
	text-align: center;
	margin-top: 50px;
	margin-right: 40px;
	margin-left: 40px;
} 
.twoColFixLtHdr #container #footer p {
	font-size: 11px;
}
.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;
}
.twoColFixLtHdr #container  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #0E2B57;
}
.twoColFixLtHdr #container  h2 {
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0E2B57;
}
.twoColFixLtHdr #container  h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #0E2B57;
}
.twoColFixLtHdr #container  h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0E2B57;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	color: #000000;
}
.twoColFixLtHdr #container #footer a:link {
	color: #000000;
	text-decoration: underline;
}
.twoColFixLtHdr #container #footer a:visited {
	color: #0E2B57;
	text-decoration: underline;
}
.twoColFixLtHdr #container #footer a:hover {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container p {
	font-size: 15px;
}
.twoColFixLtHdr #container #header #main_navbar a:link {
	color: #ECECEC;
	text-decoration: underline;
}
.twoColFixLtHdr #container #header #main_navbar a:visited {
	color: #ECECEC;
	text-decoration: underline;
}
.twoColFixLtHdr #container #header #main_navbar a:hover {
	color: #ECECEC;
	text-decoration: none;
}
.small_text {
	font-size: 70%;
}
.twoColFixLtHdr #container #mainContent a:link {
	text-decoration: underline;
	color: #010A2F;
}
.twoColFixLtHdr #container #mainContent a:visited {
	color: #1B1BCF;
	text-decoration: underline;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #010A2F;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:link {
	color: #ECECEC;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 a:visited {
	color: #ECECEC;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	color: #ECECEC;
	text-decoration: none;
}
.important_point {
	font-weight: bold;
	color: #010A2F;
	font-size: 18px;
}
.important_point_red {
	font-weight: bold;
	color: #A5242D;
}
.smaller_bullets {
	font-size: 85%;
}
.keywords {
	font-size: 2px;
	color: #ECECEC;
}
#fbookside {
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 #fbookside img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 7px;
	margin-bottom: 25px;
	margin-top: 2px;
}
.img-float-R {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.img-float-L {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
