@media print 
{
  #navigation {
    visibility: hidden;
    display: none;
  }
  #page_print	{	
  				display: visible;
  				}
  .print_text	{
  				color: #000;
  				}				  				
}

body 	{ 
		font-family: verdana, Arial; 
		color: #000000;
		margin-top: 0;
		margin-left: 0;
		background-image: url("../images/vert_bar.jpg");
		background-position: 0 0;
		background-repeat:repeat-y
		}
		
p      	{ font-family: verdana, Arial; font-size: 12px; color: #000000 }

a:link    { font-family: verdana; color: #000}
a:visited { font-family: verdana; color: #000}
a:hover   { font-family: verdana; color: #C000C0; text-decoration:none}
a:active  {}
h2           { font-size: 18pt; color: #C000C0; text-align:left; font-family:Arial; font-weight:normal; margin-top: }           
h3           { font-size: 14pt; color: #FFF; text-align:left; font-family:Arial; font-weight:normal }
h4           { font-size: 12pt; color: #000000; text-align:left; font-family:Arial; font-weight:bold }
h5           { font-size: 14px; color: #FFF; text-align:center; font-family:"broadway"; font-weight:normal }


hr           {solid; height: 1px; color="#808080"; width="100%"}

.table_content 	{ font-family: verdana, Arial; font-size: 11px; color: #000000 }

/*  -------------------- The following styles are for the main page content  -------------------- */

#main		{
			position: absolute; 
			left: 175; 
			top: 165; 
			width: 575; 
			z-index: 8; 
			height: ; 
			border: 0px solid #FF0000; 
			padding: 0px
			}
			
#main ul {
		list-style: ;
		list-style-position: inside;
		margin: 0;
		padding: opx;
		border: none;
		font-family: verdana, Arial; 
		font-size: 12px; 
		color: #000000;
		margin-left: 5px;
		}
		
#main li {
		margin: 0px;
		}

#main li a {
		text-decoration: underline;
		}

html>body #main li a {
		width: auto;
		}

#main li a:hover {
		color: #FF0000;
		text-decoration: none;
		font-weight:normal;
		}			
			

/*  ---------The following styles are for the left navigation  ----------- */
		
#navigation {
	width: 157px;
	margin-bottom: 1em;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	background-color: #;
	padding-left:0; padding-right:0; padding-top:0; padding-bottom:1em;
	}
	
#navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#navigation li {

		margin: 0px;
		width: 157px;
		height:40px;

		}

#navigation li a {
		line-height: 2 ; 
		display: inline;
		border-left: 0px solid #000;
		border-right: 0px solid #508fc4;
		background-image: url("../images/purple_button2.jpg");
		background-repeat: no-repeat;
		background-color: #000;
		color: #fff;
		text-decoration: none;
		text-align:center;
		width: 157; padding-left:0em; padding-right:0px; padding-top:4px; padding-bottom:0px;
		height:40px
		}

html>body #navigation li a {
		width: 100%;
		}
#navigation li a:hover {
		border-left: 0px solid #000;
		border-right: 0px solid #5ba3e0;
		background-color: #000;
		text-decoration: none;
		color: #FFC0FF;
		font-weight:normal;
		text-align:center;
		}
		
		
/*  ---------The following styles are for the bottom navigation/copyright  ----------- */		
		
#conf_bottom		{
			position:relative; 
			left: ; 
			top: ; 
			width: 500; 
			z-index: 15; 
			height: ; 
			border: 0px solid #FF0000; 
			padding:5;
			text-align:center
			}

#conf_bottom	a 			{font-family: verdana; color: #000000; font-size: 11px; }
#conf_bottom	a:visited	{font-family: verdana; color: #000000; font-size: 11px;}
#conf_bottom	a:hover		{font-family: verdana; color: #C000C0; font-size: 11px; text-decoration:none;}

#copyright	{
			font-family: verdana; 
			color: #000000; 
			font-size: 10px;
			padding-top:7px;
			 }

#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: #C000C0; font-size: 10px; text-decoration:none;}
		

/*  ---------miscellaneous stuff below here  ----------- */
			
#feature	{
			background-image:url(../../../images/feature_back3.gif);
			background-repeat:repeat-x;
			background-color:#FFF;
			font-family: verdana, Arial; 
			font-size: 11px;
			line-height: 1.25 ; 
			color: #696969;
			font-weight:normal;
			border: 0px solid #8B0000;
			margin-top: 5px;
			padding-left: 110px;
			padding-right: 10px;
			float: right	
			}

.feature_title	{
			font-family: Arial; 
			font-size: 10pt; 
			color: #736D91;
			font-weight:bold;
			margin-left: 0px;	
			}	
			
.feature_title a:link  	{
			font-family: Arial; 
			font-size: 10pt; 
			color: #736D91;
			font-weight:bold;
			margin-left: 0px;	
			}
			
.feature_title a:visited  	
			{
			font-family: Arial; 
			font-size: 10pt; 
			color: #736D91;
			font-weight:bold;
			margin-left: 0px;
			}
.feature_title a:hover  	
			{
			font-family: Arial; 
			font-size: 10pt; 
			color: #C000C0;
			font-weight:bold;
			margin-left: 0px;	
			}							

			
/*  -------------------- The following styles are for the top header  -------------------- */

.top_graphic
			{
				background-image:url(../../../roman/css/WebHeader.jpg);
				background-position: 0 0;
				background-repeat:no-repeat;
				width:700;
				height:146px;
				float:left;
				padding-top: 5px
			}
			
.top_background			
			{
			background-image:url(../../../roman/css/horz_bar4.jpg);
			background-position: 0 0;
			background-repeat:repeat-x;
			width:;
			height:px;
			float:left;
			padding-top: 0px
			}
		
#page_print	{
			
			}
					
.print_text	{
			font-family: Arial; 
			font-size: 25px; 
			color: #FFF;
			}

/*  -------------------- styles for breadcrumbs  -------------------- */

#Bcrumbs	{
			position:absolute; 
			left:5px; 
			top:0px; 
			z-index:11;
			}

.bcrumb {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	text-decoration:underline;
}

a.bcrumb:link {
	color:#736D91;
	text-decoration:underline;
}

a.bcrumb:visited {
	color:#736D91;
	text-decoration:underline;
}

a.bcrumb:hover {
	color:#C000C0;
	text-decoration:none;
}

.bcrumbBgrnd {
	font-size:11px;
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
}

/*  -------------------- Form Button Styles  -------------------- */

.form_button
		{color: #CD5C5C; 
		background-color: #ADADAD;
		font-weight:bold;
		}
			
/*  ------- The following styles are for the bookmark at the top  ------ */

.bookmark	{
			font-family: verdana; 
			color: #000000; 
			font-size: 10px;
			padding-top :
			padding-left :
			}

.bookmark a				{font-family: verdana; color: #FFF; font-size: 10px; text-decoration:none;}
.bookmark a:visited		{font-family: verdana; color: #FFF; font-size: 10px; }
.bookmark a:hover		{font-family: verdana; color: #FF0000; font-size: 10px; text-decoration:underline;}





			
			
				
