		body {
			font-size: 11px;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			color: #000000;
			background: #FFFFFF url(images/leftmenubg.gif) repeat-y left top;
		}
		A:link, A:visited {
			color: #336699;
			text-decoration: underline;
		}
		A:hover, A:active {
			color: #6699cc;
			text-decoration: underline;
		}
		.hostgator {
			font-size: 18px;
			font-weight: bold;
			color: #3B6B9C;
		}
		h1 {
			display: inline;
			font-size: 14px;
			font-weight: bold;
			color: #FF9C00;
		}
		h2 {
			display: inline;
			font-size: 13px;
			font-weight: bold;
			color: #000000;
		}
		/* commented backslash hack \*/ 
		html { height: 100%; } 
		/* end hack */
		body { 
			height: 100%;
			margin: 0;
			padding: 0;
		}
		#outer {
			min-height: 100%;
			margin-left: 174px;
			margin-bottom: -50px;
			background-color: #FFFFFF;
		}
		#outer {word-wrap: break-word;}
		* html #outer { height:100%; }
		#left {
			position: relative;/*ie needs this to show float */
			width: 174px;
			float: left;
			margin-left: -173px;/*must be 1px less than width otherwise won't push footer down */
			color: #666666;
		}
		* html #left { /*fix gap in ie next to float and clear footer because we've moved float too far left*/
			margin-right: -3px;
		}
			#left p {
				padding-left: 3px;
				padding-right: 2px
			}
		#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 169px;
	overflow: hidden;
	background-image: url(/images/headerbg.jpg);
		}
			#header .headertop {
				position: absolute;
				top: 26px;
				left: 0;
				font-family: Helvetica, sans;
				font-size: 11px;
				font-weight: bold;
				text-transform: uppercase;
			}
			#header A:link.headertop, #header A:visited.headertop {
				color: #333333;
				text-decoration: none;
			}
			#header A:hover.headertop, #header A:active.headertop {
				color: #336699;
				text-decoration: none;
			}
			#header .headerbottom {
				position: absolute;
				top: 140px;
				left: 0;
				font-family: Helvetica, sans;
				font-size: 11px;
				font-weight: bold;
			}
			#header A:link.headerbottom, #header A:visited.headerbottom {
				color: #336699;
				text-decoration: none;
			}
			#header A:hover.headerbottom, #header A:active.headerbottom {
				color: #FF7E00;
				text-decoration: none;
			}
		#clearheader { height: 169px; } /*needed to make room for header*/
		#footer {
	width: 100%;
	clear: none;
	height: 42px;
	background: #666666 url(/images/footerbg.gif);
	position: absolute;
	left: 0px;
		}
		* html #footer { /*only ie gets this style*/
			\height:52px;/* for ie5 */
			he\ight:50px;/* for ie6 */
		}
			#footer .footertop {
				height: 13px;
				background: url(images/footertop.gif);
			}
			#footer .footertext {
				background:	url(images/footerbg.gif) top repeat-x;
				color: #FFFFFF;
			}
			#footer .footerlinks {
				color: #FFFFFF;
			}
			#footer .footerlinks A:link, #footer .footerlinks A:visited, #footer .footerlinks A:hover, #footer .footerlinks A:active {
				color: #FFFFFF;
				text-decoration: underline;
			}
		#clearfooter { /*needed to make room for footer*/
			clear: both;
			height: 50px;
		}
		* > html #clearfooter {
			float: left;
			width: 100%;	
		}
		div>p { margin: 0; }
				
		* html #centrecontent { /* combat IE's 3 pixel jog */
		}
		#centrecontent {
			float: right;
			width: 100%;
			position: relative;
		}
		* html #centrecontent{height:1%}/* ie 3 pixel jog*/
		html > body #centrecontent {margin-left:-1px;}/*mozilla drops float without this */
		.outerwrap {
			position: relative;
			float: left;
			width: 100%;
		}
		html > body #minHeight { /*safari wrapper thanks to Tim Connor*/
			float: left;
			width: 0px;
			height: 100%;
			margin-bottom: -52px;
		} 
		* html #minHeight { margin-bottom: -50px; }
		#middlecontent {
	width: 624px;
	padding: 34px 16px;
		}
		#leftcontent {
	padding: 0 12px;
	color: #000000;
}
			.leftmenuhead {
				font-family: Tahoma, sans;
				color: #666666;
				font-size: 12px;
				font-weight: bold;
			}
			ul.leftmenu {
				list-style: none;
				margin: 0;
				padding: 0;
			}
			ul.leftmenu li {
				font-size: 12px;
			}
.textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000000;
}
#footernew {
	position: absolute;
	left: 0;
	width: 800px;
	height: 42px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(/images/footerbg.gif);
}
#footernew .footertop {
	position: absolute;
	top: 13px;
	left: 0;
	font-family: Helvetica, sans;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
#footernew .footerbottom {
	position: absolute;
	top: 26px;
	left: 0;
	font-family: Helvetica, sans;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
