/* this file is used for the main content pages i.e. index, info, dens . . .  */

/* Anchor Tags */
   A:link{
   	color: #FFD700;
      text-decoration: none;
         border: none;
         }

	A:visited{
	   color: #FFD700;
		text-decoration: none;
		border: none;
	}
	A:active{
		text-decoration: none;
		border: none;
		color: #FFD700; 
	}
	A:hover{
		color: #DC143C;
		background-color: Gray;
		text-decoration: none;
		border: none;
	}
	
	
.Menu{	 
   float: left; 
	width: 20%; 
	background-color: #D2B48C;
	height: auto;
}

.basic{
	background-color: #0165A0;
}
/* Headers */
H1, H2{
	padding-left: 10px;
}
H1.locate{
   text-align: center; 
	font-family: "Wide Latin";
	font-size: 40px;
	color: #0165A0;
	}
H1.blue{
	text-align: center; 
	font-family: "Wide Latin";
	font-size: 60px;
	color: #0165A0;
}
H1.gold{
	text-align: center;
	font-family: Wide Latin;
	font-size: 60px;
	color: #FFD51F;	
}
H1.main{
	color: #FFD51F;
}
H1.Short{
	color: #FFD51F;
	font-size: 40px;
   font-style: italic;
	text-align: center;
	text-decoration: underline;
}
H2.main{
	font-style: italic; 
	padding-top: 10px;
}
H3.shift{
	padding-left: 30px;
   color: #D2B48C;
}
/* Paragrah */
p.readable{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 16px;
	padding-left: 60px;
	padding-right: 200px;
	color: White;
	font-weight: bold;
}
p.readable2{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 16px;
	padding-left: 60px;
	padding-right: 60px;
	color: White;
	font-weight: bold;
}
/* Table declarations */
Table{
	background-color: #D2B48C;
	width: 100%;
	padding-bottom: 30px;
}
table.p{
	background-color: White;
	}
td.menu{
	background-color: #D2B48C;
	width: 83px;
	/*text-align: left;*/
	vertical-align: top;
	}
td.main{
   colspan="250";
   background-color: #0165A0;
   padding-bottom: 30px;
}
td.top{
	vertical-align: top;
}
td.bottom{
	vertical-align: bottom;
}
td.cent{
	text-align: center;
}
td.centmain{
	text-align: center;
	background-color: #0165A0;
}
td.leftmain{
	text-align: left;
	background-color: #0165A0;
}
td.borderc{
	vertical-align: top;
	text-align: center;
	border-bottom: thin solid Black;
	border-right: thin solid Black;
	font-family: Arial;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	}
td.borderl{
	vertical-align: top;
	text-align: left;
	border-bottom: thin solid Black;
	border-right: thin solid Black;
	font-family: Arial;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 3px;
	}
.border2{
	border-bottom: medium double Black;
	border-bottom-width: medium;
	padding: 0 0;
	}

/* Iimages */
#Honor{
	background: url(OnMyHonor2.gif);
	background-color: #D2B48C;
	background-position: top;
}
li.large{
	font-family: "Microsoft Sans Serif";
}
table.month{
	
	/*align="center" width="550" cellpadding="3" cellspacing="1" border="2" bgcolor="#ffffff" */
	width: 550px;
	background-color: transparent;
	border: 1px solid Black;
	empty-cells: show;
	border-spacing: 2px;
}
td.month_name {
	text-align: center;
	font-family: "@Arial Unicode MS";
	border: 1px solid Black;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
td.day_width{
	width: 78px;
	text-align: center;
	font-size: 12px;
	font-family: serif;
	font-weight: bolder;
	border: 2px solid Black;
	background-color: transparent;
}
td.day_cell{
	width: 78px;
	text-align: left;
	font-size: 12px;
	font-family: serif;
	font-weight: bolder;
	border: 1px double Black;
	vertical-align: top;
	height: 60px;
}
p.day_text{
	
	/* text-align: right; */
	line-height: 10px;
	font-size: 8px;
	font-family: sans-serif;
	padding-top: 0px;
	vertical-align: top;
	margin-top: 0;
}
