	@charset "utf-8";
	html {min-height: 100%;	margin-bottom: 1px;}
	body  {
	margin: 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;
	/*background-image: url(pix/bg_tile.gif);
		background-position: center;
		background-repeat: repeat-y;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-image: url(pix/bg.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	clear: both;
	}
.redBold {
	color: #CC0000;
	font-weight: bold;
}
.twoColFixLt #container #mainContent .redOutline p {
	margin: 0px;
	padding: 0px;
}


	.twoColFixLt #container {
		text-align: left;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
		width: 777px;
		background-image: url(pix/bg_tile.gif);
	}
	.twoColFixLt #top {
	width: 775px;
	height: 224px;
	background-image: url(pix/banner.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	top: 0px;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-color: #DBD8D1;
	}

	.twoColFixLt #container #top #topNav {
	width: 150px;
	padding-left: 25px;
	z-index: 20;
	overflow: visible;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	padding-top: 85px;
	}
	
	.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 269px;
	height: 800;
	padding-right: 5px;
	padding-left: 25px;
	padding-top: 19px;
	padding-bottom: 75px;
	/*margin-left: 1px;*/
	overflow: hidden;
	z-index: 19;
	margin-right: 5px;
	}
	
	.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	} 
	
	
	.twoColFixLt #endNav {
	/*bottom: 0px;
		background-color:#F7F2ED;
		position: fixed;*/
	width: 774px;
	height: 160px;
	padding-top: 15px;
	margin-left: 1px;
	text-transform: uppercase;
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	}

	
	
	
	.twoColFixLt #container #mainContent h2 {
		color: #990000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 1px;
		margin-top: 25px;
	}
	.twoColFixLt #container #mainContent p {
		padding-right: 30px;
		background-position: top;
	}
	.twoColFixLt #container #sidebar1 img {
		margin-top: 20px;
	}
	.twoColFixLt #container #sidebar1 h2 {
	font-size: 12px;
	color: #990000;
	line-height: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-bottom: 6px;
	padding-top: 8px;
	margin-bottom: 0px;
		}
	.twoColFixLt #container #sidebar1 h3 {
	font-size: 10px;
	color: #993300;
	line-height: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
	}
	.twoColFixLt #container #mainContent #frm_update_tj {
		padding: 10px;
		border: 1px dotted #666666;
	}
	.pose {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	}
	
	.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;
	}
	a:link {
		color: #993300;
		text-decoration: none;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CC6600;
	}
	a:visited {
		color: #993300;
		text-decoration: none;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CC6600;
	
	}
	a:hover {
		color:#99FF00;
		text-decoration: none;
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		border-bottom-color: #36952D;
		background-color: #999999;
	}
	a:active {
		color: #666666;
		text-decoration: none;
	}
a:focus {
	color:#99FF00;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #36952D;
	background-color: #999999;
}


			
.imgNoBorder {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
hr {
	height: 1px;
}
