body {
	font-size: 10pt;
	margin: 0px;
	background: black;
	font-family: sans-serif, verdana;
}

form { display: inline; }

a	{ color: white; }
a:visited { color: white; }

p { margin: .5em; }

a img{
	border: none;
	}

h1 {
	color: #FF0000;
	font-size: 1.5em;
}

h2 {
	margin-top: 0px;
   font-size: 1.25em;
}

#pagecontainer {
	width: 990px;
}

#left {
	float: left;
	color: white;
	border-left: 1px solid gray;
	border-right: 1px dashed gray;

}


.middle{
	width: 618px;
	height: 640px;
	overflow: auto;
}

.lefttext {
	margin: 10px;
}

#right {
	width: 370px;
	float: right;
}

.rightmid {
	background: url('images/right-mid.jpg') repeat-y;
}

.rightmidtext {
	margin: 0px 15px 0px 20px;
	color: white;
}

#bottom {
	text-align: center;
	font-size: 10pt;
	color: gray;
}

#bottom a {
	color: white;
}

#bottomLinks {
	font-size: 10pt;
	text-align: center;
}

#buildLinks { 
	font-size:9pt;
	padding: 7px;
	border-bottom: 4px double gray;
	}

#buildLinks a {
	color: #FF7D7D;
	}

.buildLinks_current {
	font-size:10pt;
	color: #FF7D7D
	text-decoration: none;
	font-weight: bold;
	}

#loginBox { 
		background: black;
		color: #ffff99;
		padding: 10px;
	}

#loginBox a { color: #ffff99; }


/* general */

.edit_button, .button {
	padding: 0px;
	}
	
