/* @override 
	http://govity.com/chomp/help.css
*/

#help {
	width: 760px;
	height: 800px;
	margin-left: 155px;
	background-color: white;
	padding: 20px;
	-moz-box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: rgba(255, 255, 255, 0.97);

	
/*	background: rgba(7, 36, 79, 0.7);*/
}

#container-help {
	width: 700px;
}

#accordion {
	padding-left: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
}


#accordion h3 a {
	font-family: Helvetica, Arial !important;
	color: #4C87C8;
	text-decoration: none !important;
}

#accordion div {
}
/*
#help h1,h2,h3,h4,h5,h6{margin:10px 0;font-family:inherit;font-weight:bold;line-height:1;color:inherit;text-rendering:optimizelegibility;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999999;}
#help h1{font-size:36px;line-height:40px;}
#help h2{font-size:30px;line-height:40px;}
h3{font-size:24px;line-height:40px;}
h4{font-size:18px;line-height:20px;}
h5{font-size:14px;line-height:20px;}
h6{font-size:12px;line-height:20px;}
#help h1 small{font-size:24px;}*/
