/* Set font globally */
a, div, td, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

hr {
	width: 600px;
}
	
div {
	border: 0px solid red;
	padding: 0;
}

body, html {
	margin: 0;
	padding: 10;
	text-align: center;
}

#content {
	width: 708px;
}

/*
#content blockquote {
	margin: 1em;
	padding: 1em;
	background: #f3f3f3;
}

#content .donate {
	padding: 0px 10px 1em 25px;
}

#content .download {
	padding: 1em 0 1em 25px;
}

#content .download a {
	text-transform: uppercase;
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px;
	margin-right: 25px;
}

#content .download a:hover {
	background: #ddd;
}
*/
#content h1 {
	color: #3A9900;
	margin: 0;
	padding: 1em 0 1em 25px;
	font-size: 24px;
}	

#content h2 {
	color: #4AA900;
	margin: 0;
	padding: 1em 0 1em 25px;
	font-size: 18px;
	text-transform: uppercase;
}	

#content p {
	margin: 0;
	padding: 0px 10px 1em 25px;
}

#content ul {
	margin: 0;
	padding: 0 10px 1em 45px;
}

#content ul li {
	margin: 0;
	padding: 0;
}

#footer {
	background: url("img/footer.gif") no-repeat;
	color: #ccc;
	padding: 22px 0;
	text-align: center;
	text-transform: uppercase;
	width: 708px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#header {
	background: url("img/head-bg2.gif") no-repeat;
	height: 19px;
	width: 708px;
	position: relative;
}

#table {
  caption-side: top;
  border-left: thin solid black;
  border-top: thin solid black;
  border-right: thin solid black;
  empty-cells: show;
}
#cellhead {
  text-align: center;
  color: black;
  font-weight: bold;
  border-bottom: thin solid black;
}
#cell {
  border-bottom: thin solid black;
}
/*
#header .donate {
	float: right;
	margin: 28px 20px 0 0;
}

#header h1 {
	background: url("img/profs_bew_logo.png");
	height: 53px;
	left: 25px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 200px;
	top: 13px;
}

#header h1 span {
	display: none;
}

#menu {
	background: url("images/menu-bg.gif") no-repeat;
	height: 36px;
	width: 708px;
	text-align: center;
}

#menu a {
	color: #3A9900;
	font-size: 10px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	margin-left: 25px;
}
*/

#page {
	margin: 0px auto;
	padding: 10px 0 0 0;
	text-align: center;
	width: 708px;
}
