body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	line-height:1.5em;
}

ul li {
	list-style:disc;
	margin-left:-30px;
	margin-bottom:5px;
}	
	
h1 {
	font-weight: bold;
	font-size: 2.5em;
	line-height:1em;
	color:#000;
	text-align:center;
}	

h2 {
	font-weight: bold;
	font-size: 1em;
}	

#wrapper {
width:700px;
margin-left:auto;
margin-right:auto;
}

#header{
background-color:#FFF;
height: 70px;
padding-top:20px;
}

#displayPanel{
height:300px;
margin-left:10px;
}

#logo {
float:right;
margin:10px 10px 0 0;
display:block;
border:none;
}

#details {
width:200px;
float:right;
clear:both;
color:#000;
text-align:right;
margin:0 27px 0 0;
}

#details ul li {
list-style:none;
margin-left:-30px;
}

.extraPanel{
clear:both;
padding: 10px 0 0 0;
color:#000;
}

#extraPanelLeft{
width:330px;
float:left;
margin-left:10px;
}
#extraPanelRight{
width:330px;
float:right;
margin-right:10px;
}

#menuPanel{
clear:both;
border-bottom:solid 1px
}

#menuPanel img{
margin: 9px;
border:none;
display:none
}

.bodyPanel{
clear:both;
color:#000;
}

#bodyPanelLeft{
width:330px;
float:left;
margin-left:10px;
}

#bodyPanelRight{
width:330px;
float:right;
margin-right:10px;
}

#footer{
clear:both;
padding:10px;
font-size:0.8em;
text-align:right;
display:none;
}