html{
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	background:#9B9B9B url(../images/content.jpg) repeat-x;	
	font-family:Verdana, Arial,Helvetica,sans-serif;
	font-size:12px;
	height:100%;
	margin:0px;
	padding:0px;
	background-color: #e3e3e3;
}

.text{
	padding-top:20px;
	font-weight:bold;
}

p, li, div, b{
	font-family:Verdana, Arial,Helvetica,sans-serif;
	font-size:12px;
}


#inabout{
	width:500px;
  	height:40px;
	background-color:#f6f8f0;
  	border-bottom:1px solid #006BFC;
  	background:#FFF url(../images/testing_icon.png) no-repeat bottom left;
	text-align: left;
	padding:0px 0px 0px 40px;
	margin-bottom:15px;
}
		
#inabout2{
	width:300px;
  	border-bottom:1px solid #006BFC;
  	background:#FFF url(../images/testing_icon.png) no-repeat bottom left;
	text-align: left;
	padding-left:40px;
	margin-bottom:15px;
}

* html #hoverAll1 {
	height:80%
}

#hoverAll1{
	position:absolute;
	left:0px;
	right:0px;
	top:80px;	
	width:100%;	
	height:75%;
	z-index:20;	
	display:none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 0089d1;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 0089d1;
}
a:hover {
	text-decoration: none;
	color: ec1b2e;
}
a:active {
	text-decoration: none;
	color: 0089d1;
}



.txtinput{
	width:250px;
}
.txtarea{
	width:250px;
	height:80px;
}
.myLinks{
	font-family:Verdana, Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;	
}


.allheaders {
	color:#004990;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15pt;
	font-weight:bold;	
}
.header47 {
	color: #009;
}
.containertext .header47 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/*
	Bottom bar	
*/
#bottom { position: absolute; top: auto; right: 0; bottom: 0; left: 0; }
body > div#bottom { position: fixed; top: auto; right: 0; bottom: 0; left: 0; }
#bottom {
	background-image:url(../images/bott.png);
	background-repeat:repeat-x;
	background-color:#FEFEFE;
	width:100%;
    height:75px;
    position: fixed;    
	z-index:4;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

#footer {
	display:table;
	height:75px;
	margin:auto;	
	width:980px;
}

#footleft {
	padding-top:10px;
	padding-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin:auto;
	float:left
}


#footcenter {
    width:555px;   
	padding-top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	float:left
}

#footright {
	width:206px;
	float:right;
	margin-top:10px;
}