
/* generic */

html {
}

body {
	text-align: center;
	border-top: 4px solid #d1d1d1;
	margin: 0;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}

.hide {
	display: none;
}

ul {
	margin: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

dl {
	margin: 20px 5px;
}

dl dt {
	float: left;
	height: 24px;
	line-height: 24px;
	color: #85bf06;
	font-weight: bold;
	margin-right: 10px;
	width: 100px;
}

dl dd {
	line-height: 24px;
}

#wrap {
	width: 961px;
	text-align: left;
	margin: 0 auto;
}

.ui-tabs-hide {
	 display: none;
}

/* end generic */

/* home */

#home {
	margin-right: 100px;
}

#home h1 {
	font-size: 22px;
	color: #666;
}

/* end home */

