
a:link, a:visited		{color: #120A8F;
				border: 0px;
				}
a:hover	{color: red;}
a:active	{text-decoration: none}

body	{	background-color: #000000;
			color: white;
			}
			
h1		{text-align:center;
		color: white;
		margin:  -20px 0px 0px 0px;
		font-family: helvetica;
		}

h2		{ text-align: center;
		  margin: 0.5em;
		font-family: helvetica;
		}
		
h3		{text-align:center;
		color: white;
		font-family: helvetica;
		}
		
h4		{margin: 0.25em;
		font-size:13px;
		color: #CC0000
		}

h5		{font-size:13px;
		color: #000000
		}
		
#wholepage {		width:1024px;
				margin: auto;
				background-color: #000000;
				}
				
#menu	{float: left;
		}

#menu h6	{ text-align: left;
			width:  150px;
			font-size:12px;
			color: white;
			margin: 30px 3px 0px 10px;
			padding: 0;
			}

/*-- Begin Calendar Area -- */			
#volform  {	float:left;
			width: 990px;
			margin:  20px 24px 0px 0px;
			background-color: #000000;}		


/* -- Calendar start -- */
	tr.month	{font-family: helvetica;
			color: #F6F6F6;
			background-color: #8B0000;
			text-align:center;
			font-size:20px;
			font-weight: bold;

			}

	tr.dow	{font-family: helvetica;
			color: #F6F6F6;
			background-color: #8B0000;
			text-align:center;

			}	

	
	tr.body	{font-family: helvetica;
			color: #000;
			background-color: #EEE9E9;
			text-align:left;
			
						}

	
	.committee	{margin: 50px 0px 0px 0px;}
	
	tr.committee	{font-family: helvetica;
				color: #F6F6F6;
				background-color: #8B0000;
				text-align:center;
				font-weight: bold;
				vertical-align: top;
				}
				
	td.month { height: 70px;
			padding: 10px;
			border: 1px solid #8B0000;
			}
	
	td.dow	{text-align:center;
			font-size: 13px;
			width: 14%;
			padding:  5px;
			border: 1px solid #8B0000;
			}
		
	td.body	{height: 50px;
			font-weight: bold;
			border: 1px solid #8B0000;
			width:  330px;
			}

	td.header	{height: 190px;
				font-size: 18px;
				font-weight: bold;
				border: 1px solid #8B0000;
				width:  330px;
				text-align:center;
				}



/*--  end calendar -- */



.checklist		{font-size:  12px;
			text-align: left;
			margin: 10px 30px 5px 5px;
			}
			
.list			{list-style:none;
			text-align: left;
			margin: 10px 30px 5px 25px;
			}

.underline		{text-decoration:underline;
			}
	
/*-- footer start -- */
	#footer {   width: 1000px;
			float: left; 
			margin: 55px 0px 0px 0px;
			padding: 2px 3px 0.0px 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight:normal;
			color:  #989898;
			font-size: 10px;
			}
			
	#footer a {	text-decoration: underline;
				color:  #989898;
			}	
				
	#footer hr {  	width: 100%; color: #8B0000;
				margin: 0 0 5px 0;
				background-color: #8B0000;
				height:1px; 
				border:none;
			}
			
	.timestamp {	float: left;
				width:  475px;
				margin:  0px 0px 0px 0px;	
				text-align:center;
				font-family: Arial, Helvetica, sans-serif;
				font-weight:normal;
				font-size: 10px;
				color:  #989898;
				margin: 5px 0px 0px 0px;
			}
						
	.timestamp img	{	margin: 0% 0% 0% 27%;
					}			
			
	.timestamp a	{	text-decoration: underline;
				}
						
	#lcopyright {  	width: 265px; 
				margin: 0px 0px 0px 0px;
				  float: left;
			  }
								  
	#lcopyright p {   margin:  0px 3px 5px 3px;
				   text-align: left;
				   line-height: 15px;
				   }
			
	#rcopyright { 	width: 250px;  
				margin:  0px 3px 0px 3px;
				 float: right;
			}
								  
	#rcopyright p {	margin:  0px 3px 15px 3px;
					 text-align: right;
					 line-height: 15px;
					}
			
/*-- footer end -- */


			
	
  @media print 	{
  				#calendar {margin:  0% 20% 0% 0%;}
  				h1 {display:none;}
  				#menu {display:none;}
 				#footer {display:none;}
				.timestamp  {display:none;}
				}	
				

