@charset "utf-8";
/* CSS Document */
/* Style sheet for OTAN Bi-weekly 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:700px;
	margin:0 auto;
	}


/* Header */
#header {
	background-image:url(../images/otanlogo03.gif);
	background-repeat:no-repeat;
	/*background-color:#D8E5EE;*/
	height:95px;
}

#masthead {
	font-size:1.2em;
	font-weight:bold;
	width:200px;
	float:left;
	padding:5px 5px 10px 5px;
	}
	
#masthead-r {
	font-size:1.2em;
	font-weight:bold;
	width:200px;
	float:right;
	text-align:right;
	padding:5px 5px 10px 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. */
#main {
	background-color:#FFFFFF;
	padding:1em;
	border-left:solid 3px #639FB7;
	border-right:solid 3px #639FB7;
	border-bottom:solid 1px #639FB7;
	margin-bottom:3em;
	float:left;
}

/* Layers nested inside #main */
/* 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;
}
/* Titles have blue background with padding and darker bottom border */
.title {
	background-color:#E6EDF4;
	padding:5px;
	border-bottom:solid 1px #639FB7;
	clear:left;
}

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 {
	font-size:1.2em;
	line-height:1.5em;
	}

/* Classes */

.bold {font-weight:bold;}

.italic {font-style:italic;}

.clear {
	clear:left;
	}

.rightimage {
	float: right;
	clear: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.redbold {
    color:#990033; 
	font-weight:bold;
	}	

