.center {
     text-align: center;
}

.dark-bg {
     background: #002200;
}

.error {
	color: #AA0000;
}


.indent {
     margin-left: 1em;
}


.italic {
     font-style: italic;
}

.large {
     font-size: large;
}

.light-border {
     border: solid 2px #225522;
}


.light-green {
     color: #558855;
}

.menu {
     visibility: hidden;
     display: block;
     position: absolute;
}

.noborder {
     border: none;
}

.small {
     font-size: small;
}

.underline {
     text-decoration: underline;
}
A {
     color: #88BB88;
     text-decoration: underline;
}

A:hover {
     color: #FFFFFF;
     text-decoration: none;
}


A.navbar {
     color: #FFFFFF;
     text-decoration: none;
	font-variant: small-caps;
}

A.navbar:hover {
     color: #002200;
     text-decoration: underline;
     cursor: pointer;
}

BODY {
	font-family: DejaVu Sans, Lucida Sans Unicode;
     background: #333333;
     text-align: center;
     color: #FFFFFF;
	font-size: medium;
}

DIV.content {
     background: #000000;
     width: 900px;
     border: solid 1px #FFFFFF;
     float: left;
     padding-bottom: 1em;
}

DIV.footer {
     background: url(../graphics/body-footer.png) top center no-repeat;
     height: 150px;
     width: 900px;
     clear: left;
}


DIV.header {
     background: url(../graphics/body-top.png) top center no-repeat;
     height: 242px;
     width: 900px;
}


DIV.navbar {
     background: #000000;
     float: left;
     border-right: solid 1px #FFFFFF;
     width: 900px;
}

DIV.positioner {
     width: 900px;
     margin-left: auto;
     margin-right: auto;
     text-align: left;
}

DIV.sublet {
     float: left;
     width: 350px;
}

DIV.sublet1 {
     border: solid thin #FFFFFF;
     background: #333333;
     padding: 10px;
}

DIV.sublet2 {
     border: solid thin #FFFFFF;
     background: #333333;
     padding: 10px;
	width: 240px;
	float: left;
	margin-right: 1em;
	margin-top: 1em;
}

SPAN.navbar {
     border: solid 1px #FFFFFF;
     background: #002200;
     padding: .5em;
     float: left;
}

TD.team {
     padding: 25px;
     text-align: center;
}

UL {
     list-style: circle;
     text-align: left;
}

