
body {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #00005c;

	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;

		background-image:url('/images/back.gif');

	background-repeat:repeat-y;

	background-position:center;

}

/*Classes*/


.style16 {
	font-size: 12px
}
.style17 {font-size: 12px; font-weight: bold; }
.style20 {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.style21 {font-size: 18px}
.style22 {
	font-size: 10px
}
.style23 {font-size: 12px; font-weight: bold; color: #FFFFFF; }

.twoColHybRtHdr #container {
	width: 896px; 
	
	margin: 0 auto; 
	
	padding: 0 0 0 0px;
	/* this will create a container 80% of the browser width */
	background-color:transparent;

/*	background: #e7e7ea;
	
	background-image:url(/images/content_back.gif);*/
	
		background-image:url('/images/back.gif');
		background-repeat:repeat-y;
		background-position:center;

	/*margin: 0 auto;*/ /* the auto margins (in conjunction with a width) center the page */

	border: 0px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

	min-height: 100%; 

}


.twoColHybRtHdr #footer {
	width: 896px; 
	
	margin: 0 auto; 
	
	padding: 0 0 0 0px;
	/* this will create a container 80% of the browser width */
	background-color:transparent;

/*	background: #e7e7ea;
	
	background-image:url(/images/content_back.gif);*/
	
		background-image:url('/images/back.gif');
		background-repeat:repeat-y;
		background-position:center;

	/*margin: 0 auto;*/ /* the auto margins (in conjunction with a width) center the page */

	border: 0px solid #000000;

	text-align: center; /* this overrides the text-align: center on the body element. */
}
.twoColHybRtHdr #header {

	width: 896px; 
	
	margin: 0 auto; 
	
	padding: 0 0 0 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. */
	
	border: 0px solid #000000;

	min-height: 100%; 

}

.headerLogoArea
{
	
	padding: 0 0 0 0px;
	border:none;

}
.headerLogoArea tr
{
	
	padding: 0 0 0 0px;
	border:none;

}

.headerLogoArea tr td
{
	
	padding: 0 0 0 0px;
	border:none;

}




