/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	/*line-height: 1.166;	*/
	margin: 0px;
	padding: 0px;
	font-size: small;
	background-color: #749396;
}

a:link, a:visited, a:hover {
	color: #957794;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color:#999999;
	font-weight: bold;
	
	}
a:hover {
	text-decoration: underline;
	border-bottom: none;
	color: #749396;
	
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	margin-top: 2em;
	margin-bottom: 0;
	padding: 0px;
	 color: #957794;
	 font-weight: bold;

}

h1{
 font-size: 160%;
 background-color: #749396;
 color: #ffffff;
 text-align: center;
 margin: 0;
 padding: 5px;
}
h1 a:link, h1 a:visited, h1 a:hover {
	color: #ffffff;
	text-decoration: none;
	}
h1 a:hover {
	text-decoration: underline;
	}

h2{
 font-size: 130%;
 margin: 0;
 text-align: center;
}

h3{
 font-size: 120%;
 margin: 2em 0 -1em 0;

}
.first  {
 margin-top: 0;
}
h4{
 font-size: 110%;
 margin: 2em 0 -1em 0;
}

h5{
 font-size: 100%;
 margin: 2em 0 -1em 0;
}

#content ul li{
 list-style-type: square;
 margin-bottom: 0.5em;}

#content ul ul li{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#Header{
	margin: 0;
	padding:0;
	height: 161px;
	width:1024px;
	background-color: #ffffff;
	color: #000000;
}
#HeaderLeft {
	float: left;
	width: 500px;
	margin: 0;
	}
#HeaderRight {
	float: right;
	width: 457px;	
	margin: 0 45px 0 0;
	padding: 0 5px 0 5px;
	text-align: center;
	font-size: 0.9em;
	}
#HeaderRight p {
	margin-top: 5px;
	}
#Header img {
	align: left;
	}
#Container {
	width: 974px;
	margin: 5px 25px 0 25px;
	background-color: #749396;
	padding: 0;
	text-align: center;

	}

#content{
	width: auto;
	padding: 1em 0 0 0;
	background-color: #ffffff;
	text-align: center;

	}
	 
/*.contentLeft, .contentRight {
	width: 417px;
	border: 1pt #000000 solid;
	background-color: #D7CBD6;
	margin: 10px 0 20px 0;
	height: 125px;
	padding: 0;
		}
.contentRight {
	float: right;
	}
.contentLeft {
	float: left;
	clear: left;
	}
*/
#content img a{
		border: 1pt #749396 solid;
}
  
span.noBG a:hover {background-color:transparent} 



#BottomLinks {
		clear: both;
		padding: 10px 10px 10px 15px;
		background-color: #D7CBD6;
		margin: 0;



	}



/************* #Footer styles ***************/

#Footer{
	font-size: 100%;
	background-color: #749396;
	color: #ffffff;
	padding: 10px 10px 10px 40px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the NavBar in cases where they "touch" */

#Footer a, #Footer a:hover {
	color: #ffffff;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
	}
#Footer a:hover {
	text-decoration: underline;
	}
#Footer img{
	padding: 4px 4px 4px 0px;
}


.larger {
	font-size: larger;
	}
	
.smaller {
	font-size: smaller;
		}
		
.NoWrap {
white-space: nowrap;
	}
.centred {
	text-align: center;
	clear: both;
	}
.centred img {
	padding: 0;
	margin: 2px 0 0 0;
	border: 1pt #749396 solid;
	vertical-align: middle;

	}
.BoxedTable {
	width: 90%;
	}
.BoxedTable TD{
	padding: 5px;
	border: 2pt solid #5E495D;
	background-color: #D7CBD6;
	color: #000000;
	font-weight: bold;
	text-align: left;
	}
.BoxedTable P {
	margin: 0;
	}
.Names {
	font-weight: normal;
	}
