body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #c0c0c0;

}
#frame {
	width: 760px;
	height:100%;
	text-align:left;
	background-color:#F3F3F7;
	margin: 10px auto 10px auto;
	border: 1px solid #666;
}
#header{
	width:100%;
	height:60px;
	background-color:#FFF;
}

#spacer{
	width:100%;
	height:10px;
	border-top: 2px solid #111;
	background-color:#999;
}
.section{
	width:532px;
	height:30px;
	background-color:#D8DFE5;
	font-size: 8pt;
	text-transform:uppercase;
	float:left;
}
.section p{
	margin: 10px 20px 0px 20px;
}
.section2{
	width:228px;
	height:30px;
	background-color:#B1BFCC;
	float:left;
}


#panel{
	width:226px;
	float:left;

}
#panel p{
	margin:10px;
	font-size:10pt;
}

.main{ 
	width:532px;
	border-right: 1px solid #CCCCB1;
	float:left;
	background-color:#fff;
	margin:0px;
	
}
.content{
	margin:15px 20px 15px 20px;
	font-size:10pt;

	
}
.content img{
	float:right;
	margin-left:10px;
	}
.content em{
	/*fix IE: bug*/
	margin:-2px;
	left:2px;
	position:relative;	
}


.meta{
	font-size:8pt;
	color:#999;
	}
.disclaimer{
	width:532px;
	height:20px;
	border-right: 1px solid #CCCCB1;
	background-color:#fff;
	clear:both;
	}
.disclaimer p{
	margin-left:20px;
	font-size:8pt;
	color:#999;
}
#footer {
	width:100%;
	height:30px;
	background-color: #900;
	margin:0px;
	
		
}


h1{
	font-size:16pt;
	font-weight:500;
	
}
h2{
	font-size:14pt;
	font-weight:500;
	
}
a{
	color:#191970;
}
a:hover{
	color:#535394;
}
#panel li{ font-size:10pt;
	padding:5px 0px 5px 0px;
	width: 80%;
	list-style-image: url(../images/list-item.gif);

	}