
/* left hand side nav ----------------------------------*/


#leftnav {
width: 130px;
height:400px;
float:left;
margin-left:0px;
}


h1.leftnav{
color: #0071BC;
font-size: 1.5em;
padding-bottom: none;
text-decoration: underline;
}

h2.leftnav{
font-size: 1em;
color: #0071BC; 
padding-bottom: 10px;
}

#leftnav a:link {
color: #0071BC;
font-size: 1em;
padding-top: 2px;
}


.header {
	background: #000;
	cursor: pointer;
	padding:4px;
}

.header:hover{
	background-color:#666;
}
.selected{
	color:#FFF;
}

.content{
	background:#FFF;
	padding:4px;
}

/* Accordion stuff  ----------------------------------*/

#basic-accordian{
	padding:0px;
	width:130px;
	position:absolute;
}

.accordion_headings{
	padding:5px;
	background:#0071bc;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	font-size: 1.25em;
}

.accordion_headings:hover{
	background:#004f83;
}

.accordion_child{
	padding:0px 5px 0px 5px;
	font-size: 1em;
}

.header_highlight{
	background:#004f83;
	color:#fff;
}


.leftlist {
list-style: none;
font-size: 1.15em;
padding-bottom: 5px;
}
.leftlist li{
padding-right: -2px;
padding-top: 5px;
}

/* left hand side nav ----------------------------------*/

/* About Nav Boxes------------------------------ */

#aboutnav {
width: 130px;
height:400px;
float:left;
margin-left:0px;
text-decoration: none;
}




/* About Nav Boxes------------------------------ */



/* article content ---------------------------------*/


#articlecontent {
width:480px;
margin-left: 15px;
height: auto;
float:left;
font-size: 1em;
padding-bottom: 30px;
}




#article {
font-size: 13px;
}

h1.article{
color: #0071BC;
font-weight: bold;
border: none;
font-size:1.75em;
}


h3.author{
font-style: italic;
color: #4e4e4e; 
margin-left: 10px;
margin-right: 10px;
}


h2.subhead{
color: #4e4e4e;
font-size: 1.25em;
font-weight: normal;

}






