@charset "UTF-8";
body  {
	background: #0000000;
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.twoColFixLtHdr #container {
	width: 889px;
	text-align: left;
	background-image: url(images_mn/tpcol_l2.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #0000000;
	padding: 0;  /* 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. */
	margin-top: 0px;
	height: 180px;
	margin-bottom: 0px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 181px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 201px;
	padding-top: 20px;
	margin-top: 0px;
	background-image: url(images_mn/pgtp_sm.gif);
	background-repeat: repeat-x;
	background-position: right top;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #mainContent p{
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 5px;
	padding-right: 20px;
	color: #333333;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
.twoColFixLtHdr #footer {
	text-align: center;
	background-color: #000000;
	background-image: url(images_mn/endgrd2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
} 
.twoColFixLtHdr #footer p {
	padding-top: 35px;
	color: #999999;
	font-size: 10px;
	letter-spacing: 0.3px;
}
h2 {
	font-size: 15px;
	color: #CC0000;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 3px;
	line-height: 19px;
}
.hd1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	;
	color: #FFFFFF;
	padding-left: 5px;
}
.body_lft {
	font-size: 12px;
	line-height: 16px;
	list-style-image: url(images/bullet.gif);
	text-align: left;
	vertical-align: top;
	background-image: url(images_mn/tpcol_l2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 176px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: #2D2D2D;
	color: #FFFFFF;
	letter-spacing: 0.3pt;
}
.body_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	list-style-image: url(images/bullet.gif);
	text-align: left;
	vertical-align: top;
	color: #333333;
}
.table_hd1 {
	font-size: 15px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 10px;
	line-height: 19px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	vertical-align: bottom;
}
.table_body1 {
	background-color: #E7E7E7;
}
.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;
}
