@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 0;
	/*padding-right: 25px;  -- test */
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #container {
	
	/*width: 99%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	width: 900px;
	background: #e8decc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(images/hdr_bg.jpg);
	background-repeat: repeat-x;
} 
.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: 225px;
	background-color: #e8decc;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.twoColFixLtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #392229;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(images/hdr_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.twoColFixLtHdr #container #sidebar1 h1 {
	font-size: 24px;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 h2 {
	font-size: 20px;
	font-weight: bold;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-size: 18px;
	font-weight: bold;
}
 
.twoColFixLtHdr input, textarea {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	padding-left: 5px;
	padding-right: 5px;
} 
.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 */
}
.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;
}
.cmpName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #CD161B;
	text-align: right;
	padding-right: 25px;
}
.cmpLine2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9d1c28;
	text-align: right;
	padding-right: 25px;
	padding-top: 5px;
}

a img{
	text-decoration:none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.sectionHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #003333;
}
.sectionBody {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003333;
}
.SectionTitle {
	font-weight: bolder;
	text-decoration: underline;
}