body
{
	/*background-color: #F0F0F0;*/
} 


#root
{
	text-align: center;
	width: 950px;
	border: 1px;
	border-style: solid;
	border-color: Gray;
	background-image: url(../pictures/background.gif);
}

#banner
{
	height: 70px;
	background-image: url(../pictures/logo.jpg);
	text-align:right;
}

#navigation
{
	height: 20px;	
	background-color: #00008B;
	color: #F2F2F2;
	font-weight: bold;
	margin: 0%;
	position: relative;
	text-align:left;
}

#subnavigation
{
	height: auto;
	background-image: url(../pictures/subnav_bg.jpg);
	position: relative;
	text-align: center;
	margin:auto;
	z-index: 1;

}


/*a.navigation
{
	color: #F2F2F2;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration: none;
}*/

#data
{
	margin: 40px;
	text-align: left;
}

h1,h2
{
	text-align: left;
}

a
{
	font-weight: bold;
	color: #191970;
	text-decoration: none;
}

img
{
	border: 1px solid border-color:blue;
}

#data h1
{
	font-weight: bold;
	font-size: 28px;	
}

#data h2
{
	font-weight: bold;
	font-size: 18px;	
}

#data p
{
	font-weight: bold;
	font-size: 14px;		
}

#navigation a
{
	margin-left:75px;
  color: #E9E9E9;
}