body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:hover {
	color: #009966;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
border-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color:#009966;
}
h1{
 font-size: 190%;
 margin: .5em 0 .5em 0;
}
h2{
 font-size: 130%;
  margin: .5em 0 .5em 0;
}
h3{
 font-size: 110%;
}
h4{
 font-size: 100%;
}
h5{
 font-size: 90%;
}
h6{
 font-size: 90%;
 font-weight: normal;
}
p{
	font-size: 90%;
	padding:0;
}
ul{
	list-style-type: disc;
}
li{
	/*font-size: 80%;*/
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#outerWrapper{
	/*min-width:600px;*/
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	min-width:700px;
}
.header{
	background-color: #009966;
	background-image: url(../images/logo_tile.jpg);
	background-repeat: repeat-x;

}
.header img{
	float:right;
	margin-right: 1em;	
}
#content{
	margin: 0;
	padding: 1em;
	background-color: #009966;
	text-align: center;
	background-image: url(../images/logo_tile.jpg);
	background-repeat: repeat;
}
#footer{
	clear: both;
	font-size: 90%;
	color: #cccccc;
	padding-top: .1em;
	margin: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/icon_32.gif);
	background-position:right;
	background-repeat:no-repeat;
}
/*#footer img{
	padding: 0;
	float: left;
}*/


/************** .story styles *****************/
.story{
	overflow: hidden;
	clear: both;
	padding: 1em 1em 1em 1em;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	width: inherit;
}
/*.story h1,.story h2,.story h3{color:#009966;}*/
.story p{
	padding: 0;
}

.story img{
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 1em;
}
.story table, .story th, .story td{
	border-color:#009966;
	vertical-align:top;
	padding: 0.5em;
}
/************** .notice styles *****************/
.notice{
	overflow: hidden;
	clear: both;
	padding: 1em 1em 1em 1em;
	text-align: center;
	background-color: #FFFFFF;
}
.notice img{
	float:none;
	padding: 0;
	margin: 0;
	margin-right: 1em;
}
.notice table, .notice th, .notice td{
	border-color:#009966;
	vertical-align:top;
	padding: 0.5em;
}
/************** .priceList styles *****************/

#priceList{
	font-size: 80%;
}
#priceList tbody tr.head th {
	background-color:#009966;
	color: #EAFFF4;
	vertical-align:top;
	text-align: left;
}

#priceList tbody tr.even td {
      background-color:#EAFFF4;
	  vertical-align:top;
	  text-align: left;
	  }
#priceList tbody tr.odd  td {
      background-color:#FFFFFF;
	  vertical-align:top;
	  text-align: left;
}
#priceList form{
	vertical-align:top;
	text-align: right;
	padding: 0;
	margin: 0;
}

#priceList p{
	padding: 0;
	margin: 0;
}





.clear{
	clear: both;
	/*height: 0;
	line-height: 0.0;
	font-size: 0;*/
}
.floatLeft{
	float:left;
	width: 40%;
}
.floatRight{
	float:right;
	width: 40%;
}

/************** Rounded Corners *****************/
div#nifty{ background: #9BD1FA}

b.rtop, b.rbottom{display:block;background: #009966 }
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFFFFF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

.notopgap {
margin-top: 0;
/*line-height: 0;*/
}

.nobottomgap {
margin-bottom: 0;
}

/*------------------------------------------------*/

.textBar{
	margin: 1em 0px 1em 0px;
	padding: 0.2em 1em 0.2em 1em;
	background-color: #009966;
	color:#FFFFFF;
	font-weight: bold;
}
.textBar h3{
	color:#FFFFFF;
}
.colBlockL{
	float:left;
	clear:none;
	width: 40%;
	font-size: 100%;
	/*text-align: center;*/
	padding: 0px 1em 0px 1em;
}
.colBlockR{
	float:right;
	clear:none;
	width: 40%;
	font-size: 100%;
	/*text-align: center;*/
	padding: 0px 1em 0px 1em;
}
.colBlockR img, .colBlockL img{
	text-align: center;
	float: none;
	margin: 0;
}


.clear{clear:both;}

.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}

.red{color:#FF0000;}
.nowrap{
white-space:nowrap;
}
