@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #e2e9f4;
	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;
}
.oneColFixCtr #container {
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #navigation {
	position:absolute;
	margin-left: 265px;
	margin-top:90px;
	width:740px;
	height:27px;
	z-index:1;
	color:#FFFFFF;
	font-size:13px;
}
.oneColFixCtr #container #navigation a:link {
	text-decoration:none;
	cursor: pointer;
	color:#FFFFFF;
}
.oneColFixCtr #container #navigation a:hover {
	text-decoration:underline;
	cursor: pointer;
	color:#FFFFFF;
}
.oneColFixCtr #container #navigation a:visited {
	text-decoration:none;
	cursor: pointer;
	color:#FFFFFF;
}
.oneColFixCtr #mainContent #leftside {
	width: 363px;
	float: left;
}
.oneColFixCtr #mainContent #rightside {
	margin-top: 5px;
	margin-left: 15px;
	width: 560px;
	float: right;
	border: solid medium;
	border-color:#FFFFFF;
}
.oneColFixCtr #mainContent #rightsideBlank {
	margin-top: 8px;
	margin-left: 20px;
	width: 555px;
	float: right;
}
.oneColFixCtr #mainContent #footnotes {
	margin-top: 1px;
	width: 934px;
	clear: both;
	color: #000000;
	background-color: #d6d6d6;
	border-color:#FFFFFF;
	border: thin solid;
	min-height: 64px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 1px;
}
.oneColFixCtr #mainContent #admin {
	margin-top: 1px;0
	width: 934px;
	clear: both;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	min-height: 450px;
}
.oneColFixCtr #mainContent #footer {
	width: 934px;
	clear: both;
	color: #FFFFFF;
	background-color: #012a6c;
	border-color:#FFFFFF;
	border: thin solid;
	height: 10px;
	padding: 5px;
	font-size:9px;
	margin-top: 10px;
}
.oneColFixCtr #mainContent #footer a:link{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
.oneColFixCtr #mainContent #footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	cursor:pointer;
}
.oneColFixCtr #mainContent #footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
.oneColFixCtr #mainContent #leftside #searchentry {
	background-image:url(imgs_new/search_bg.jpg);
	padding-left:8px;
	padding-right: 8px;
	padding-top: 9px;
	padding-bottom: 8px;
	height: 25px;
	color: #FFFFFF;
	font-weight:bold;
}
.oneColFixCtr #mainContent #leftside #products {
	background-image:url(imgs_new/product_catagories_bg.jpg);
	padding-left:16px;
	padding-right: 16px;
	padding-top: 9px;
	padding-bottom: 8px;
	color: #000000;
	font-weight:normal;
	font-size:10px;
}
.smallText {
	font-size: 10px;
	}
h1 {
	font-size: 18px;
	font-weight: bold;
	color:#000066;
	text-align:center;
	padding: 0px;
	margin: 0px;
}
h2 {
	color: #012A6C;
	font-weight: bold;
	font-size: 14px;
}
a:link {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.style21 {font-size: 13px}
.style22 {
	font-size: 9px;
	color: #012A6C;
}
.style23 {
	color: #012A6C;
	font-weight: bold;
	font-size: 14px;
}
.style24 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.style25 {color: #000000; font-size: 11px;}
.myheader {color: #FFFFFF; font-weight:bold; font-size: 11px;}