	body {
		font-face: arial, helvetica;
		font-size: 12px;
		margin: 0;
		padding: 0;
	}
	
	p {		
		margin-left: 15px;
		margin-right: 10px;
	}
	h1{
	
	}
	
	h2{
		/* background: url(../images/title_back_glass.png) no-repeat; */
		height: 30px;
		font-size: 130%;
		font-weight: bold;
		margin-left: 10px;
		margin-top: 10px;
		padding-top: 5px;
		padding-left: 8px;
		color: #32b638;
	}
	
/************************************  Build Hyperlink Cues *******************************/
	a[href $='.pdf'] {
		padding-right: 18px;
		background: transparent url(../images/icons/icon_pdf.gif) no-repeat center right;
	}

	a[href$='.doc'], a[href$='.rtf'] {
		padding: 5px 20px 5px 0;
		background: transparent url(icons/icon_doc.gif) no-repeat center right;
	}

	a[href$='.xls'] {
		padding: 5px 20px 5px 0;
		background: transparent url(icons/icon_xls.gif) no-repeat center right;
	}

	a[href$='.pps'] { 
		padding: 5px 20px 5px 0;
		background: transparent url(icons/icon_pps.gif) no-repeat center right;
	}

	a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] { 
		padding: 5px 20px 5px 0;
		background: transparent url(icons/icon_film.gif) no-repeat center right;
	}

	/* to ensure that images won't get iconized */
	.imageLink {
		padding-right: 0px !important;
		background: none !important;
	}

/*********************************  Header Styling  *************************************/

	#hd {
		background: #32b638;
		margin-left: auto;
		margin-right: auto;
	}
	.headimg {
		width: 974px;
		margin-left: auto;
		margin-right: auto;
	}

/********************************** Button Styling  **************************************/
	#nav {
		background: #343338;
		height: 15px;
	}
	#tabs {
		width: 974px;
		margin-left: auto;
		margin-right: auto;
		font-size:120%;
		font-weight: bold;
		line-height:normal;
		/*border-top:1px solid #666; */
		z-index: 50;
		
	}
    #tabs ul {
		margin:0;
		padding:0px 10px 10px 50px;
		list-style:none;
		position: absolute;
		z-index: 55;
		height: 30px;
		
    }
    #tabs li {
		display:inline;
		margin:0;
		padding:0;
    }
    #tabs a {
		float:left;
		background:url("../images/tableft6a.gif") no-repeat left bottom;
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
    }
    #tabs a span {
		float:left;
		display:block;
		background:url("../images/tabright6a.gif") no-repeat right bottom;
		padding:5px 15px 4px 6px;
		color:#FFFFFF;
    }
    
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {
		float:none;
	}
    
	/* End IE5-Mac hack */	
	#tabs a:hover span {
		color:#FFF;
    }
    
	#tabs a:hover {
		background-position:0% -17px;
    }
    
	#tabs a:hover span {
		background-position:100% -17px;
    }
	
	/* Positioning for Opera only */
	@media all and (min-width: 0px) {
		#tabs a:hover {
      		background-position: 0% -17px;
		} 
		#tabs a:hover span {
      		background-position: 100% -17px;
		}
	}  
	/* End positioning for Opera only */ 

	
	/********************************** Body Container  **************************************/
	.maincontainer {
		width: 100%;
	}	
	.contentcontainer{
		background: url(../images/body_tile.png) repeat;
		height: 100%;
	}
	
	.content {
		background: #FFFFFF;
		width: 974px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 5px;
		position: relative;
		height: 650px;
	}
	
	/* For Headline Table  */
		.headline{
			margin-left: 20px;
			font-size: 100%;
		}
		.headline th{
			width: 75px;
		}
	
	/* For Contact Table */
	
		.leftcolumn {
			width: 600px;
			float: left;
			padding-top: 25px;
		}
		.rightcolumn {
			width: 300px;
			float: left;
			padding-top: 25px;
		}
	/* For Headline Table  */
		.contact{
			margin-left: 20px;
			font-size: 100%;
		}
		.contact th{
			width: 75px;
			text-align: right;
			font-weight: bold;
			vertical-align: top;
			padding-right: 10px;
			cellspacing: 5px;
		}
		.contact tr{
			margin: 5px;
		}
		
	.twothirds {
		float: left;
		width: 600px;
	}
	.onethird {
		float: left;
		width: 364px;
		margin-left: 10px;
		margin-bottom: 15px;
		position: relative;
	}
	
	.bordered {
		border-style: solid;
		border-color: #CCCCCC;
		border-width: 1px;
		width: 90%;
	}
	
	ul {
		margin-left: 30px;
	}
	
	/*  For Payment Box */
		.pay {
			width: 149px;
			margin: 20px auto 20px auto;
		}
		
	.gulfrescue {
		margin: 0 10px 10px 10px;
		padding: 20px;
		text-align: left;
	}
	
	.gulfrescue p {
		text-align: left;
	}
/********************************** Flash Container  **************************************/
	.flashcontainer {
		
		background: url(../images/flash_bg.png) repeat-x;
	}

	.flash {
		width: 974px;
		height: 158px;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
		padding-top: -10px;
		position: relative;
	}

/********************************** Footer Styling  **************************************/

	.footer {
		clear: both;
		margin-left: auto;
		margin-right: auto;
		height: 30px;
		color: #FFFFFF;
	}

	#ft {
		background: #343338;
	}


 
