/* CSS Document */

body {
	text-align:center;
	padding:0;
	margin: 0 0;
	font:normal 12px Arial, Helvetica, Sans-serif;
	line-height: 22px;
	color:#666;
	background-image: url(images/large_background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #9bbac2;
	background-position: bottom left;
	/*background-image: url(images/news_clippings_large.jpg);*/
}
	
#wrapper {
	width:680px;	
	margin: auto;
	position:relative;
	top: 20px;
	bottom: 20px;
	text-align: left;
	background: white;
	border: 2px solid #666666;
}		

/*#header {
			z-index: 3;
			width: 680px;
			height: 60px;
			font-size: 24px;
			color:#ccc;
			background-color: #386470;
			text-align: right;
			padding-bottom: 5px;
			padding-top: 5px;
			margin: -5px 0px 0px 0px;
		}*/
		
		#header {
			z-index: 3;
			width: 680px;
			height: 90px;
			font-size: 24px;
			color:#ccc;
			background-image: url(images/header_new_680x90.gif);
			background-repeat: no-repeat;
			text-align: right;
			/*padding-bottom: 5px;
			padding-top: 5px;
			margin: -5px 0px 0px 0px;*/
		}
		
		
#title	{
			font-size: 36px;
			font: Georgia, "Times New Roman", Times, serif;
			text-align: right;
			padding-right: 17px;
					}
					
#issue_number {
			font-size: 16px;
			color: #fff5ce;
			text-align: right;
			position: absolute;
			right: 20px;
			top: 65px;
			/*background-image: url(images/dotted_line_bg.gif);
			background-repeat: no-repeat;
			background-position: center left;*/
			}
		  
#in_this_issue {
		width: 350px;
          float: right;
		  text-align: left;
		  font-size: 16px;
		  line-height: normal;
          border: 1px solid #999;
		  background-color:#fff5ce;
          margin-right: 0px;
		  margin-left: 20px;
		  margin-bottom: 10px;
		  margin-top: 0px;
          }

#in_this_issue a:link, #in_this_issue a:visited {
color: #386470;
text-decoration: none;
}
#in_this_issue a:hover {
color: #386470;
text-decoration: underline;
}

#site_links_box {
          border: 1px solid grey;
		  background-color:#386470;
		  width: 321px;
		  margin-top: 0px;
		  text-align: left;
		  padding: 0px 0px 0px 27px;
          }
		  
#site_links_box li {
	display: inline;
	}		  

#site_links_box a:link, #site_links_box a:visited {
padding: 0px 10px 0px 10px;
color: #ffffff;
background-color: #386470;
text-decoration: none;
}

#site_links_box a:hover {
color: #386470;
background-color: #9bbac2;
}
		  
#content {
	text-align:left;
	width:640px;	
	margin:auto;
	position:relative;
	padding: 20px 20px 20px 20px;
	backgound: white;
	/*background-image:url(images/torn_edges.gif);*/
}		

#cuca_r { display: none; }
*>#cuca_r {
			display: block;
			position: fixed;
			right: 0px;
			top: 80px;
			width: 100px;
			height: 191px;
			background-image: url(images/cuca_r.png);
			z-index: 4;
		}

	
#cuca_l { display: none; 
			display: block;
			left: 0px;
			bottom: 80px;
			width: 100px;
			height: 167px;
			background-image: url(images/cuca_l.png);
			z-index: 4;
		}			
*>#cuca_l {
			position: fixed;
		}

#cuca_small {
			position: absolute;
			left: 606px;
			top: 30px;
			width: 140px;
			height: 122px;
			background-image: url(images/cuca_small.jpg);
			z-index: 4;
		}	
			
h1 		{
			font: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-style: strong;
			font-style: italic;
		}

h3		{
			font: Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-style: strong;
			padding: 0px 0px 0px 45px;
			background-image: url(images/cuca_h3_background.gif);
			background-position: left;
			background-repeat: no-repeat;
			}
			
#footer		{
			font: Arial, Helvetica, sans-serif;
			font-size: 12px;
			background-color: #386470;
			color: #ffffff;
			width: 100%;
			text-align: center;
			}
						