/* General states */
body, p, li {
	background: #FFF;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

p, h, li {
	background: transparent;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	color: #C00;
}

ul, li {
	list-style: none;
	margin-bottom: 5px;
	background: #FFF;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	color: #000;
}

li.nospace {
	list-style: none;
	margin-bottom: 0;
}

.center {
	text-align: center;
}

.centersmall {
	text-align: center;
}
.right {
	text-align: right;
}

/* Top navigator bar */

#whiteblock, #blackblock, #redblock {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

#whiteblock {
	width: 630px;
	height: 32px;
	background: #FFF;
	text-align: right;
	color: #000;
	line-height: 28px;
}

#blackblock {
	width: 630px;
	height: 28px;
	font-weight: bold;
	color: #000;
	text-align: right;
	line-height: 28px;
}

#redblock {
	width: 130px;
	height: 29px;
}

/* Sidenav buttons: general */
#sidenav, #content {
	vertical-align: top;
}

/* Footer */
#footer {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	text-align: center;
}


/* Links */
a:link {
	text-decoration: none;
	color: #F00;
	background: transparent;
}
a:visited {
	text-decoration: none;
	color: #666;
	background: transparent;
}
a:hover {
	text-decoration: underline;
	color: #333;
	background: transparent;
}
a:active {
	text-decoration: underline overline;
	color: #CCC;
	background: transparent;
}