body
{
	background-color: #AAA8A8;

	margin: 0px;
	padding: 0px;
}

#page
{
	padding: 0px 20px 0px 20px;
	background-image: url(images/background_strip.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 720px;
	text-align: left;
	background-color: white;
}

h1
{
	background-color: #ddd;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #999;
}



p
{
	margin: 10px 20px 10px 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.main_nav
{
	background-color: #EEE;
	padding: 5px 20px 5px 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #999;	
}

li
{
	font-size: 12px;
	line-height: 16px;
	font-family: arial, helvetica, sans-serif;
}

a
{
	color: #00C;
	font-family: arial, helvetica, sans-serif;
}

a:hover
{
	color: #C00;
}

a.placeholder
{
	text-decoration: none;
}


.image_placeholder
{
	background-color: #ddd;
	border: 1px solid black;
	width: 125px;
	height: 125px;
	padding: 10px;
	margin: 10px 10px 0px 10px;
	text-align: right;
	vertical-align: bottom;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}


p.footer
{
	clear: both;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: black;
	font-size: 10px;
	line-height: 12px;
	color: white;
	margin: 40px 0px 0px 0px;
	padding: 10px 20px 0px 20px;
	background-image: url(images/footer_background.gif);
	background-repeat: no-repeat;
	height: 63px;
}

ul
{
	margin-top: 0px;
}

td
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
}

h2
{
	margin: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
}

h3
{
	margin: 20px 20px 10px 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

p.label
{
	font-size: 11px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}


p.index
{
	margin: 5px;
	padding: 0px;
}

.industrial
{
	background-color: #ffeeee;
	margin: 20px;
}

td.display_cell
{
	text-align: center;
	vertical-align: bottom;
}


img.display
{
	margin: 10px;
	border: 1px solid black;
}



th
{
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica;
	text-align: left;
	color: white;
}

td.form_caption
{
	text-align: right;
	font-weight: bold;
	background-color: #eee;
}

tr.dark { background-color: #000; }
tr.light { background-color: #eee; }

.headertext
{
	color: #660000;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 0 10px;
	font-variant: small-caps;
}

div.header
{
	text-align: left;
	border-bottom: 1px solid #000;
	background: url(../images/texture_dark.gif);
	padding: 10px 0 20px 0;
}

div.searchbox
{
	float: right;
	padding: 15px 10px 0 0;
}

div.tools_footer
{
	color: black;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #000;
	padding: 10px 0 10px 0;
	margin: 20px 10px 20px 10px;
}

div.topbox
{
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	width: 95%;
	# border-width: thin;
	# border-style: dotted dotted none dotted;
	# background: white;
}

div.addnew
{
	float: right;
	padding: 0px 5px 0px 0;
}

div.mainwhitebox
{
	margin: 10px;
}

div.bottombox
{
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	width: 95%;
	# border-width: thin;
	# border-style: none dotted dotted dotted;
	# background: white;
}

div.sectionheader
{
	text-align: left;
	width: 95%;
	padding: 5px 5px 5px 5px;
	color: black;
	font-size: 14px;
	font-weight: bold;
	border-width: 0 0 thin 0;
	border-style: none none solid none;
	margin: 10px;
}
