/* Regional Storm Water Collaborative CSS File */

/* Define body background color & font */

body
{
	font-family: arial;
	font-size: 16pt;
	color: #990000;
	background-color: #6699CC;
}	
		
/* defines heading at top */

td.topcenter
{
  text-align: center;
	vertical-align: top;
}	

td.topleft
{
 	text-align: left;
	vertical-align: top;
}

td.topright
{
	text-align: center;
	vertical-align: center;
}

/* Create boxes */

img.boxed
{
  border-right: 3px solid #000099;
	border-left: 3px solid #000099;
	border-top: 3px solid #000099;
	border-bottom: 3px solid #000099;
	display: inline;
}

p.leftphoto
{
  float:left;
	padding:5px;
}

p.rightphoto
{
  float:right;
	padding:5px;
}	

/* table definitions */

table.body
{
  background-color: #FFFFFF;
	text-align: justify;
	font-family: arial;
	font-size: 14pt;
}

table.small
{
  background-color: #FFFFFF;
	text-align: justify;
	font-family: arial;
	font-size: 12pt;
}	

table.menu
{
  background-color: #000099;
  text-align: center;
	font-family: arial;
	font-size: 12pt;
	font-style: italic;
	color: #FFFFFF;
}

table.bottom
{
  background-color: #000099;
	text-align: center;
	font-family: arial rounded mt bold,arial;
	font-size: 18pt;
	color: #FFFFFF;
}	

td.button
{
  text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 14pt;
	padding: 6px;
	border-right: 2px solid #000099;
	border-left: 2px solid #000099;
	border-top: 2px solid #000099;
	border-bottom: 2px solid #000099;
}

/* To set up various heading and paragraph tags */


p.large
{
  font-family: arial;
	font-size: 18pt;
}	

p.italic

{
  font-family: arial;
	font-size: 18pt;
	font-style: italic;
}

p.normal
{
  text-align: justify;
	font-family: arial;
	font-size: 14pt;
}

p.center
{
  text-align: center;
	font-family: arial;
	font-size: 14pt;
}


p.small
{
  text-align: justify;
	font-family: arial;
	font-size: 12pt;
}

p.smblue
{
 	text-align: center;
	font-family: arial;
	font-size: 12pt;
	color: navy;
}	

p.caption
{
  text-align: left;
	font-family: arial;
	font-size: 6pt;
	color: #000099;
}
/* To define links */

a.navlink
{
 	font-family: arial;
	font-size: 12pt;
	font-style: italic;
}
a.navlink:link
{
 	color: #FFFFFF;
	text-decoration: none;
}
a.navlink:visited
{	
	color: #FFFFFF;
	text-decoration: none;
}
a.navlink:hover
{  
	color: #FFFFFF;
	text-decoration: none;
}		
a.navlink:active
{
 	color: #FFFFFF;
	text-decoration: none;
}

a.bodylink
{
 	font-family: arial;
}
a.bodylink:link
{
 	color: #FF6666;
}
a.bodylink:visited
{	
	color: #FF6666;
}
a.bodylink:hover
{  
	color: #FF6666;
}		
a.bodylink:active
{
 	color: #FF6666;
}
a.buttonlink
{
 	font-family: arial;
	font-size: 12pt;
	font-style: italic;
}
a.buttonlink:link
{
 	color: #000099;
	text-decoration: none;
}
a.buttonlink:visited
{	
	color: #000099;
	text-decoration: none;
}
a.buttonlink:hover
{  
	color: #000099;
	text-decoration: none;
}		
a.buttonlink:active
{
 	color: #000099;
	text-decoration: none;
}

