/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/



/*entire documnet control with body*/
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color:#dcd19d;
 background-image: url(../images/tile.gif); background-repeat: repeat-x, repeat-y;
 text-align:left;
}



/*entire content area*/
#page {
	margin: 0 auto;
	width: 600px;
	border-color:#501214;
	border-style:solid;
	border-width:2px;
	background:#f3f4e0;
	position: relative;
	text-align:left;
	left: 0px;
	top: -4px;
}



/*content is the body copy window*/
#content { 
 color: #000000;
 background: #f3f4e0;
 width: 420px;
 display: inline;
 padding-bottom:25px;
 float:left;
}

#content h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 25.6px;
 color:#501214;
 padding:10px;
 }
 

#content p {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:000000;
 padding-bottom:10px;
 padding-right:25px;
 padding-left:10px;
}


/*IE6 only*/
* html #content { 
 float: left;
 color: #000000;
 background: #f3f4e0;
 width: 410px;
 display: inline;

}

* html #content h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 25.6px;
 color:#501214;
 }
 

* html #content p {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color:000000;

}






/* header is box for header graphic*/

#header {
 color: #000000;
 background: #f3f4e0;
 width: 600px;
 float: left;
 height: 300px;
}

#header-story {
 color: #000000;
 width: 600px;
 float: left;
 height: 185px;
 background: #f3f4e0;
}

/* maroon bar below photo */
#captionbar {
 color: #a28f61;
 width: 600px;
 float: left;
 height: 25px;
 background:#501214;
 vertical-align:middle;
}

#captionbar p{
 color: #dcd19d;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 padding-right:10px;
 padding-top:6px;
 padding-bottom:4px;
 text-align:right;
}



/* ie only*/
* html #captionbar p{
 color: #dcd19d;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 text-align:right;
}





/*nav column layout control*/

#inthisissue { 
padding:10px;
}

#leftcolumn { 
 color: #000000;
 background: #f3f4e0;
 width: 180px;
 float: left;

}

#logo { 
 color: #000000;
 background: #f3f4e0;
 width: 180px;
 float: left;
 padding-top:25px;
 position: absolute;
 bottom: 70px;
 left: 0;
}



/*link state control*/
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #836C31;
}
a:visited {
	color: #836C31;
	text-decoration: none;
}
a:hover {
	color: #836C31;
	text-decoration: underline;
}
a:active {
	color: #836C31;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	}
	
/*link UL control*/
	
	
#navlink{
	margin: 0px;
	color:#501214;
	padding-left:35px;
}

#navlink li{
margin-top: 1em;
list-style:disc; }


#navlink a {
	font-family: Arial, Helvetica, sans-serif;
	color: #501214;
}
#navlink a:visited {
	color: #501214;
	text-decoration: none;
}
#navlink a:hover {
	color: #501214;
	text-decoration: underline;
}
#navlink a:active {
	color: #501214;
	text-decoration: none;
}
#navlink a:link {
	text-decoration: none;
	}







/*footer layout control*/
#footer { 
 width: 600px;
 height: 60px;
 clear: both;
 color: #dcd19d;
 background: #501214;
 text-align:center;
 padding-top:10px;
}


#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #dcd19d;
}
#footer a:visited {
	color: #dcd19d;
	text-decoration: underline;
}
#footer a:hover {
	color: #dcd19d;
	text-decoration: underline;
}
#footer a:active {
	color: #dcd19d;
	text-decoration: underline;
}
#footer a:link {
	text-decoration: underline;
	}



/* text wrap control*/
img.go_left {
	float: left;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 2px;
	margin-left: 2px;
}
img.go_right {
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 20px;
}

