* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Verdana, Helvetica; 
    font-size: 12px;
	line-height: 1.7em;
	margin: 10px 0px;
}

h1 {
    font-size: 20px; 
    font-weight: bold; 
    margin: 0px 0px 5px 0px; 
    padding: 20px 0px 10px 0px;
}

#pageheader {
    position: relative; 
    width: 800px; 
	height: 100px;
	background: transparent url(images/cplogo_bar.png) no-repeat scroll left center;
	border: 1px solid;
}

#pageheader h1 a {
	display: block;
	float: left;
	clear: left;
	height: 75px;
	line-height: 75px;
	margin-left:10px;
	text-indent: -999em;
	width: 220px;
}

#pagefooter {
	clear: both;
	font-size: 10px;
	padding: 10px;
	width: 780px;
}

#pagemain {
	padding: 10px 5px;
	min-height: 18em; 
	width: 790;
}

/* for Internet Explorer */
/*\*/
* html #pagemain {
	height: 8em;
}
/**/

#boxtop {
	display: block;
	float: left;
	background: url(images/column-top.png) no-repeat left;
}

#leftnav {
	display: block;
	float: left;
	border: 1px solid;
	width: 168px;
	background-color: #C6A791;
}

#leftnav ul {
	list-style: none;
	margin: 10px 5px 5px 10px;
	clear: both:
}

#leftnav li {
    font-weight: bold; 
	padding-bottom: 5px;
}

#leftnav a {
    display: block;
	clear: left;
	position: relative;
    text-decoration: none;
    font-weight: bold; 
    color: #513127;
}

#leftnav a.active {
	color: black;
}

#content {
	display: block;
	float: right;
    width: 600px; 
	margin: 0pt;
	padding: 0pt;
}

#resourcelist ul {
	list-style: none;
	margin: 10px 30px;
	clear: both:
}

#resourcelist li {
    font-weight: bold; 
	padding-bottom: 5px;
}

#pdf_reader {
	margin: 20px;
}

.pdf {
     background: url(images/pdficon_small.gif) no-repeat;
     background-position: bottom left;
     background-attachment: scroll;
     padding-left: 25px;
}

.contact_info {
	padding-left: 20px;
}
