#formcontainer {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 12px;
	width: 500px;
	margin: 0;
	}
.centerer {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -250px; /* half the width of the table */
	}
#pagename {
	padding-left: 0;
	margin-bottom: 5px;
	}
#pagename h1 {
	font-family: "courier new", courier, monospace;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 0;
	}
.leftsideelement {
	text-align: right;
	vertical-align: top;
	width: 120px;
	padding: 10px;
	}
.rightsideelement {
	text-align: left;
	vertical-align: top;
	width: 380px;
	margin: 0px;
	padding: 10px 0;
	}
.twocellwidetext {
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	width: 400px;
	margin: 0px;
	padding: 20px 0 20px 30px;
	}
input {
	font-family: "courier new", courier, monospace;
	font-size: 14px;
	letter-spacing: 1px;
	}
textarea {
	font-family: "courier new", courier, monospace;
	font-size: 14px;
	letter-spacing: 1px;
	}
.buttoninput {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	}
#nav {
	padding: 10px 0 0 20px;
	font-family: "courier new", courier, monospace;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #666666;
	margin: 0;
	}
#nav a {
	color: #CC0000; 
	text-decoration: none;
	background-color: transparent;
	}

#nav a:hover {
	color: #FF0000; 
	text-decoration: underline; 
	background-color: transparent;
	}
.text-outside {
	width: 500px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	}

