/* Regional Storm Water Collaborative CSS File */

/* Define body background color & font */

body
{
	font-family: tahoma;
	font-size: 10pt;
	text-align: justify;
	background-color: #6699CC;
}	
		
/* Create boxes and tables*/

table.body
{
  background-color: #FFFFFF;
	text-align: justify;
	font-family: tahoma;
	font-size: 10pt;
}
img.boxed
{
  border-right: 3px solid #990000;
	border-left: 3px solid #990000;
	border-top: 3px solid #990000;
	border-bottom: 3px solid #990000;
	display: inline;
}

p.leftphoto
{
  float:left;
	padding:5px;
}

p.rightphoto
{
  float:right;
	padding:5px;
}	

/* To set up various heading and paragraph tags */

h1.normal
{
  font-family: tahoma;
	font-size: 14pt;
	text-align: center;
}

p.normal
{
  font-family: tahoma;
	font-size: 11pt;
	text-align: justify;
}	

p.center
{
  font-family: tahoma;
	font-size: 11pt;
	text-align: center;
}
