@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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(../images/Aptx_BG_grad.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-attachment: fixed;
}
.twoColFixLtHdr #outercontainer {
	width: 774px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dashed #999;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	z-index: 100;
} 
.twoColFixLtHdr #container {
	width: 754px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/Aptx_Col.gif);
	background-repeat: repeat-y;
	margin: 10px;
	z-index: 100;
} 
.twoColFixLtHdr #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: #002A63;
	background-image: url(../images/Aptx_Logobar.gif);
	background-repeat: no-repeat;
} 
.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 {
	background-color: #F00;
	float: left; /* since this element is floated, a width must be given */
	width: 107px;
	/*margin: 3px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.twoColFixLtHdr #mainContent {
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 13;
	margin-left: 107px;
	padding-top: 0;
	.padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 0;
	.padding-bottom: 13px;
	padding-left: 13px;
	font-size: 12px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size:24px;
	font-weight:bold;
	color:#999;
}
.twoColFixLtHdr #mainContent ul {
	color:#002A63;
	/*background-color: #9F9;*/
	margin-left:24px;
	margin-right:24px;
	.padding-left: 36px;
	.padding-right: 24px;
	font-size: 12px;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent h2 {
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.twoColFixLtHdr #mainContent p {
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:140%
}
.twoColFixLtHdr #mainContent a {
	color: #003E91;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover, a:focus {
	color: #060;
	text-decoration: underline;
}
.twoColFixLtHdr #footer {
	background-color: #002A63;
	background-image: url(../images/Aptx_Bluebar.gif);
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding-left: 120px;
} 
.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;
	text-align: left;
}
.twoColFixLtHdr #footer a
{
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover, a:focus
{
	color: #0F0;
}
.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;
	margin-right: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrtsearch { /* 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;
	margin-right: 1px;
}
.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;
}
.tabledheader {
	color: #0E2A61;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.tabledinfo {
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
