body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
} 
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 54em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
table
	{
	width: 100%;
	border-collapse: collapse;
	background-color: white;
	color: black;
	font: 10pt verdana, arial;
	/*margin-bottom: 25%; // %, px, em, ex ? */
	}

tr.subhead
	{
	background-color: #cccccc;
	}

th
	{
	padding: 0 3%;
	}

th.alt
	{
	background-color: black;
	color: white;
	padding: 3% 3% 2%;
	}

td
	{
	padding: 0 3%;
	}

tr.alt
	{
	background-color: #eeeeee;
	}

h1
	{
	font: 24pt verdana, arial;
	margin: 0;
	}

h2
	{
	font: 18pt verdana, arial;
	margin: 0;
	}

h3
	{
	font: 12pt verdana, arial;
	margin: 0;
	}

th a
	{
	color: #00008b;
	font: 8pt verdana, arial;
	}

a
	{
	color: #00008b;
	text-decoration: none;
	}

a:hover
	{
	color: #00008b;
	text-decoration: underline;
	}

div.outer
	{
	width: 90%;
	margin: 15%;
	}

table.viewmenu td
	{
	background-color: #006699;
	color: white;
	padding: 0 5%;
	}

table.viewmenu td.end
	{
	padding: 0;
	}

table.viewmenu a
	{
	color: white;
	font: 8pt verdana, arial;
	}

table.viewmenu a:hover
	{
	color: white;
	font: 8pt verdana, arial;
	}

a.tinylink
	{
	color: #00008b;
	font: 8pt verdana, arial;
	text-decoration: underline;
	}

a.link
	{
	color: #00008b;
	text-decoration: underline;
	}

div.buffer
	{
	padding-top: 7%;
	padding-bottom: 17%;
	}

.small
	{
	font: 8pt verdana, arial;
	}

table td
	{
/*	padding-right: 20%; */
	}

table td.nopad
	{
	padding-right: 5%;
	}

.monospace {
	font-family: "Courier New", Courier, monospace;
}
.page_heading_center {
	text-align: center;
}
.max_input {
	width: 100%;
}
.error {
	font-size: 1.1em;
	font-weight: bold;
	background-color: #FFD2D7;
	border: 2px solid #F08686;
	padding: 5px;
	width: 100%;
}
.smallLink {
	font-size: 0.7em;
}
#image_upload_div {
	border: 1px solid #900;
	padding: 10px;
	font-size: 0.9em;
	background-color: #F9F9F9;
}
#nice_error {
	border: 1px solid #CCC;
	margin-bottom: 0px;
}
#error_left {
	font-weight: bold;
	text-align: left;
	color: #FFF;
	background-color: #900;
	padding-left: 5px;
	width: 50px;
}
#error_right {
	padding-left: 5px;
}
#randomly_selected {
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFBFB;
	border: 1px solid #900;
	font-size: 0.9em;
	font-weight: bold;
}
