/* Global
--------------------------------------------------------------------*/
html {
  text-align:		center;
}

h1 {
  text-align:		center;
  
}

a:link {
   text-decoration:	none;
   color: 		#8c2f1b;
   font-weight:		bold;
}
.redfont {
   color: 		#8c2f1b;
   font-weight:		bold;
}

img {
   
   border:		none;
}

ul {
   list-style:		none;
   margin: 		0;
   padding: 		0 1em;
   border: 		none;
}

#hlist ul{
	display:	inline;
}

#hlist ul li{
	display:	inline;
}

body {
  background:		#f8f8ff;
  /*background-image:	url(layoutgrid.png);*/	
  position:		relative;
  width:		800px;
  margin:		0 100px;
  text-align:		left;
  font-family:		Verdana,Lucida,Geneva,Helvetica,Arial, sans-serif;
}
