/*Human Engine stylesheet*/
body	{
	margin:	10px 0 0 0;
	padding:	0;
	font: small/1.2em verdana, lucida, arial, helvetica, sans-serif;
	color:	#000;
	background: #ccc;
	}

li {
	margin-bottom: .6em;
	text-align: left;
	}
  
a {
	color: #4604ed;
	text-decoration: none;	
	font-style: bold;
	}

a:visited {
	color: #360;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}

	
#main {
	color: black;
	position: relative;
	width: 797px;
	background: #fff;
	border-left: 20px solid #339;
	border-bottom: 2px solid #9b1806;
	border-right: 2px solid #9b1806;
	margin: 0 auto 20px auto;
	padding: 0;
	}
	
	
#content {
	position: relative;
	width: 500px;
	margin: 15px  0 0 170px;
	background: url(images/bordernav.gif) top left repeat-y;	
	padding: 0 30px;
	text-align: justify;
	}




/*Left Navigation -----------*/
#nav {
	width: 152px;
	position: relative;
	float: left;
	margin: 5px 0 0 10px;
	padding: 0;
	text-align: left;
	/*border: 1px solid black;*/

	}
	
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}	

#nav ul li {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	line-height: 1.4em;
	padding: 8px 0 8px 10px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	}	

	
#nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #0050a2;
	padding: 12px 0 0 0;
	}	

#nav ul li a:visited {
	text-decoration: none;
	color: #828280;
	background: transparent;
	}
	
#nav ul li a:hover {
	text-decoration: underline;
	color: #000;
	background: transparent;
	}

#downloadpdf {
	font-size: .8em;
	}

h1, h2, h3, h4, h5, h6	{
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background: transparent;
	}
	
h1	{
	font-size:	175%;
	line-height: 120%;
	}
	
h2	{
	font-size:	120%;
	line-height: 110%;
	}
	
h3	{
	font-size:	110%;
	}


strong {
	font-weight: bold;
	font-size: 1.1em;
	}

#secondnav {
	margin: 2px 0 10px 0;
	border-bottom: 
	1px solid #ccc; 
	font-size: .8em;
	}


#footer {
	/*border: 1px solid black;*/
	clear: both;
	position: relative;
	height: 70px;
	width: 850px;
	position: relative;
	text-align: left;
	padding: 0;	
	margin: 0;
	}


.breadcrumbs {
	font-size: .9em;
	margin-top: -15px;
	margin-bottom: 10px;
	padding: 0;
	/*border: 1px solid white;*/
	}
	
#breadcrumbs {
	font-size: .9em;
	margin-top: -15px;
	margin-bottom: 10px;
	padding: 0;
	/*border: 1px solid white;*/
	}

table td {
	padding: 3px;
	}