body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	background-color: #fff;
	text-align: center;
	color: #555;
	background-image: url(/img/site/bg.png);
	background-repeat: repeat-x;
}

a {
	color: #2C70C5;
	text-decoration: none;
}

img {
	border:0;
	behavior: url("/js/pngbehavior.htc");
}

#content h1 { font-size: 18px; border-bottom: 1px solid #555; line-height: 20px;}
#content h2 { font-size: 15px; border-bottom: 1px solid #555; }
#content h3 { font-size: 13px; font-weight: bold; }


/* Notices and Errors */
div.message {
	clear: none;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.wide {
	width: 100%;
}

.w150 {
	width: 150px;
}

.padded5 {
	padding: 5px;
}

.noBorders {
	border-collapse: collapse;
	border: 0;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}