@media print 
{
  #navigation {
    visibility: hidden;
    display: none;
  }
  #page_print	{	
  				display: visible;
  				}
  .print_text	{
  				color: #000;
  				}				  				
}


/* BASICS */
body {  
	color: #000; 
	background: #DCDCDC url("../images/grey_bgr.gif"); 
	margin: 0px;
	border: 0px none;
	padding: 0px;
	text-align: center; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:16pt; 
	font-size:9pt; font-family:verdana, Arial
	}
p { 
	font: 9pt/16pt Georgia, Times New Roman, Times, serif;
	margin-top: 0px; 
	text-align: left;
	color: #010E22;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #A8A439;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6D7134;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #010E22;
	}
	
h3 { 
	text-align: left;
	line-height:2.0em; 
	margin-bottom: 0px; 
	}
	
/* LAYOUT */

#container { 
	background-position: top left; text-align: left;
	position: relative;
	margin: 10px auto;
	border: 5px solid #778899;
	padding: 0px;
	width: 740px; 
	voice-family: "\"}\"";
	voice-family: inherit; 
	background-color:#fff; 
	background-repeat:no-repeat; 
	background-attachment:scroll
	}
html>body #container {
	width: 740px;
}

/* CONTENT */

#page_content { 
	border:1px solid #FFF; 
	width: 500px;
	background: #FFF; 
	margin-left:200px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding-left:10px; 
	padding-right:10px; 
	padding-top:0px; 
	padding-bottom:0px;
	margin-bottom: 40px;
	}
	
/* FOOTER */
#footer { 
	position: absolute;
	bottom: 10px;
	right: 50px;
	
	}
#footer a:link, #footer a:visited { 
	margin-right: 10px; 
	}	
	
.date {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:9px;
	color:"#999999";
	text-align:right;
	padding-right:5px;
	font-style: italic
	}		

/*  ---------The following styles are for the left navigation  ----------- */
		
#navigation {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 160px;
	height: 290px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: ;
	background-position: 0 0;
	background-repeat:no-repeat;
	z-index:20
	}

#navigation ul {
		list-style: none;
		margin: 0;
		padding: ;
		border: none;
		}
		
#navigation li {
		border-bottom: 1px solid #FFF;
		text-align: center;
		margin: 0px;
		width: 160px;
		height:20px;
		background-color: #000;
		}
#navigation li.white	{
		border-top: 1px solid #FFF;
		}		

#navigation li a {
		display: block;
		padding: 4px;
		background-image:url(../../../roman/images);
		background-repeat: no-repeat;
		background-color: #4682B4;
		color: #fff;
		font-weight:bold;
		text-decoration: none;
		width: 160px;
		}

html>body #navigation li a {
		width: auto;
		}

#navigation li a:hover {

		background-color: #DCDCDC;
		color: #596693;
		font-size: 11px;
		text-decoration: none;
		font-weight:bold
		}
/*  ---------The following styles are for the H.O.A.C.P.A. name  ----------- */

.heart {
	font-family:  Arial, Verdana, "Times New Roman", Times, serif;
	font-size:20px;
	color:#FFFFFF;
	font-weight: bold;
	font-style:italic;
	font-variant:small-caps;
}

.cp {
	font-family: "Eurostar Black Extended", Tahoma, Arial Narrow, "Impact", "Times New Roman", Times, serif;
	font-size:2.5em;
	font-weight: bold;
	font-style:;
	color:#FFF;
	font-variant:small-caps
	}

.assoc {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: bold;
	color:#FFF;
	font-style:italic;
	font-variant:small-caps;
}	

/*  ---------The following styles are for the H.O.A.C.P.A. name  ----------- */

#copyright	{
			font-family: verdana; 
			color: #000000; 
			font-size: 10px;
			padding-top:0px;
			text-align:center;
			 }

#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: #FF0000; font-size: 10px; text-decoration:none;}			

/*  ---------The following styles are misc. junk  ----------- */
.box_color		{
				color:#07429C;
				font-weight:normal;
				background-color:#DEDEDE;
				}

.formstyle		{
				background-color:;
				border: 1px solid #000
				}
