body 		{ 
	font-family: sans-serif; 
	font-size: 12px;
	margin: 10px;
	background-image: url(/image/background_texture.gif);
}

/*  positioning styles for page layout */

#title {
	padding: 5px;
	margin: 5px;
	width: 790px;
	text-align: right;
	
	background-color:  #ECE5D0;
	border: solid black 1px;
	
	
	font-size: 24px; 
	font-weight: bold;
} 

#main_menu {
	position: absolute;
	width: 160px;
	margin: 5px;
	z-index: 5;
}

#main_body {
	position: absolute;
	width: 620px;
	left: 180px;
	margin: 5px;
	padding: 5px;
	background-color:  #ECE5D0;
	border: solid black 1px;
}

#report_body {
	position: absolute;
	width: 900px;
	left: 10px;
	top: 10px;
	margin: 5px;
	padding: 5px;
	background-color:  #ECE5D0;
	border: solid black 1px;
}

img.random_image {
	float: right;
	margin: 0 0 5px 5px;
	width: 300px;
	height: 100px;
	border: 0px;
}

img.logo {
	position: absolute;
	left: 100px;
	/*width: 47px;
	height: 483px;*/
	margin: 5px;
	border: 0px;
	z-index: 3;
}

ul#menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: transparent; /*#ECE5D0;*/
	/*border: 1px solid black;*/
	z-index: 5;
}
/*
ul#menu li {
	border-bottom: 1px solid #B1933C;
}
*/
ul#menu li a:hover {
	background-color: #CEBA83;
	color: #ECE5DD;
}

/*
IE : width of an element includes the padding.
100% + 5% padding = 100% total width.
Moz : width of an element doesn't include the padding.
100% + 5% padding = 110% total width.
*/
ul#menu li a:link, ul#menu li a:visited {
	text-decoration: none;
	display: block;
	width: 90%;
	/*
<?
	if(strstr($_SERVER['HTTP_USER_AGENT'],'IE') !== false ) {
		echo "width: 100%;";
	} else {
		echo "width: 90%;";
	}
?>
	*/
	padding: 5px 5%;
	font: bold 12px/1.5 sans-serif;
}

ul#menu ul.submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#menu ul.submenu li {
	padding-left: 10px;
	font: normal 10px sans-serif;
}

ul#menu ul.submenu li a:link,  ul#menu ul.submenu li a:visited{
	font: normal 10px sans-serif;
}

blockquote {
	font-family: Courier, sans-serif;
}

p:first-line {
	padding-left: 20px;
}

/* style for mailing list input... */
form.mailing_list input {
	font : normal 10px sans-serif;
	background-color:  #ECE5D0;
}

.small {
	font: normal 10px sans-serif;
}

table {
	border: solid black 1px;
}
table.container {
	border: 0px;
}
/*
table.container td {
	background: none;
}
*/
td, th {
	padding: 5px;
	font-size: 12px;
}
td.titleRow {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background: #666666;
}
th {
	font-size: 12px;
	font-weight: bold;
	background: #aaaaaa;
}
tr.rowAlteration {
	background: #ffffff;
}

tr.rowAlteration2 {
	background: #bbbbbb;
}

.inline_title {
	font-size: 14px;
	font-weight: bold;
	font-decoration: underline;
}