@charset "utf-8";
/* CSS Document */
/* Style sheet for OTAN Monthly Teachers 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%;
	background-color:#E6EDF4;
	/* background-image:url(../images/tile03._rb01.gif); */
	background-repeat:repeat-x;
}

/* Layers that layout the page */	
/* Sets page width and centers page elements. */
#container {
	width:777px;
	margin:0 auto;
	}


/* Header */
#header {
	background-image:url(../images/new_header.jpg);
	background-repeat:no-repeat;
	/*background-color:#D8E5EE;*/
	height:133px;
}

#masthead {
	font-size:1.2em;
	font-weight:bold;
	width:125px;
	float:left;
	padding:5px 5px 10px 5px;
	position: relative;
	left: 10px;
	top: 88px;
	color: #FFF;
	}
	
#masthead-r {
	font-size:1.2em;
	font-weight:bold;
	width:120px;
	float:right;
	text-align:right;
	color: #FFF;
	position: relative;
	top: 89px;
	right: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}
#archive_content {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.archiveLink {
	text-align: center;
	margin-bottom: 25px;
}



/* Main content area. */

/* Layers nested inside #main */

/* Main content area is divided into three columns */
#main {
	background-color:#FFFFFF;
	float:left;
	width:775px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #639FB7;
	border-bottom-color: #639FB7;
	border-left-color: #639FB7;
	/*height:600px;*/
		}
	
#leftCol {
	width:227px;
	height:inherit;
	float:left;
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		/*border-right:solid 1px #000000;*/
		}
		
#rightCol {
	width:507px;
	height:inherit;
	float:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		}
		
#fullWidth {
		width:775px;;
		height:inherit;
		float:left;
		padding:10px 10px 0px 10px;
		}
/* Graphics are positioned on the left */
.left_graphic {
	width:120px;
	padding:15px 7px 0 0;
	float:left;
	}
	
/* Content positioned to the right of graphic */
.right_content {
	width:573px;
	float:left;
	padding-bottom:15px;
	}
	
.full_width {
	width:700px;
	float:left;
	}

/* Tag styles */
h1 {
	font-size:1.4em;
	font-weight:bold;
}

h2 {
	font-size:1.4em;
	font-weight:bold;
}
h3 {
	font-size:1.4em;
	font-weight:bold;
}

p {
	font-size:1.2em;
	line-height:1.5em;
	}
	
	p.archiveLink
		{text-align:center;
		 margin-bottom:25px;
		}
		
	p.archiveLink a:link {color:#336699; font-weight:bold;}
	p.archiveLink a:visited {color:#224477; font-weight:bold;}
	p.archiveLink a:hover {color:#990000;}
ul {
	line-height:1.5em;
	font-size: 1.2em;
	}
ul.nested {font-size: 1.0em;}

/* Classes */

/* Titles have blue background with padding and darker bottom border */
.title {
	background-color:#E6EDF4;
	padding:5px;
	border-bottom:solid 1px #639FB7;
	clear:left;
}

.bold {font-weight:bold;}

.italic {font-style:italic;}
.redbold {
    color:#990033; 
	font-weight:bold;
	}	

.clear {
	clear:left;
	}
.leftimage {
	float: left;
	clear: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.rightimage {
	float: right;
	clear: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.extra {
	float:right;
	width:486px;
	background-color:#e6edf4;
	border:solid 1px #639FB7;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}

