@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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #000;
	background-image: none;
	font-weight: normal;
}
.twoColFixLtHdr #container {
	width: 768px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	height: auto;
	background-image: url(images/sidebar%20background2.jpg);
	background-repeat: repeat-y;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 22px;
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
	border-bottom-color: #006;
	border-top-width: thick;
	border-top-style: none;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-length: 768px;
} 
.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 */
	text-align: center;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	color: #006;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-top-color: #006;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFF;
	color: #006;
	border-top-color: #C00;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
	font-size: 12px;
} 
.twoColFixLtHdr #footer {
	padding: 0 22px 0 22px;
	background-image: url(images/Footer%20Background2.jpg);
	background-repeat: no-repeat;
	border-top-color: #006;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-length: 768px;
} 
.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: 10px;
	color: #006;
}
.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 #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #006;
	font-size: 20px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	text-align: left;
	font-size: 12px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	font-weight: normal;
	font-size: 12px;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00C;
	font-size: 15px;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #C00;
}
.FooterMenuBar {
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 .sidebar a .links strong {
	color: #00C;
}
.twoColFixLtHdr #container #sidebar1 .sidebarheader .links strong {
	color: #00C;
}
.twoColFixLtHdr #container #sidebar1 .sidebar {
	color: #C00;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 .sidebarheader strong {
	color: #C00;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent p .links .slogan .quotes strong {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent h1 .quotes {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent h1 .links strong {
	font-size: 15px;
}
.twoColFixLtHdr #container #mainContent h1 .quotes {
	font-size: 15px;
}
.twoColFixLtHdr #container #mainContent h1 .quotes a {

}
.twoColFixLtHdr #container #mainContent h1 .quotes strong {
	font-size: 15px;
}
.twoColFixLtHdr #container #mainContent h1 .slogan {
	font-size: 15px;
}
.twoColFixLtHdr #container #sidebar1 .sidebar {
	color: #FFF;
}
.twoColFixLtHdr #container #sidebar1 .sidebar {
	color: #C00;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent p {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 30px;
}
.twoColFixLtHdr #container #sidebar1 .sidebarheader {
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 .sidebarheader {
	text-align: left;
}
.header {
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 .sidebarheader {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent p strong {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent p strong {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent p {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 14px;
	font-weight: bold;
}
#s {
	color: #FFF;
}
.twoColFixLtHdr #container #mainContent p .sidebar strong {
	text-align: center;
}
#f {
	font-size: 12px;
}
#f {
	font-size: 12px;
}
#f {
	font-size: 12px;
}
