body {
	font: 12px Helvetica, Verdana, sans-serif;
}


#wrap {
	width: 100%;
	padding: 0px;
}

a.button {
	display: none;
}

.hide {
	display: none;
}

#branding h1 {
	text-align: center;
	font-size: 2em;
}

#branding h2 {
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
}

.right {
	float: right;
}

.center {
	text-align: center;
}
a {
	position: relative;
	color: #0a5c84;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.button {
	padding: 4px 8px;
	color: ##0a5c84;
	font-size: .8em;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	font-weight: bold;
}

a.button:hover {
	text-decoration: none;
	color: ##0a5c84;
	background-color: #f9f9f9;
}

ul {
	padding: 0px;
	position: relatice;
	top: -100px;
	list-style: none;
	background-color: #fff;
}
ul li {
	padding: 5px 8px;
}

ul li.odd {
	background-color: #eee;
}