
/*The following do not effect the NAV bar*/
/* A:link   {color: blue;	text-decoration: underline;}
A:visited {color: blue; 	text-decoration: underline;}
A:active  {	color: Black;	text-decoration: none;	}
A:hover   {	color: #0000ff;		text-decoration: underline;		background-color :#FFFF66;}
*/
.footer{
	text-align : center;
	font-size : smaller;
	color : black;
	}

.admindiv	{
		position:	absolute;
		top:		0;
		left:		0;
		width:		1;
		line-height:		1;
		z-index:	1;
		}

.siteTitle{
	font-weight : bold;	
	white-space: nowrap;

}

.flagCell{ text-align: right;  }

#div_box_center{
	text-decoration: none;
	border: 1px solid #CC3366;
	display: block;
	width: auto; 

	padding: 1px 4px;
	margin: 7px;
	text-align : center;
}

#div_box_tight{
	text-decoration: none;
	border: 1px solid #004A7B;
	display: block;
	width: 10; /*makes box small as possible*/
	margin: 2px;	
}


#div_box, p.box{
	text-decoration: none;
	border: 1px solid #004A7B;
	display: block;
	width: auto; 

	padding: 1px 4px;
	margin: 7px;
	text-align : justify;
}

p.site_box{
border: 2px solid #FFFF66;
	display: block;
		padding: 1px 0px;
}	
