body 
{
	margin: 4px 0px;
	color: black;
	background-color: #2D374D;

  }
  
  
table
{
	width: 99%;
	margin: 0;
  }

table td
 {
	padding: 0;
	vertical-align: top;
	font-family: verdana, Helvetica, sans-serif;
  }
 /* styles related to layout table cell identifiers - look for the id="name" in each <td> tag */

td#topleft
{
	margin: 0px;
	padding: 10px;
}

td#topmiddle
{
	font-family: "Courier New", Courier, mono;
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;


}

td#topright
{
	margin: 0px;
	padding: 0px;


}

td#crumb
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 0px 5px 3px 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	color: #CCCCCC;

}


td#address
{
	font-size: 70%;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
	padding-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #999999;
	font-weight: bold;
	background-color: #A4A9B0;


}

td#address a:link 
{
	color: #FFFFFF;
}

td#address a:visited {
	color: #FFFFFF;
}
td#address a:hover 
{
	color: #0000CC;
}

  
td#sidenav
{
	width: 125px;
	padding: 10px;
	background-color: #48546E;



}
td#sidenav h2{
	background-color: #B7CAF5;
	color: #FFFFFF;
	font-size: 70%;
	margin-bottom: 0px;
	width: 125px;
	padding: 8px 6px;
	border: 1px solid #CCCCCC;
	background-image: url(images/bluefade40.gif);
	background-repeat: repeat-x;







}

/* main menu styles*/
ul#mainnav 
{
	list-style: none;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

	}
		
ul#mainnav li 
{
	display: block;
}

ul#mainnav li a 
{
	display: block;
	margin: 0px;
	padding: 6px;
	color: #FFFFFF;
	text-decoration: none;
	width: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	font-size: 100%;
	border-bottom-style: none;
	font-weight: bold;
	border-top-style: none;



}

ul#mainnav li a:hover 
{
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


}

/*end of main menu styles*/

td#text
{
	padding: 10px;
	background-color: #E3E3E3;

}

td#text p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 10px;
}


td#text li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 10px;
}


td#text a:link
{
	color: #0000CC;
	font-weight: normal;
	text-decoration: underline;
	 }
  
td#text a:hover
{
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}

td#text a:visited
{
}


td#rightCol
{
	width: 20%;
	background-repeat: repeat-y;
	padding: 10px;
	background-image: url(images/bg.gif);
}

/*sub menu styles for rh column*/

div#sub
{
	border: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
	margin: 10px;
}

div#sub h2 
{
	background: #B7CAF5 url(images/bluefade40.gif) repeat-x;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	font-size: 70%;
	font-weight: bold;
	padding: 5px 5px 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;


}


div#sub p
{
	margin: 10px;
	font-size: 70%;
}

/*end sub menu styles*/




td#footnav
{
	text-align: center;
	border-top: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #A4A9B0;


}

td#footnav a:link
{
	text-decoration: none;
}
  
td#footnav a:hover
{
	text-decoration: underline;
}

td#footnav a:visited
{
	text-decoration: none;
}




/* -------------------- general text formatting styles* -----------------------------*/
h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #666666;
	font-weight: normal;
	margin: 10px;
}

h2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	margin: 10px;
}

h3 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	font-weight: bold;
	margin: 10px;
}

h4 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
}


.rightText 
{
	text-align: right;
}

.centreText
{
	text-align: center;
}
.margin20 
{
	padding-right: 20px;
	padding-left: 20px;
}

.margin40 {
	padding-right: 40px;
	padding-left: 40px;
}

.padding20
{
	margin: 20px;
}

.bigText {
	font-size: 120%;
}
.littleText {
	font-size: 90%;
}
.redText {
	color: #FF0000;
}
.floatImageRight 
{
	float: right;
	border: 0px none;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;


}

.floatImageLeft 
{
	float: left;
	border: 0px none;
	padding: 5px 10px 10px 0px;
}




.noImageBorder
 {
	border: none;
}



/*table styles*/
	
.data /*for the table tag */
{
	padding: 3px;
	font-size: 80%;
	border: none;
}

.datatd /*for the <td> tag */
{
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.dataHeaders /*for the <th> tag */
{
	border: 1px solid #999999;
	color: #666666;
	text-align: left;
	background-color: #CCCCCC;
	vertical-align: top;
	padding: 3px;
}

li 
{
	font-size: 80%;
}


/*style for side boxes other than sub menus*/

.sidebox{
	border: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
	margin: 10px;


}

.sidebox h2 {
	background: url(images/greyFader30.gif) repeat-x;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	font-size: 75%;
	font-weight: bold;
	padding: 5px 5px 10px 10px;
}

.sidebox p
{
	margin: 10px;
	font-size: 70%;
	}
	
	/*for a box in the main body of the text */

.borderBox {
	border: 1px solid #CCCCCC;
	padding: 20px;
	background-color: #B7CAF5;
	margin-right: 10px;
	margin-left: 10px;

}
td#crumb a:link {
	color: #FFFFFF;
}
td#crumb a:visited {
	color: #FFFFFF;
}
