div
{
/*	 outline:solid;  */
}

body
{
	font-family:"Trebuchet MS";
	font-size:95%;
	background-size:50%;
	color:black;
/*	background-image:url(../pictures/forestbackground2.jpg); */
/*	background-repeat:repeat-x; */

	background-color:#222222;
}

/* styling links */
a:link       /* unvisited link */
{
	color:blue;
	text-decoration:none;
}
a:visited   /* visited link */
{
	color:blue;
	text-decoration:none;
}
a:hover {color:darkblue;}  /* mouse over link */
a:active {color:lightgreen;}  /* selected link */ 

.important
{
	color:red;
	font-weight:bold;
	font-size:200%;
}
#container
{
	width:990px;
	min-height:500px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	background-color:lightyellow;
	border-radius:15px;
}

#header
{
	font-size:400%;
	color:darkgreen;
	/*background-color:darkgreen;*/
	text-align:left;
	padding-left:20px;
}

#subhead
{
	font-size:160%;
	color:darkgreen;
	/*background-color:darkgreen;*/
	text-align:left;
	padding:10px;
	padding-left:20px;color:black;
	/*
	background-image:url('pictures/piro2.jpg');
	height:350px;
	background-repeat:no-repeat;
	background-position:center;
	*/
}

#menu
{
	
	margin-bottom:10px;
	
	margin-left:7px;
	margin-right:7px;
	
	padding-left:10px;
	padding-right:10px;
	
	float:right;
		
	font-size:140%;
	background-color:#EEEEEE;
	
	text-align:right;
}

#main, #report_main
{
	float:left;
	width:700px;
	border-right:2px dotted darkblue;
	padding-right:7px;
	padding-left:20px;
	margin-bottom:10px;
	min-height:400px;
}

#report_main
{

/*
	padding-right:7px;
	padding-left:20px;
	margin-bottom:10px;
	min-height:400px;
*/
}

#sidebar, #tripLinks, #reportSide
{
	float:right;
	width:225px;
	padding-right:20px;
	
}

#reportSide
{
	margin-top:20px;
}

#box1
{
	display:block;
	width:49%;
	position:relative;
}
#box2
{
	display:block;
	width:50%;
	position:relative;
	float:right;
}

#footer
{
	clear:both;
	border-top:2px dotted darkblue;
	padding:8px;
	
}

#headline
{
	font-weight:bold;
	font-size:125%;
	color:darkgreen;  /*#176117; */
/*	background-color:#EEEEEE; */

	background-color:#EEEEEE;
}

/* styling the tables */

#pic
{
	border-bottom:none;
}

#caption
{
	padding-bottom:50px;
	border-bottom:none;
	max-width:640px;
	
	font-size:90%;
	
}

#report_table
{
/*	margin:auto; */
}


td
{
	padding-right:25px;
	padding-bottom:5px;
	border-bottom:solid 1px gray;
	vertical-align:text-top;
}
tfoot
{
	font-weight:bold;
}
th
{
	text-align:left;
	border-bottom:solid darkgreen;
}
.odd
{
	background-color:lightgreen;
}

.even
{
	background-color:lightblue;	
}

/* styling the cost table */
#costtable
{
	padding-right:2px;
}

#submenu
{

}

.small_pics
{
	width:345px;
}

#banner
{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:15px;
}