/*
  Colours: 
  Dark:	61504F
  Medium: A89C9B
  Light: E0D2D1
*/

body{
	background-color: #FFF;
	font: 1em/1.5em Arial, sans-serif;   
} 

h1{ 
	font-size: 1.2em;
	font-weight: bold;
	  color: #FC3;
}

h1.restore{
	display: block;
	width:450px;
	height:40px;
	text-indent:-5000px;
	background-image: url(images/restore.gif); 
	background-repeat: no-repeat;
	margin-top: -10px;
}

h2{
	font-weight: bold;
	  color: #FC3;
}

#logopanel{
	position: absolute;
	left:50%;
	top: 50px;
	margin-left: -460px;
	width: 100px;
	height: 136px;
	background-image: url(images/logo_blue.gif); 
	background-repeat: no-repeat;
} 

#panel{
	position: absolute;
	left:50%;
	top: 65px;
	margin-left: -360px;
	width: 680px;
	height: 500px;
	padding: 20px;
	border: 7px solid #FFF;
	color: #399; 
	font-size: .8em;
	} 

#panel a{
	font-weight: bold;
	text-decoration: none;
	 color: #366;
} 

#panel a:hover{
	text-decoration: none;
	 color: #FC3;
} 


#panel p{
margin-bottom: 1em;
} 

#panel.home p.first{
margin-bottom: 1em;
width: 100%;
float: left;
}                  


#panel.home ul{ 
	list-style-image: url(images/listcon_white.gif);
	width:100%;
	margin: 0 0 10px 20px;
	font-weight: bold;
}

#panel.home ul li{
	float: left;
	width: 33%;
}

#panel.denise img{
	float:right;
	margin-left: 10px;
}                  

ul#menu{
	text-align: justify;
	position: absolute;
	left:50%;
	top: 45px;
	display: block; 
	width: 720px;
	margin-left: -330px;
	height: 25px;
	font-weight: bold;
	font-size: .9em;
}    

ul#menu li {  
margin: 0 1.73em 0 0;	float: left; color: #033;
} 

ul#menu li a{
	 color: #399;
	text-decoration: none;
} 

ul#menu li a:hover{
	  color: #FC3;
}