/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}
body {
	font: x-small arial, hevetica, sans-serif;
	text-align: center;
	color: #505367;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/net.jpg);
	background-attachment: fixed;
}
		
#container {
		margin-left:0px;
		margin-right:0px;
		min-width: 100%; 
		min-height:100%;
		text-align: left;
        position:relative;
		}
		
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:100%;w\idth:100%;}
* html body{font-size:xx-small;f\ont-size:x-small}
/* end hack */ 

#mainheader {
		position:absolute;
		left:0;top:0;
		height: 160px;
		width:90%;
		background-color: #fff;
		z-index:1;
}

* html #mainheader {height:161px;he\ight:160px}



#headerbanner {
	height: 115px;
	width:100%;
	margin: 0px 0px 0px 0px;
	
	border-bottom: 1px solid #e6e6e6;
	position:relative;
	z-index:2;
	overflow:hidden;
	background-image: url(../images/mainheader.jpg);
}

* html #headerbanner {height:115px;he\ight:115px}

#logobanner {
	height: 95px;
	width:770px;
	margin: 0px 0px 7px 0px;
	position:relative;
	z-index:2;
	overflow:hidden;
}

* html #logobanner {height:95px;he\ight:95px}



/*-------------------- MY STYLES START --------------------*/


#topnav {
	float: left;
	width:100%;
	height:20px;
	background-color: #006600;	
	background-image: url(../images/nav_back.gif);
	margin-bottom:20px;
}


#rightcol {
	margin-top:0px;
	margin-left:0px;
	float: left;
}

#leftlinks{
	float: left;
	width:195px;
	padding-left:10px;padding-top:0px;
	margin-top:0px;
	
}

#bodycontent{
	margin-top:0px;
	float: left;
	width:540px;


}


#contactinfo {
  	margin-top:35px;
	float: right;
	margin-right:25px;

}


/*-------------------- MY STYLES FINISH --------------------*/





#footer	{
	position:absolute;
	bottom:0;
	width:100%;
	height: 14px;
	background-color: #006600;
	text-align: left;
}

#footer p {margin:0;padding:0}

* html #footer {height:25px;he\ight:24px;} 

.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	background:#fff;
	position:relative;
	border-bottom: 1px solid #e6e6e6;
}

#clearfooter {height:27px;width:100%;clear:both}


.blank , .blank2 {
	position:absolute;
	left:547px;
	width:7px;
	height:0px;
	overflow:hidden;
	border-top:	1px solid #fff;
}

.blank {top:-1px;}

.blank2 {bottom:-1px;border-top:1px solid #fff;
}
