/* CSS Document */
BODY {
	background-color:#8be0dd; /* BCBAAE */ 
	font-size:8pt;
	color:#black;	
	font-family:verdana,arial,helvetica,sans serif;
	}
TD {
	font-size:8pt;
	font-family:verdana,arial,helvetica,sans serif;
	}	
A {
	color:#cc0000;
	text-decoration:none;
	}
A:hover {
	color:#d74400;
	}
.nLink {
	float:left;
	color:#ffffff;
	font-size:8pt;
	}
.fLink {
	color:#ffffff;
	font-size:8pt;
	}
#top {
	position: relative;
	margin: 0 auto 0 auto;
	border-left:1px solid #5e5d57;
	border-right:1px solid #5e5d57;
	background-color:#9D998E;
	width:750px;	
	padding: 0;
	}
	
#pricing {
	position: relative;
	margin: 0 auto 0 auto;
	border-left:1px solid #5e5d57;
	border-right:1px solid #5e5d57;
	border-bottom:1px solid #5e5d57;	
	background-color:#fff;
	width:750px;
	color:#7C7A6E;
	}
.pt {
	font-size:9pt;
	padding:20px 0 2px 0;
	color:#3C3A2E;	
}
.lgTxt {
	font-size:16pt;
	color: #BCBAAE;
	padding:30px 0 0 60px;
	background-color:#9D998E;
}
.content {
	position: relative;
	margin: 0 auto 0 auto;
	border-left:1px solid #5e5d57;
	border-right:1px solid #5e5d57;
	border-bottom:1px solid #5e5d57;		
	width:750px;	
	}			
#sitenav {
	height:18px;
	width:750px;
	background-color: #BCBAAE;
	background-image: URL("_gfx/bkg-nav.jpg");
	background-repeat:no-repeat;		
	}
#hdr {
	height:110px;
	width:750px;	
	background-color: #BCBAAE;
	background-image: URL("_gfx/hdr.jpg");
	background-repeat:no-repeat;			
	}
#subhdr {
	height:9px;
	width:750px;
	display:block;
	background-color: #93e2dc;
	background-image: URL("_gfx/subhdr.jpg");
	background-repeat:no-repeat;
	font-size:2pt;					
	}
#ftr {
	position: relative;
	margin: 0 auto 0 auto;
	width:750px;	
	}			
#motto {
	position: relative;
	margin: 0 auto 0 auto;
	border-left:1px solid #5e5d57;
	border-right:1px solid #5e5d57;
	height:392px;
	width:750px;
	background-color: #BCBAAE;
	}	
#tab {
	float:left;
	width:100%;
	background-color: #BCBAAE;
	background-image: URL("_gfx/bg.gif");
	background-repeat:repeat-x;
	background-position:bottom;	  
	font-size:93%;
	}
#tab ul {
  margin:0;
  padding:10px 60px 0;
  list-style:none;
  }
#tab li {
  float:left;
  background:url("_gfx/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#tab a {
  float:left;
  display:block;
  background:url("_gfx/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tab a {float:none;}
/* End IE5-Mac hack */
#tab a:hover {
  color:#333;
  }
#tab #current {
  background-image:url("_gfx/left_on.gif");
  }
#tab #current a {
  background-image:url("_gfx/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }