@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	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;
	background-color: #EAEEEE;
	top: 0px;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #C5CFD0;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-color: #C5CFD0;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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;
	margin-right: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	list-style-position: inside;
	list-style-type: square;
	display: inline-block;
	line-height: normal;
	color: #B6B6B6;
}
.twoColFixRtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 20;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #C5CFD0;
	color: #000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dashed;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	font-weight: bold;
} 
#contentMainBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	width: 400px;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 45px;
	border-bottom-width: medium;
	border-bottom-style: outset;
	border-bottom-color: #666;
	text-align: center;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #EAEEEE;
} 
.twoColFixRtHdr #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: x-small;
	text-align: center;
	color: #006;
	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;
}#navigation {
	font-weight: bold;
	background-color: #C5CFD0;
	float: left;
	height: 25px;
	width: 750px;
	display: block;
}
.twoColFixRtHdr #container #header #navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	display: block;
	float: left;
	height: 25px;
	width: 93px;
	line-height: 25px;
	text-align: center;
	background-image: url(images/master%20images/navBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixRtHdr #container #header #navigation a:hover {
	background-image: url(images/master%20images/navBG.jpg);
	background-position: bottom;
}
.h2Burgundy {
	color: #600;
	font-size: medium;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	color: #006;
}
.twoColFixRtHdr #container #sidebar1 h2 {
	color: #006;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: large;
}
.twoColFixRtHdr #container #mainContent .style101 .text2 .text1 {
	text-align: center;
}
.twoColFixRtHdr #container #sidebar1 p {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent h1 .h2Burgundy .text1 {
	font-size: 14px;
	color: #666;
	text-align: left;
}
.twoColFixRtHdr #container #sidebar1 p {
	text-align: left;
}
.4 {
	color: #666;
	font-size: 14px;
}
.twoColFixRtHdr #container #mainContent h1 .h2Burgundy {
	font-size: 12px;
}
.twoColFixRtHdr #container #mainContent h1 .h2Burgundy {
	font-size: 14px;
	text-align: left;
}
.twoColFixRtHdr #container #mainContent h2 {
	color: #600;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
.twoColFixRtHdr #container #mainContent h2 #mainContent {
	color: #600;
}
.twoColFixRtHdr #container #sidebar1 li {
	color: #009;
}
.twoColFixRtHdr #container #mainContent h2 font b {
	color: #000;
}
.orange {
	color: #C33;
}
.twoColFixRtHdr #container #mainContent h2 .orange .text2 .h2Burgundy {
	text-align: left;
}
.twoColFixRtHdr #container #mainContent h2 .orange .text2 .h2Burgundy {
	text-align: left;
}
.twoColFixRtHdr #container #mainContent p .orange .text2 {
	font-size: 12px;
	color: #000;
}
.twoColFixRtHdr #container #mainContent p .orange {
	font-size: 12px;
}
body type {
	font-size: 12px;
}
.twoColFixRtHdr #container #mainContent p .orange {
	font-weight: normal;
}
.twoColFixRtHdr #container #sidebar1 li {
	color: #333;
}
.twoColFixRtHdr #container #sidebar1 li {
}
.twoColFixRtHdr #container #sidebar1 li {
	color: #00F;
}
.twoColFixRtHdr #container #mainContent h2 font b {
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container #mainContent h2 font b {
	font-style: normal;
}
.twoColFixRtHdr #container #sidebar1 li .orange {
	font-size: x-small;
}
.twoColFixRtHdr #container #sidebar1 h4 {
	color: #009;
}
