@charset "utf-8";
/* CSS Document */

.red {color: #FF0000}

#footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top:0px;
} 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #e2edf7;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
.thrColFixHdr #container {
	width: 894px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 0px;
} 
.thrColFixHdr #header {
	margin: 0px;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;  /* 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. */
	height: 138px;
	background-color: #e2edf7;
} 
.thrColFixHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 258px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-top: 54px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 24px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: absolute;
	width: 401px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	left: 258px;
} 
.thrColFixHdr #mainContent2 {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #mainContent3 {
	margin: 0px 200px 0px 244px !important;  /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	margin: 0px 200px 0px 260px;
	padding: 0px 18px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #mainContentsub {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 599px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 258px;
} 
.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;
}
.thrColFixHdr #mainContenttxt {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 16px;
	margin: 0px;
	padding-left: 13px;
	padding-right: 44px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align:justify;
} 

.thrColFixHdr #mainContenttxt2 {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 16px;
	margin: 0px;
	padding-left: 13px;
	padding-right: 44px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align:justify;
} 

.thrColFixHdr #mainContenttxtsub {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 16px;
	margin: 0px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align:justify;
} 
td {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 16px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:left;
} 
td p {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 16px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:left;
} 
.thrColFixHdr #righttxt {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#008fcc;
	margin: 0px;
	padding-left: 13px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align:justify;
} 
#img {
	padding: 0px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.chkbox { margin:0; }
.errormsg { border: 1px solid black; padding:5px; }
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:20px;
	font-weight: bold;
	color: #008ecb;
	text-align:left;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008ecb;
	text-align:left;
}
a:link {
	color:#008ecb;
	text-decoration:underline;
}
a:visited {
	color:#008ecb;
	text-decoration:underline;
}
a:hover {
	color:#e5004f;
	text-decoration:none;
}
li {
list-style-position: outside;
margin-left: -20px;
}

input {
	margin-bottom:5px;
	}
	
select {
	margin-bottom:5px;
	}
	
.small {
font-size:9px;
	}
	
#lightbox{
	background-color:#ffffff;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}


<!--[if IE 5]>
 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 258px; }
.thrColFixHdr #sidebar2 { width: 235px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2 { padding-top: 24px; }
.thrColFixHdr #sidebar1 { padding-top: 54px; }
.thrColFixHdr #mainContent { zoom: 1;}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]