@charset "utf-8";
/* CSS Document */
.textClrprops{color:#3366cc;
}
a {color:#3366cc; text-decoration:none}
a:hover {color: #cc0000}

p { position:relative;top:0px; } 

td{
	text-align:center;
	}
body {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;; 
	background: #eeeeee;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	vertical-align:top;
	/* background-image:url(../outsideTrim.jpg)*/
	
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* 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 */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	text-align:center; 
	font-size:12px;
	color:#3366cc;
	font-weight:700;
	
}

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

.mainTxt {
	font-weight: bold;
	font-size: 14px;
	line-height: 2em;
}
.siteNav{
background:#FFFFFF;
/*background-image:url(../outsideTrim.jpg)*/
}
.contentTable{
background:#FFFFFF;
/* background-image:url(../outsideTrim.jpg)*/
}
.LetUsKnow {font-size: 13px}
.currPageLink {color: #cc0000}
.purchaseCards {color: #cc0000; font-size:11px; font-weight:bold}
.style5 {font-size: 12px}
.visitBlog {
	color: #3366cc;
	font-size: 14px;
	font-weight: bold;
}
.cpyRght {font-size: 12px}
.imgStr {color: #3366cc; font-weight: bold; }

