@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: #333;
	background-color: #27343c;
	background-image: url(../50_Assets/WB-2009_L2_100_01_TopBkgd.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
}
.twoColFixRtHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../50_Assets/WB-2009_L2_100_SdeBar_Bkgd.gif);
	background-repeat: repeat-y;
	background-position: 670px;
} 
.twoColFixRtHdr #container bottom {
	background-image: url(../50_Assets/WB-2009_L2_100_04_MC_Bottom.gif);
	background-position: bottom;
}
.twoColFixRtHdr #container #footer a {
	color: #0E7FC7;
}
.twoColFixRtHdr #header {
	background-image: url(../50_Assets/WB-2009_L2_100_02_TopBanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	padding-left: 162px;
	padding-top: 10px;
} 
.twoColFixRtHdr #container #header p {
	font-size: 95%;
	color: #F90;
}
.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: 203px;
	background-repeat: repeat-y;
	background-position: 50%;
	padding-left: 17px;
	padding-right: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-right: 255px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
} 
.twoColFixRtHdr #mainContent #error  {
	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 */
	color: #C00;
}
.twoColFixRtHdr #mainContent li {
	line-height: 1.4em;
	margin-top: 4px;
}
.twoColFixRtHdr #mainContent-Btm {
	background-color: #27343c;
	background-image: url(../50_Assets/WB-2009_L2_100_04_MC_Bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 10px;
	height: 10px;
	clear: both;
	float: none;
}
.twoColFixRtHdr #footer {
	background-color: #27343c;
	font-size: 85%;

} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFF;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 25px;
}
.twoColFixRtHdr #footerAtop   {
	height: 30px;
	background-image: url(../50_Assets/WB-2009_L2_100_05_FooterTop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.twoColFixRtHdr #footerBbtm {
	height: 40px;
	background-image: url(../50_Assets/WB-2009_L2_100_06_FooterBtm.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	color: #8BA9BC;
	padding-left: 5px;
}
.twoColFixRtHdr #container #footerBbtm a {
	color: #57B3E1;
}
.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:0px;
	font-size: 1px;
	line-height: 0px;
	background-position: top;
}

h1 {
	color: #809100;
	margin-bottom: -3px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	line-height: 1.2em;
}
h2 {
	color: #E98800;
	margin-bottom: -7px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
}
h3 {
	color: #7198CE;
	margin-bottom: -9px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}
h4 {
	color: C5CC4D;
	margin-bottom: -9px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.twoColFixRtHdr #sec1title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	background-color: #EBAF01;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: normal;
	padding-left: 15px;
	margin-left: 0px;
	float: left;
	width: 97%;
	margin-right: -20px;
	display: inline;
}
.twoColFixRtHdr #sec2title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	background-color: #B0C20A;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: normal;
	padding-left: 15px;
	margin-left: 0px;
	float: left;
	width: 97%;
	margin-right: -20px;
	display: inline;
}
.twoColFixRtHdr #sec3title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	background-color: #B87A3D;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: normal;
	padding-left: 15px;
	margin-left: 0px;
	float: left;
	width: 97%;
	margin-right: -20px;
	display: inline;
}
.twoColFixRtHdr #mainContent input {
	background-color: #F1F5F8;

}
.twoColFixRtHdr #mainContent select {
	background-color: #F1F5F8;
	font-size: 10px;
}
#mainContent #mtrdata {
	background-color: #E0E9EF;
}
#mainContent #mtrdata th {
	background-color: #344B63;
	font-size: 10px;
	color: #FFF;
}
