body {
	background: #79d url("../images/bgtex.gif") repeat;
	padding: 0.5em;
	text-align: center;
}
#header {
	margin: auto;
	margin-bottom: 2em;
	width: 345px;
	height: 145px;
	padding: 0;
}
#navcont {
	position: relative;
	width: 50em;
	height: 2em;
	margin: auto;
	padding: 0;
	z-index: 0;
	font-size: 75%;
}
#navigation {
	width: 52em;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
	list-style: none;
}
#navigation li a, #navigation li span {
	display: block;
	float: left;
	width: 9em;
	height: 1em;
	text-align: center;
	vertical-align: center-y;
	padding: 0.5em 0;
	margin: 0 0.5em;
	color: #000;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}
#navigation li a {
	background: url("../images/slidedark.png") repeat-x #ddd;
}
#navigation li span {
	background: url("../images/slide.png") repeat-x #eee;
}
#navigation li a:hover, #navigation li a:active {
	color: #000;
	background: #fff;
	text-decoration: underline;
}
#content {
	margin: auto;
	width: 40em;
	padding: 0 1em;
	text-align: left;
}
#content h1 {
	margin: 0.5em 0;
	font-variant: small-caps;
	font-size: 150%;
}
#content h2 {
	margin: 0.5em 0;
	font-variant: small-caps;
	font-size: 120%;
}
#content a {
	color: #950;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover, #content a:active {
	color: #000;
	text-decoration: underline;
}
#bottom {
	margin: auto;
	width: 40em;
	padding: 0.5em 1em;
	text-align: left;
	border-top: 1px dashed #666;
}
#roundtop, #roundbottom {
	background: #eee;
	margin: auto;
	width: 42em;
	height: 10px;
	text-align: left;
	padding: 0;
}
#roundbottom {
	background: url("../images/corner_bottom_right.gif") no-repeat right;

}
#roundtop {
	background: url("../images/corner_top_right.gif") no-repeat right;
}
img.top {
	vertical-align: text-top;
}
#sfnetlogo {
	border-right: 1px dashed #666;
	margin-right: 0.5em;
	padding-right: 0.8em;
	font-size: 28px;
}
#copyright {
	position: relative;
	bottom: 5px;
}
table {
	border: 1px solid #666;
	width: 100%;
	margin-bottom: 1em;
}
td, th{
	border: 0;
	margin: 0;
	padding: 1pt 2pt;
}
th {
	background: #da4;
	border-bottom: 1px solid #000;
}
.alternate1 td {
	background: #fff;
}
.alternate2 td {
	background: #f6f6f6;
}
.right {
	float: right;
	margin-left: 1em;
}
img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
#roundcont {
	background-color: #eee;
	margin: auto;
	width: 42em;
}