/* Basic Default Styles */

body {
	font: 12px Verdana;
	color: #000;
	background: ; 
	margin: 5px 0 5px 0;
}

#container {
	position: relative;
	width: 820px;
	background: ;
	margin-top: 15px;
	margin-left: 20px;
	/* Could also use margin-left and -right: auto
		but IE 5 PC doesn't like that */
	border: 0px solid #FFF;
}
h3 {
	color: ;
	font: 22px "Trebuchet MS", Verdana;
	margin: 0;
	text-transform: lowercase;
}

h4 {
	color: ;
	font: 18px "Trebuchet MS", Verdana;
	margin: 0;
}


a.headerNav:link {
	font: 16px "Trebuchet MS", Verdana ;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a.headerNav:visited {
	font: 16px "Trebuchet MS", Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}


a.headerNav:hover {
	font: 18px "Trebuchet MS", Verdana;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a.boxNav:link {
	font: 14px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: #000;
}

a.boxNav:visited {
	font: 14px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: #000;
}


a.boxNav:hover {
	font: 14px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: ;
}

a.bodyBlack:link {
	font: 12px Verdana;
	text-decoration: none;
	color: #000;
}

a.bodyBlack:visited {
	font: 12px Verdana;
	text-decoration: none;
	color: #000;
}

a.bodyBlack:hover {
	font: 12px Verdana;
	text-decoration: none;
	color: #000;
}

a.img:link {
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
}

a.img:visited {
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
}

a.img:hover {
	text-decoration: none;
	color: ;
	border: 1px solid #000;
}

img {

border: 1px solid black;

}



/* Header - just provides space */

#header {
	height: 150px;
	background: url(/images/header-sm.jpg) no-repeat top left;
	margin-top: 0px;
	border-bottom: 0px solid #FFF;
}
#header span {
	display: none;
	border: 5px solid #FFF;
}

#headerTitle {
	position: absolute;
	left:20px;
	top: 45px;
}

#headerNav {
	position: absolute;
	height: 20px;
	left: 25px;
	top: 150px;
	width: 675px;
	font: 10px "Trebuchet MS", Verdana;
	border: 0px solid #FFF;
}





/* Content */
/*moves content to the right of the left nav*/

#contentTop {
	width: 600px;
	margin-left: 195px;
	padding-top: 40px;
	color: ;
	border-bottom: 2px solid #DFE3BA;
}
#contentTop a:link {
	color: ;
}
#contentTop a:hover {
	color:;
}

#contentTop .p1 {
	display: none;
}


#contentMid, #contentBottom {
	width: 600px;
	margin-left: 205px;
	margin-top: 20px;
	padding-bottom: 40px;
	border: 0px solid #FFF;
}


/*Footer things*/

#footer { 
	width: 600px;
	margin-left: 195px;
	margin-top: 35px;
	border: 0px solid #FFF;
	padding-bottom:20px;
}

#footerNav { 
	width: 600px;
	margin-left: 0px;
	margin-top: 5px;
	border-top: 2px solid #DFE3BA;
}

#bottonEnd { 
	width: 820px;
	margin-top: 55px;
	padding-top: 40px;
	border: 0px solid #FFF;
	padding-bottom:20px;
}


/* Left Bar */

#leftNav {
	position: absolute;
	left: 10px;
	top: 190px;
	width: 190px;
	font: 12px "Trebuchet MS", Verdana;
	border: 0px solid #FFF;
}

#leftNavList {
	padding: 5px 10px 5px 10px;
	margin: 0;

}

.leftNav a {
	padding: 5px 10px 5px 10px;
	margin: 0;
}

.leftNav h4 {
	padding: 5px 10px 5px 10px;
	margin: 0;
}

#pdf {
	width:  95%;
	height: 600px;
	margin: 2em auto;
	border: 2px solid #013299;
}

#pdf p {
   padding: 1em;
}

#pdf object {
   display: block;
   border: solid 1px #666;
}
