/* CSS Document */

#small{text-transform:lowercase;}

body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size:75%;
	margin:0px;
}
/* typographic global definitions */
h1 {
	color: #000000;
		font-size:150%;


	/*text-transform: uppercase;*/
}

h2 {
	font-weight: bolder;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size:130%;

	
}

h3 {
	margin-left:0.5em;
	margin-bottom: 3px;
	letter-spacing:1px;
	font-size:125%;
	padding-bottom: 0px;

	/*text-transform: capitalize; */
	/*background-color:#EBF4FC;*/

}

h4 {
	font-weight:bold;
	font-size: 1em;
	margin-top:2em;
	margin-left:0.5em;
	color:#2C82C0;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	margin-bottom: 3px;
}
 p {
	border:0px #000 solid;
	margin-left:10px;
	margin-right:10px;
	text-indent:0em;
	font-size: 12pt;
	margin-top: 0px;
}


/* Overall page wrapper - controls the width -
ems are used so the page grows wider */



/* Defines header area at top of pages */

/* Defines box around left, center, right columns */

#wrapper{
	text-align:left;
	margin:0em 0px 0px 0px;
}

/* Defines left-hand column */



a img {
	border: none;
}

/*global image treatments*/




/*stuff to be hidden so that they do not display in the print style*/

#subnav, #subnav li, #subnav li a  {
display:none;
visibility:hidden;}

.leftNav, .leftNav li, .leftNav li a{
display:none;
visibility:hidden;}
