body{
	background: #535353 url(bg.png) no-repeat;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #6b6b6b;
}

.wrapper{
	margin: 30px auto auto auto;
	width: 902px;
	height: 611px;
	background: transparent;
}

.header{
	height: 79px;
	width: 902px;
	float: left;
	margin: 0 0 10px 0;
	background: #636363 url(headBG.png) repeat-x;
}

* html .header{
	margin: 0;
}

.menu{
	width: 570px;
	margin: 50px 0 20px 0;
	float: right;
	color: #c0c0c0;
	padding: 0;
}

.menu ul li,.menu ul,.menu li{
	display: inline;
	margin: 0;
	padding: 0;
}


.menu a,.menu a:visited{
	font-size: 11px;
	font-weight: bold;
	padding: 7px 9px 5px 7px;
	color: #c0c0c0;
	text-decoration: none;
}

* html .menu a{
	padding: 17px 9px 15px 7px;
}

.menu a:hover{
	color: #4e4e4e;
	background: #82cc00 url(liright.png) top right;
}

h1{
	font-size: 18px;
	font-weight: bold;
	
}

.content{
	background: #f8f8f8 url(contentBG.png);
	height: 506px;	
	margin: 30px 0 0 0;	
}

* html .content{
	margin: 0px;
}

.content2{
	background: #f8f8f8;	
	margin-top: -9px;
	width: 902px;
}

* html .content2{
	margin-top: 0px;
}

.content2 p{
	font-size: 12px;
	color: #4a4a4a;
}

.content2 p ul{
	font-size: 12px;
	color: #4a4a4a;
}


.content2 a, .content2 a:visited {
	font-size: 12px;
	background: none;
	border: none;
}

.content2 a :hover{
	font-size: 12px;	
	padding-left: 15px;
}

* html .content2 a{
	padding: 0 0 0 14px;
}

.content p {
	width: 400px;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 30px;
}

.accordion{
	background: #f8f8f8 ;
	height: 506px;	
}

.toggler{
	font-size: 12px;
	color: #82cc00;
	border-top: 2px #82cc00 solid;	
	height: 10px;
	padding-left: 15px;
	margin: 0px;
}



.toggler a h3{
	color: #82cc00;
}

.element  {
	width: 700px;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 30px;
	padding-left: 15px;
}

.element li{
	list-style-type: disc;
}

.element ul li{
	margin-left: 20px;
}

.footer {
	padding-top: 5px;
	text-align: right;
	color: #979797;
}

ol.displayIt li{
	list-style: roman;
	
}