/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
	height:100%;
	}

body{
	height: 100%;
/*	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	*/
	margin: 0px;
	padding: 0px;

}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size:130%;
	margin-bottom:0;
	padding-bottom:0;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: normal;
	text-decoration: none;
	font-size:120%;
	margin-top:0;
	padding-top:0;
	margin-bottom:30px;
}

h3{
 text-align: center;
 font-family: "Times New Roman", Times, serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top: 10px;
    width:800px;
	background-image:  url(images/bg.gif);
	background-repeat:repeat-y;
}

#issue{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #003366;
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#879bb4;
}

#issue span{
	margin-right: 175px;
}

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	text-align:center;
	background-color:#3366CC;
}

#navBar{
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #003366;
}

#toc{
  float:right;
	width: 130px;
	background-color: #003366;
	margin: 30px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CCCCCC;
}


#content{
	float: left;
    width: 460px;
  	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
	padding: 30px 20px 10px 20px;
	line-height: 1.25;
  
}

#content.static{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content.static h3{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}


#content.home{
	width: 500px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	line-height: 1.25;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content.home ul {list-style: none; margin: 0; padding-left: 20px; padding-right:20px;}
#content.home li  {
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
#content.home A:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}
#content.home  A:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666666;
}
#content.home  A:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content.home  A:hover {
	text-decoration: underline;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/************** review styles ***************/

.author{
	display: block;
	font-weight:bold;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

.title{
	display: block;
	font-style:italic;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.details{
	display: block;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

img.cover{
	margin-left: 15px;
	margin-bottom: 20px;
	padding: 0;
	float: right;
	clear: right;
	border: 1px solid black;
}

p.byline{
	margin-top:25px;
	padding-top:10px;
	border-top:thin solid #CCCCCC;
}

p.contributor-bio {
	display: block;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

blockquote.pullquote {
	float: none;
	margin: 20px 15px 20px 15px;
	padding: 10px 0 10px 0;
	font-size: 150%;
	color:#666666;
	text-align: left;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.dropcap{
	float:left;
	margin-top:-8px;
	margin-right:5px;
	color:black;
	font-size:300%;
}
	
.clear {
clear:both;
margin-top:-1px;
height:1px;
overflow:hidden;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************* #toc styles ***************/

.tocissue{
	text-align: right;
	font-size: 12px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 0px 0px 0px;
	text-align:center;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 50px 0px 5px 10px;
	font-size: 90%;
	text-align:left;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:14px;
	color: white;
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	font-weight: lighter;
	text-align: right;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:14px;
	color: white;
	display: block;
	padding: 10px 10px 10px 10px;
}

#sectionLinks a:hover{
	background-color: #3366CC;
	text-decoration:none;
}


/*********** .relatedLinks styles ***********

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}



/************** #toc styles **************/


#toc p{
	padding: 0px 0px 0px 0px;
}

#toc a{
	color: white;
}


/*********** #toc link styles ***********/

/*#toc ul a:link, #navBar ul a:visited {display: block;}*/
#toc ul {list-style: none; margin: 0; padding: 0;}
#toc li {padding: 5px 0px 5px 0px;}