@charset "utf-8";
/* CSS Document */
/* Style sheet for CA Adult Education Digest */
/* Apply only to this folder and do not apply other style sheets except those created expressly for the digest */

body {
	padding: 0;
	margin: 0 auto; 
	font-family: arial, helvetica, sans-serif;
	font-size:62.5%;
	color:#333300;
	background-color:#C3C49C; /*#999966;*/
	background-image:url(../images/cdeDigest_hdrbg-v2.gif);
	background-repeat:repeat-x;
}

a:link {color:#666600; font-weight:bold;}
a:visited {color:#666600;}
a:hover {color:#990000; font-weight:bold;}

/* Layers that layout the page */	
/* Sets page width and centers page elements. */

/* Header */
#header {
	/*background-image:url(../images/cdeDigest_title-v2.gif);
	background-repeat:no-repeat;
	background-color:#D8E5EE;*/
	height:95px;
	width:850px;
	margin:0 auto;
}

/* Main content area. */

#content {
	width:742px; 
	margin:0 auto; 
	/*background:#FFFFCC;*/
	}
	
#main {
	background-color:#FFFFCC;
	padding:5px;
	border-left:solid 3px #666600;
	border-right:solid 3px #666600;
	border-bottom:solid 1px #666600;
	margin-bottom:15px;
	float:left;
	width:726px;
	}
	
#masthead {
	color:#333300;
	font-size:1.2em;
	font-weight:bold;
	width:200px;
	float:left;
	padding:5px;
	}
	
#masthead-r {
	color:#333300;
	font-size:1.2em;
	font-weight:bold;
	width:200px;
	float:right;
	text-align:right;
	padding:5px;
	}
	
/* styles for the table of contents */
#toc {
	clear:left;
	text-align:center;
	border-top:solid 2px #666600;
	color:#990000;
	padding-top:1em;
	}

#archiveContent {
	margin:0px 25px;
	}
	
	
	.archiveContentCol {
		width:33%;
		float:left;
		}
	
	
	
	
/* Layers nested inside #main */

.subsection {
	padding:15px 0px 15px 0px;
	float:left;
	}
	
div.quote {
		text-align:center;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-weight:bold;
		border-top:2px solid #993300;
		border-bottom:2px solid #993300;
		padding-top:5px;
		clear:left;
		}
	
/* Graphics are positioned on the left */
.left_content {
	width:122px;
	padding: 7px 7px 0px 7px;
	float:left;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	color:#990000;
	}
	
/* Content positioned to the right of graphic */
.right_content {
	width:571px;
	float:left;
	padding: 0px 7px 0px 7px;
	}
	
.full_width {
	width:700px;
	float:left;
	}

/* Tag styles */
h1 {
	font-size:1.4em;
	font-weight:bold;
	color:#333300;
}

h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#333300;
}

li {
	font-size:1.2em;
	line-height:1.5em;
	}
	
	li.bottomMargin {
		margin-bottom:10px
		}

p {
	font-size:1.2em;
	line-height:1.5em;
	margin-top:0px; /* adjusts for alignment differences between FX and IE */
	}
	
	p.archiveLink
		{text-align:center;
		 margin-bottom:25px;
		}
		
	p.archiveLink a:link {color:#5E5C37; font-weight:bold;}
	p.archiveLink a:visited {color:#5E5C37; font-weight:bold;}
	p.archiveLink a:hover {color:#990000;}
	
	

/* Classes */

.bold {font-weight:bold;}

.italic {font-style:italic;}

.bold-italic {
	font-weight:bold;
	font-style:italic;
	}

.disclaimer {
	font-weight:bold;
	font-style:italic;
	text-align:center;
	}
	
/* Headline above article */
.headline {
	color:#990000;
	font-weight:bold;
	font-size:1.2em;
	}

/* Border around images */	
img.border {
	border:solid 1px #999966;
	}
	

/* Titles have colored background with padding and darker bottom border */
.title {
	background-color:#999966;
	padding:5px;
	border-bottom:solid 1px #666600;
	color:#FFFFCC;
	clear:left;
}

.clear {
	clear:left;
	}
	
