/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* added for emphasis - used by Private Flag mod - Ken Roy */
.greenemphasis {
  font-weight: bold;
  color: green;
  }
/* added for emphasis - used by Living Flag mod - Ken Roy */
.emphasis {
  font-weight: bold;
  color: blue;
  }

/* added for emphasis - used by Living Flag mod - Ken Roy */
.emphasis {
  font-style: bold;
  color: green;
  }

*.leftcontent {
	width: 450px; /*was 410*/
}  

.montage {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px;
	border-color: black;
	border-style: solid;
	vertical-align: middle;
}
    
* #tngnav a {
    font: 10px arial, helvetica, sans-serif;
 } *
	 
.indexphoto {
	margin-right: 30px;
}

.indexbox {
	margin-right : 40px;
	margin-left : 40px;
}

.rightcontent {
	text-align: center;
	margin-right: 10px;
	padding : 5px 10px 5px 10px;   /* top right bottom left */
}
