@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #00264c;
	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: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/whiteBG.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	
	background-image:url(images/headerBG.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding: 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. */
	color:#ffffff;
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
	height: 134px;
}

.oneColFixCtrHdr #navigation {
	background-image:url(images/navBG.png);
	height: 54px;
	font-size:13px;

}
#navLink {
	
	padding: 15px 7px 0 7px;
	float:left;
	height: 28px;
	position:relative;
	top: -10px;
}
#currentLink{
	background-image: url(images/linkHover.png);
	background-repeat: repeat-x;
	padding: 15px 7px 0 7px;
	float:left;
	height: 28px;
	position:relative;
	top: -10px;
}


#navLink:hover{
	background-image: url(images/linkHover.png);
	background-repeat: repeat-x;
}

a.nav{ font-weight:normal; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif;}
a.nav:link {color:#ffffff; text-decoration:none;}      /* unvisited link */
a.nav:visited {color:#ffffff; text-decoration:none;}  /* visited link */
a.nav:hover {color:#ffffff; text-decoration:none;}  /* mouse over link */
a.nav:active {color:#ffffff; text-decoration:none;}  /* selected link */


.oneColFixCtrHdr #mainContent {
	clear: both;
	padding: 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/subBodyBG.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin: 0;
}
.oneColFixCtrHdr #mainText {
	padding:0 50px 0 45px;
}

.clear {
	float:clear;
}

.left {
	float:left;
}

.oneColFixCtrHdr #footer {
	padding: 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/FooterBG.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0;
}
.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 */
}
.oneColFixCtrHdr #footerRight {
	margin: 0 0 0 500px;
	text-align:center;	
}

h6 {
	color:#ffffff;
	font-weight: normal;
	font-size:9px;
}

td {
	vertical-align:top;
	padding: 0 25px 0 0;
	}
	
table.product {
	border-width: 1px;
	border-spacing: 10px;
	border-style: none;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}
table.product th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.product td {
	text-align: center;
	border-width: 2px;
	padding: 8px;
	border-style: solid;
	border-color:#E8E8E8;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
a{ font-weight:bold; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
a:link {color:#03F;}      /* unvisited link */
a:visited {color:#03F;}  /* visited link */
a:hover {color:#69F;}  /* mouse over link */
a:active {color:#009}  /* selected link */

a.footer{ font-weight:bold; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
a.footer:link {color:#03F;}      /* unvisited link */
a.footer:visited {color:#03F;}  /* visited link */
a.footer:hover {color:#69F;}  /* mouse over link */
a.footer:active {color:#009;}  /* selected link */

a.legal:link {color:#ffffff;}      /* unvisited link */
a.legal:visited {color:#ffffff;}  /* visited link */
a.legal:hover {color:#990;}  /* mouse over link */
a.legal:active {color:#69F;}  /* selected link */