body {
	font: 11px/1.6em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin:0;
	padding: 0;
	color: #FFFFFF;
	background: #fff;
	min-width: 800px;
	background-color: #666666;
	overflow: -moz-scrollbars-vertical;
}
.button1{
	background-image:url(images/homePage/xsiveButton.jpg) no-repeat center center;
}
.button2{
	background-image:url(images/homePage/xsiveButton.jpg) no-repeat center center;
}
#wrap {
	width: 279px;
	overflow: hidden;
	background: #666666 url("/images/wrapbg.gif") repeat-y top left;
}
#content{
	margin:0pt auto;
	padding:0px 19px 10px 20px;
	width:240px;
}
p {
	padding: 5px 10px;
	color: #FFF;
}
h3 {
	padding: 10px 0 11px 3px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background: #34567a;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

h3.toggler a {
	color: #FFF;
	text-decoration: none;
}

h3.toggler a:hover {
	color: #FFF;
	font-weight: bold;
}

div.accordion {
	background: #fff url("/images/accordionbg.gif") repeat-x top left;
	
}

div.accordion ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}

div.accordion ul li {
	padding: 6px 0;
}

div.accordion ul li a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 8px;
	font-size: 90%;
}

div.accordion ul li a span {
	padding-bottom: 10px;
}

div.accordion ul li a img {
	border: 0;
	vertical-align: bottom;
	margin-right: 15px;
}

div.accordion ul li a:hover span {
	text-decoration: underline;	
}

#top_round {
	height: 15px;
	font-size: 1px; /* ie whitespace */
	margin-left:6px;
}

#bottom_round {
	height: 15px;
	font-size: 1px; /* ie whitespace */
	margin-left:4px;
}
	
.top_dark {
	background: url("/images/top_dark.gif") no-repeat top left;
}

.top_light {
	background: url("/images/top_light.gif") no-repeat top left;
}

.bottom_dark {
	background: url("/images/bottom_dark.gif") no-repeat top left;
}

.bottom_light {
	background: url("/images/bottom_light.gif") no-repeat top left;
}

.first {
	padding-top: 5px;
}

.last {
	padding-bottom: 5px;
}