/* CSS Document
author Jessica Alvarez */
/* div positions titlebanner 374 x 225 yelloworange is #FFD801*/
	body {
	margin:0px 0px 0px 0px;
		background-color: #FFFFFF;
		}
	
	#leftcontent {
	float:right;
	width:67%;
	background:#ffffff;
	border-left:2px dotted #cccccc;
	border-bottom:2px solid #cccccc;
	margin-left:30px;
	padding-bottom:20px;
	top: 225px;
	padding-top: 20px;
		}

	#toc-box {
	padding: 3px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
		}
	#rightcontent {
	background-color: #FFFFCC;
	padding-left: 10px;
		}		
		
	#top {
	float:left;
	width:374px;
	background-attachment: scroll;
	background-image: url(images/titlebanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	height: 225px;
	border-bottom:2px dotted #cccccc;
	color: #FFFFFF;
		}
		
#topright {
	background-color: #FFFFFF;
	height: 225px;
	left: 374px;
	border-bottom:2px dotted #cccccc;
	color: #FFFFFF;
	background-image: url(images/topright.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 25px;
		}
		
#pullquote {
	padding: 10px;
	margin-left: 15px;
	width: 80%;
	overflow: visible;
		}
/* presentation - rewriting html tags*/		
	p {
		margin:0px 30px 10px 60px;
		}
		
	/* for use in topright, rotating quotes.*/
	h1 {
	font-size:14px;
	padding-top:60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #CC0000;
	text-align: left;
	line-height: 18px;
	padding-left: 25px;
		}
		/* for use in subtitles in text and article titles.*/
	h2 {
	font: bold small-caps 14pt Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
	/* first version of pullquotes with border box.*/
	h3 {
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFE16C;
	padding: 8px;
	border: thin double #006600;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 60px;
	line-height: 20px;

		}
		
	strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
a:link {
	font-weight: bolder;
	color: #333333;
}
a:visited {
	font-weight: bolder;
	color: #999999;
}

/* div reliant html tags */	
	#rightcontent p {
	font: 7pt/14pt Verdana, Arial, Helvetica, sans-serif;
	margin-left:0px;
		}
		
	#leftcontent p {
	font: 9pt/18pt Verdana, Arial, Helvetica, sans-serif;
	}
	
	#leftcontent ul {
	font: 9pt/18pt Verdana, Arial, Helvetica, sans-serif;
	}
	
	#rightcontent a:link {
	font-weight: bolder;
	color: #333366;
}
	#rightcontent a:visited {
	font-weight: bolder;
	color: #999999;
	font-style: italic;
}
	#rightcontent ul {
	font-weight: bolder;
	color: #333399;
	background-color: #FFFFFF;
	padding: 2px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 19px;
}
#rightcontent ul li {
	margin: 0.1em 0 0 0;
	padding: 0;
}
#rightcontent ul ul {
	background: none;
	border: none;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}
#rightcontent ul ul li {
	background: url(images/icon_bullet.gif) no-repeat 3px;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}


/* class styles */
.redbold {
	font-weight: bolder;
	color: #CC0000;
	font-size: 1em;
}
.byline {
	font-weight: bolder;
	color: #000000;
	font-size: 1em;
}
.cw {
	font-size: 9px;
	font-weight: lighter;
}
.centeredbold {
		font:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FFFFFF;
}
.readingsummary {
	padding: 3px;
	clear: left;
}
.checkboxlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.5em;
	font-weight: bold;
	background-image: url(images/icon-checkbox.gif);
	display: list-item;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-left: 40px;
}
	#greybox {
	color: #FFFFFF;
	background-color: #666666;
	border: 4px dotted #000000;
	font-weight: bold;
	padding: 12px;
	text-align: left;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 60px;
		}
.redpullquote {
	font-style: italic;
	font-weight: bolder;
	color: #990000;
}

