@charset "utf-8";
.navtext {
width:150px;
font:Verdana, Geneva, sans-serif;
font-size:10px;
border-width:2px;
border-style:outset;
border-color:#ccc;
background-image:url(images/table_bg.gif);

color:#ccc;
}
body {
	
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	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;
}
.mainmenu {
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	height:25px;
	font:Verdana, Geneva, sans-serif; text-align:center;
	color:#000;
	font-size:20px;
	font-weight:bold;
}
.mainmenu a {
	text-decoration:none;
}
.packs {
	width:320px;
}
.table1 {
	font: bold 16px Verdana, Geneva, sans-serif;
	color: #000;
	
	background: #7da9d0;
	border: 2px;
	border-bottom-style:inset;
	border-color: #000;
}
.planhead {
	font: bolder 18px Verdana, Geneva, sans-serif;
	color: #000;
	background: url(../menu.gif) repeat;
}
.table2 {
	font: 14px Verdana, Geneva, sans-serif;
	color: #000;
	background:#9abddc;
	border: 2px;
	border-bottom-style:inset;
	border-color: #000;
}

.plantxt {
	font:Verdana, Geneva, sans-serif;
	font-size:16px;
	
	font-weight:bold;
	margin: -20px 0px 0px 160px;
	color:#ff0000;
	text-align:center;
	
}
.pcb {
	background-image:url(../images/pc_b.gif);
}
.oneColFixCtrHdr #container {
	width: 1000px;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	background-image:url(../images/bg.gif);
	margin:0px ; /* 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:none; 
	padding: 0 ; /* 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. */
	height:235px;
	
}
.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:  0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	background-image:url(../images/bg.gif);
	background-size:100%;
	
	
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#CCC;
}
.oneColFixCtrHdr #footer {
	width: 1000px;
	padding: 0 px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
	background-image:url(../newsite/images/footer.gif);
	height:67px;
}

.footertxt {
	width: 1000px;
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
/*margin: 49px 0px 0px -390px;*/
margin-top:49px;
margin-left:-390px;
	color:#02586d; 
	text-align:right;
}
-->*/

a {
	font: normal 14px Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}
a:visited {
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}
a:link {
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}

