body {
		 /* page margins 
		 margin-top: 0px;
		 margin-right: 0px;
		 margin-bottom: 0px;
		 margin-left: 0px;*/
		 /*font: 20px arial;
		 /* font-size: 14px; */
		 /*font: 16px arial;*/ 
		 color: black;
		background-image: url("images/mygrid.gif");
}

a:link {text-decoration: none; color: blue;}
a:active {text-decoration: none; color: red;}
a:visited {text-decoration: none; color: blue;}
a:hover {text-decoration: underline; color: red;}


/***********************************************/
/*            HEADER Options                   */
/***********************************************/
TABLE.site_header {
    width: 100%;
}

TD.site_header {
		text-align: center;		
}
span.site_title {
    font: 40px arial;
}
span.LCS {
    font: 20px arial;
}

TABLE.nav_menu_item {
    /*width: 100%;*/
    /*background: gray;*/
}

TABLE.main {
		width: 775px;
}


TD.right {text-align:center;}
TD.top {
			 /*vertical-align:top;*/
			 
		/* testing delete!! */
		 border-top: 1px #ccc solid; 
		 border-left: 1px #ccc solid;		 		 
		 border-right: 1px #ccc solid; 
		 border-bottom: 1px #ccc solid;		
			 
}
TD.nav_menu {
		font: 12px arial;
		/*font-style: italic;*/
		vertical-align: top;
		/*text-align: center;*/
		/*width: 25%;*/
		background:#CCCCCC;
}
TD.nav_menu_item {
		 /* background-color: gray; */
		 text-align: center;
		 border-top: 1px #ccc solid; 
		 border-left: 1px #ccc solid;		 		 
		 border-right: 1px #ccc solid; 
		 border-bottom: 1px #ccc solid;
		 background-color: white;
		 /*width: 100%;*/
}
TD.nav_menu_item_selected {
		 /* background-color: gray; */
		 text-align: center;
		 font: bold;
		 border-top: 1px #ccc solid; 
		 border-left: 1px #ccc solid;		 		 
		 border-right: 1px #ccc solid; 
		 border-bottom: 1px #ccc solid;
		 background-color: #ddffdd;
		 /*width: 100%;*/
}
