@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	background: #5C5C5C;
	background: #282828;
	
/*	background-image: url(../images/xbkgd.gif);
	background-repeat: repeat;*/
	
	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;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	
	margin-top: 20px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;

	background-image: url(../images/header/header-980x200-5.jpg);
	background-image: url(../images/header/header-980x100-6.jpg);
	background-repeat: no-repeat;
	
	height: 200px;
	height: 100px;
	
	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. */
}
.oneColFixCtrHdr #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 */
}


.oneColFixCtrHdr #menu {
	background: #FFFFFF;

/*	background-image: url(../images/header/header-980x200-1.jpg);
	background-repeat: no-repeat;
*/	
/*	height: 30px;*/
	
	padding: 0 10px 0 10px;  /* 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. */
	
/*	border: 1px solid #000000;*/
	
}



.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #CCCCCC;
	background: #000000;
}


.oneColFixCtrHdr #mainContent td {
	vertical-align: top;

}


.items {
	background: #666666;
	background: #000000;
	
	color:#CCCCCC;

/*	background-image: url(../images/header/header-980x200-1.jpg);
	background-repeat: no-repeat;
*/	
	height: 360px;
	height:auto;
	
	width: 300px;
	width:auto;
	
	padding: 20px 20px 20px 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. */
	
/*	border: 1px solid #000000;*/
	
}

.table {
	background: #666666;
	background: #000000;
	
	color:#CCCCCC;

/*	background-image: url(../images/header/header-980x200-1.jpg);
	background-repeat: no-repeat;
*/	
	height:auto;
	
	width:auto;
	
	padding: 20px 20px 20px 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. */
	
/*	border: 1px solid #000000;*/
	
}



.oneColFixCtrHdr #footer {

	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	font-weight: bold;*/
	
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;


	background-image: url(../images/header/footer-980x100-2.jpg);
	background-image: url(../images/header/footer-980x100-3.jpg);
	background-image: url(../images/header/footer-980x50-1.jpg);
	background-image: url(../images/header/footer-980x75-1.jpg);
	background-repeat: no-repeat;
	
/*	height: 100px;*/
	height: auto;


}
/*.oneColFixCtrHdr #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 */
	


/*	background-image: url(../images/header/footer-980x150-1.jpg);
	background-repeat: no-repeat;
	
	height: 100px;

	
	
	
}*/


.small {
	font-size: small;
	color:#CCCCCC;
	}

.small a {
	color:#CCCCCC;
	}

.small a:hover {
	color:#000000;
	}

.xsmall {
	font-size: x-small;
	color:#CCCCCC;
	}

.xsmall a {
	color:#CCCCCC;
	}

.xsmall a:hover {
	color:#000000;
	}

a {
/*	color: #993300;*/
	color: #666666;
	color: #3333FF;
	color: #FFFFFF;
	text-decoration:none;
	}
	
a:hover {
/*	color: #5C743D;*/
	color: #FF9900;
	color: #3333FF;
	color: #FF3333;
	}

a.bottom {
/*	color: #993300;*/
	color: #DEDEDE;
	color: #333333;
	color: #FFFFFF;
	text-decoration:none;
/*	text-decoration: overline underline;*/
	}
	
a.bottom:hover {
/*	color: #5C743D;*/
	color: #FF9900;
	color: #993300;
	color: #333333;
	}


.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;
}

.style-8pt {font-size: 8pt}
.style-9pt {font-size: 9pt}
.style-10pt {font-size: 10pt}
.style-11pt {font-size: 11pt}
.style-14pt {font-size: 14pt}
.style-16pt {font-size: 16pt}
.style-18pt {font-size: 18pt}
.style-24pt {font-size: 24pt}





body.popup { 
	margin: 0; 
	padding: 0; 
	background-color: #FFFFFF;
/*	background-image:url(../images/bkgd.gif);
	background-repeat:repeat;*/
	
	font: 1.0em "Trebuchet MS", Tahoma, Arial, sans-serif;  	
	color: #333; 

	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 */
}