body {
	text-align			: center;
	margin				: 4px auto 0 auto;
}

body ,table {
	font-family			: serif;
	font-size			: 12pt;
}

h3 {
	font-size			: 16pt;
	margin				: 10px 0 10px 0;
}

a, a:visited {
	color				: red;
}

#menu_container {
	background			: url('resources/menu_background.gif');
	vertical-align		: top;
}

.menu_bullet {
	width				: 65px;
	text-align			: right;
	padding-right		: 10px;
	vertical-align		: top;
	
}

.menu_item {
	text-align			: right;
	padding-bottom		: 18px;
}


#content_container {
	overflow			: auto;
	width				: 453px;
	height				: 412px;
	padding				: 0 5px 0 5px;
}

.sitefoot { 
	font-family			: sans-serif;
	font-size			: 8pt;
}

form th {
	text-align			: right;
	vertical-align		: top;
	white-space			: nowrap;
}

.textfield, .textarea {
	font-family			: serif;
	font-size			: 10pt;
	width				: 290px;
	border				: solid 1px #A5ACB2;
	padding				: 2px;
	background			: white;
}

.textarea {
	height				: 170px;
}

.submit_container {
	text-align			: center;
}
