@media print {
  #navigation {
    visibility: hidden;
    display: none;
  }
}

body {  
	color: #010E22; 
	background-image:  url("../images/red_grn_bgr2.gif"); 
	margin: 0px auto;
	border: 0px none;
	padding: 0px;
	text-align:center;
	line-height:16pt; 
	font-size:9pt; 
	font-family:Georgia, Times New Roman, Times, serif; 
	margin-right:auto; margin-left:auto
	}
p, li { font-family: Arial; font-size:1em; line-height:1.5em; color: #800000}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #800000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6D7134;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #00C000;
	}
	

/* LAYOUT */
#container { 
	text-align: left;
	position: relative;
	background: #FFFFF0;
	margin: 10px auto;
	border: 20px ridge #008000;
	padding: 5px auto;
	width: 750px
	}
html>body #container {
	width: 740px;
}

/*  ---------The following styles are for the header  ----------- */
#header	{
		position: ;
		background: #FFFFF0;
		padding-bottom: 5px;
		z-index:5;
		width: 100%;
		height:150px
		}
		
.custom	{
		font-family: Impact, Arial, verdana;
		font-size: 35px;
		color:#C7A507;
		font-style:italic;
		font-variant:;
		font-weight:bold
		}
		
.christmas	{
		font-family: Impact, Arial, verdana;
		font-size: 65px;
		color:#006400;
		font-style:italic;
		font-variant: ;
		font-weight:bold
		}		


/*  ---------The following styles are for the page content  ----------- */

#page_content { 
	border:0px solid #B2B9C4;
	z-index:30;
	width: 510px;
	top:150px;
	background: #FFFFF0; 
	margin-left:100px; 
	margin-top:10px; 
	margin-bottom:10px; 
	padding-left:10px; 
	padding-right:10px; 
	padding-bottom:10px
	}

#page_content h3 { 
			font-size: 1.5em; 
			line-height:;
			color:#006400; 
			text-align:left; 
			font-family:Arial; 
			font-weight:bold;
			font-variant:;
			font-family:Arial
			}

	
/* FOOTER */
#footer { 
	position: absolute;
	bottom: 5px;
	right: 50px;
	
	}
#footer a:link, #footer a:visited { 
	margin-right: 10px; 
	}	

.date {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:.8em;
	color:#8B0000;
	text-align:right;
	padding-right:5px;
	font-style:italic; 
}

/*  ---------The following styles are for the left navigation  ----------- */
		
#navigation {
	width: 150px;
	margin-bottom: 0em;
	font-family: Arial, Verdana, sans-serif;
	font-size: .9em;
	background-color: #8B0000;
	}
	
#navigation ul {
		list-style: none;
		margin: 0;
		padding:0;
		}
		
#navigation li {
		
		}
			
#navigation li a {
		display: inline;
		background-image:;
		background-repeat: no-repeat;
		background-color: #8B0000;
		color:#025A02;
		font-weight:bold;
		text-align:center;
		text-decoration: none;
		width: 150px; 
		padding-top:15px; 
		height:50px
		}


#navigation li a:hover {
		font-weight:bold;
		color:#C0C000;
		}
		
/*  ---------The following styles are for the top main navigation  ----------- */
		
#navcontainer	{
				position:absolute; 
				text-align: center;
				left:140; 
				top:133;  
				z-index:25 
				}		
ul#navlist	{
			margin-left: 0;
			padding-left: 0;
			white-space: nowrap;
			background-color:
			}
			
			/*  ---------Below is where you make the navigation display horizontally across the top using the display:inline selector  ----------- */
#navlist li		{
				display: inline;
				list-style-type: none;
				background-color:;
				font-size: 1.3em;
				width:100px;
				height:20px;
				text-align:center;
				margin-top:.5em;
				padding-right:15px
				}

#navlist a { padding: ; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: ;
text-decoration: none
}

#navlist a:hover
{
color: #ff0000;
background-color: ;
text-decoration: none;
font-weight:bold
}

		
/*  ---------The following styles are for the copyright  ----------- */		
#copyright	{
			background: #8B0000;
			font-family: verdana; 
			color: #F5F5F5; 
			font-size:.8em;
			padding-top:0px;
			width:400;			 }

#copyright a		{font-family: verdana; color: #000000; font-size: 10px; }
#copyright a:visited	{font-family: verdana; color: #000000; font-size: 10px;}
#copyright a:hover		{font-family: verdana; color: #0000FF; font-size: 10px; text-decoration:none;}

	
	
