/*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*/	
}  


.maintable {
	width: 1100px;  /*was 885*/
}


.tableheader {
    width: 1100px;  /*was 885*/
}

.tablesubheader {
	width: 1100px;  /*was 885*/
	height: 15px;
}

.banner {
	width: 885px; /*was 585*/
	text-align: center;
	font-style: bold;	
}


.montage {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px;
	border-color: black;
	border-style: solid;
	vertical-align: middle;
}

.topmenu {
		text-align:center;  /* added to replace style="text-align:left" in 6.2.0 */
}

    
* #tngnav a {
    font: 10px arial, helvetica, sans-serif;
 } *
	 
.indexphoto {
    margin-left: 30px;
	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 */
}

