body {
	margin:10px 0;
	background: white url(images/template/bkgrd.gif);
	font-family: verdana, arial, sans-serif;
	color: #333;
}

#outerFrame {
	width: 800px;
	display: block;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background: url(images/template/frame_bkgrd.gif) repeat-y;
}
#contentFrame {
	width: 800px;
	display: block;
}
#footFrame {
	width: 800px;
	height: 35px;
	display: block;
	background: #fff url(images/template/footer_bkgrd.gif) no-repeat;
	text-align:center;
	font-size: 11px;
	clear:both;
}
#menuBox {
	width: 200px;
	display: block;
	margin: 0px 20px;
	position: relative;
	float:left;
}
#contentArea {
	position:relative;
	display: block;
	padding:4px 0;
	width:500px;
	float:left;
}
#contentAreaExtra {
	position:relative;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: block;
	padding:0;
}
td {
	font-size: 12px;
}
input, textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
img {
	border:none;
}
img.button {
	margin: 1px 0;
	border: none;
	width: 177px;
	height: 38px;
}
h1 {
	font-size: 16px;
	color: #21a497;
	margin: 1em 0;
	margin-top: 4px;
}
p {
	margin: 1em 0;
	font-size: 12px;
	line-height: 1.4em;
}
.alert {
	color: red;
	font-weight: bold;
}
.footer {
	padding: 8px;
	font-size: 11px;
	text-align: center;
	color: #21a497;
}
a:link {
	text-decoration:underline;
	color: #21a497;
}
a:visited {
	text-decoration:underline;
	color: #21a497;
}
a:hover {
	text-decoration:underline;
	color: #21a497;
}
a:active {
	text-decoration:underline;
	color: #21a497;
}
table.reminders {
	border: 4px solid #ffaeb2;
	background-color: #f6f6f6;
	padding: 8px;
	width: 740px;
}
table.reminders td {
	padding: 4px;
	border-bottom:1px solid #fff;
}
table.inputform {
	border: 1px solid #5ccac0;
	background-color: #f6f6f6;
	padding: 8px;
	width: 740px;
}
table.inputform td {
	padding: 4px;
}
td.hatching {
	background:url(images/template/hatching.gif)
}
p.alert {
	border: none;
	background-color: #ff4954;
	padding:4px 8px;
	color: white;
	font-weight: bold;
	text-align: center;
}
p.notice {
	border: none;
	background-color: #21a497;
	padding:4px 8px;
	color: white;
	font-weight: bold;
	text-align: center;
}
div.credits {
	position:absolute;
	margin-left:620px;
	border:2px solid #ffaeb2;
	font-size: 12px;
	padding:4px 6px;
}
