body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}
#container {
	width: 900px;  
	background: #fff;
	margin: 0 auto; 
	border: none;
	text-align: left; 
}
#mainContent {
	padding: 0 20px; 
}
#footer {
	border-top: #999 solid 1px;
	padding-top: 8px;
	margin-top: 8px;
	text-align: center;
}
#footer img {
	vertical-align: middle;
	padding-bottom: 6px;
}
li {
	padding-bottom: 8px;
}
h1, h2, h3, h4 {
	color: #c30;
}

/* FAQ */
.g-button-basic, .nav ol li img, ol.status li img, .dates, .twisty-all {
float: right;
}

.twisty-all {
margin: -2em 0 0;
position: relative;
}

.twisty-all a {
margin-right: .5em;
}

a.toggle-title, a.toggle-title:hover {
color: #000;
display: block;
padding: .4em 0 .5em 2em;
text-decoration: none;
}

a.expand, a.collapse {
padding-left: 1.4em;
}

a.expand {
background: transparent url(images/plus.gif) no-repeat scroll 0 1px;
}

a.collapse {
background: transparent url(images/minus.gif) no-repeat scroll 0 1px;
}
.toggle-title {
background: transparent url(images/plus.gif) no-repeat scroll 7px 7px;
}

a.toggle-title:hover {
background: #cadef4 url(images/plus.gif) no-repeat scroll 7px 7px;
}

a.toggle-title.active:hover {
background: #cadef4 url(images/minus.gif) no-repeat scroll 6px 7px;
}

.toggle-title.active {
background: #cadef4 url(images/minus.gif) no-repeat scroll 6px 7px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.answer {
background: #fff none repeat scroll 0 0;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
display: none;
overflow: auto;
padding: 1em;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
}
/* END FAQ */
