 * /* Our "universal rule" */ 
{ 
padding: 0; 
margin: 0; 
border: 0; 
} 
body { text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #196274;
margin-top:10px;
background-color: white;


} 

#column p{
	margin-left: 5px;
	font-size: x-small }


#mainContainer { 
background-image: url(images/bottomleft.jpg);
background-position: bottom;
background-repeat: no-repeat;

background-attachment: fixed;
border: solid 1px #118AA8;
width: 850px; 
margin: 0px auto; /* We are going to center this design */ 
text-align: left; 

}
html>body #mainContainer {
padding-bottom: 700px;
} 
 
#header { 
background-color:#118AA8;
color: #fff; 
} 
#lhn { 
float: left; 
width: 140px;
font-size: x-small;

} 
#lhncurve{
	background-image: url(images/lhncurve.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#lhn ul{
	padding-left:10px;
	list-style: none;
	background-image: url(images/lhnbg.gif);
	background-repeat: repeat y;
	background-position: bottom;
	padding-right: 10px;
}


#lhn img{
margin:0;
}




#lhn ul li a{
display: inline;
color:white;
text-decoration:none;
line-height: 200%;
}
#lhn ul li a:hover{
color:white;
text-decoration: underline;
background: #1A6172;
background-image: url(images/lhnbg.gif);
width:100%;
height: 150%;
}

#column { 
float: right; /* Our column is going to be right aligned */ 
width: 80%; /* Our total width - content width is 260px */ 

} 
#footer { 
clear: both; /* We have to clear our floats */ 
width: 90%; /* We need to set the width on the footer since it's outside the mainContainer, and therefor isn't controlled by it */ 
margin: 0 auto; /* We need to center the footer also */  
} 

h1 h2 h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{
	margin-left: 5px;
}
#footer ul li{
	display: inline;
}
.topimage{
	float: right;
	margin-top: 0px;
}

#box{
	border: solid 0px #45B0CB ;
	float: left;
	width: 32%;
	margin-left: 5px;
	margin-bottom:10px;
	margin-top:10px;
	background-color: #E4ECF9;
	background-image: url(images/bottomright.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	
}
.upimage{
	margin-top: -30px;
}
#box p{
	margin: 2%;
}

#box img{
	float:right;
	margin-top: 3px;
	vertical-align: top;
}

#floatrightbox{
	background-image: url(images/rhncurve.gif);
	background-position: top left;
	background-repeat: no-repeat;
	clear:both;

	width: 100%;
	margin-left: 5px;
	background-color:#118AA8;
	color: white;
}

#floatrightbox img{
	float:left;
	
}
#floatrightbox ul{
	margin-left: 16px;
	margin-bottom: 16px;
	list-style: disc;

}

#floatrightbox ul li{
display: inline;
border-right: solid 1px white;

}

#floatrightbox ul li a{
	color:white;
	text-decoration: none;
		margin-right: 10px;
		margin-left: 10px;
}
#floatrightbox ul li a:hover{
	color:#118AA8;
	background:white;
	text-decoration: none;
		
}

#floatrightbox h2{
	color: white;
}

#floatrightbox a{
	color: white;
}
#floatrightbox a:hover{
	background: white;
	color: #118AA8;
}


#floatrightbox p{
	margin: 2%;
}
.clearblock{
	clear: right;
}

h2{
	font-size: medium;
	color: #196274;
	padding-left: 5px;
}

#box h2{
		background-image: url(images/topleft.gif);
	background-position: top left;
	background-repeat:no-repeat;

}
#rowone{
	margin-top:0px;
}

#rowtwo{
margin-top:0px;
		clear:left;
		margin-bottom:0px;
	}
	
	a {
	color: #196274;
	}
	h2{
	font-size: medium;
	}
	
	h3{
	font-size: small;
	}