/* Basic CSS Read by most browsers */

html, body {
	margin: 0;
	padding: 0;
	/* font: 90% Arial, Helvetica, sans-serif; */ 
	font-size: small; 
	font-family: Arial, Helvetica, sans-serif;
	line-height : 1.4em;
}



body {
	text-align : center;
}

/* be nice to IE 5 */

td, th { 
font-size: small; 
}

h1, h2, h3, h4 {
	font-family : "trebuchet ms", arial, sans-serif;
	font-weight : 700;
}

h1 {
	font-size : 1.6em;
	font-weight : 700;
	color : #E69F00;
	line-height : 100%;
	margin : 0px 0px 0.5em 0px;
	letter-spacing : -0.03em;
}

h2 {
	font-size : 1.4em;
	font-weight : 700;
	color : #4A9500;
	padding : 0;
	margin : 0 0 0.3em 0;
}

h3 {
	font-size : 1.2em;
	font-weight : 700;
	color : #4A9500;
	margin-bottom: 0.5em;
}

h4 {
	font-size : 1.05em;
	font-weight : 700;
	color : #4A9500;
	margin : 0.5em 0 0.3em 0;
}


ul, dl {
	margin : 0.5em 0 1em;
	padding : 0;
	list-style : none;
}

ul li {
	background : url(bullets/bullet_sub.gif) no-repeat 0 0.3em;
	margin : 0 0 2px;
	padding : 0 0 0 15px;
}

ul li ul li {
	background : url(bullets/bullet_bullet.gif) no-repeat 0 0.5em;
	margin : 0 0 2px;
	padding : 0 0 0 15px;
}

.menuCurrent {
	background : url(bullets/bullet_current2.gif) no-repeat 0 0.3em;
}

td, th {
	vertical-align : top;
}

th {
	font-weight : 300;
	text-align : left;
}

a {
	color : #042E8E;
	text-decoration : none;
	border-bottom : 1px solid #9AABD1;

}

a:link {
	color : #042E8E;
	text-decoration : none;
	border-bottom : 1px solid #9AABD1;
}

a:hover {
	color : #993333;
	text-decoration : none;
	border-bottom : 1px solid #BB5555;
}

a.strong {
	font-weight : 700;
}

form {
	margin: 0;
	padding: 0;
}

address {
	font-style : normal;
	font-weight : 700;
}


#sidenav ul li a {
	font-weight: 700;
}

.hiddenHeader {
	font-weight : 700;
}