/* Basic CSS Read by most browsers */

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



body {
	text-align : center;
}

/* be nice to IE */

td, th { 
font-size: small; 
}

h1, h2, h3, h4 {
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: normal;
}

h1 {
	font-size : 1.8em;
	color : #F7941C;
	line-height : 100%;
	margin : 0 0 1em 0;
	letter-spacing : -0.03em;
}

h2 {
	font-size : 1.4em;
	color : #005CB4;
	padding : 0;
	margin : 0 0 0.5em 0;
}

h3 {
	font-size : 1.2em;
	color : #005CB4;
	margin-bottom: 0.5em;
}

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

ul li {
	margin: 0;
	padding: 0
}

/*ul li ul li {
	margin : 0 0 2px;
	padding : 0 0 0 15px;
}*/

.menuCurrent {
	background : url(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;
}

strong, b {
	color: #626466;
	font-weight:700;
}

.left {
	float: left;
	padding-right:1em;
}