/*  ***************************************************************************
     * Linked Stye Sheet for www.eRegala.com	   	                					   *
     * filename: eRegala.css 		NN 4.7 support tested    					          *
     * Evelyn Regala Computer Technology Services and Web Design    *
     * At: http://www.eRegala.com       webmaster@eregala.com                  *
     *  Copyright 14 Feb 2003 All Rights Reserved                                          *
	 ***************************************************************************/

body
	{
		background:White;
		color:navy;
		font:100% Arial,Helvetica,sans-serif;
		margin:0px;
		padding:0px;
	}
:visited
	{
		color:#79799E;
	}
:active	
	{
		color:#cc0033;
	}
a:hover
	{
		color:#CC0033;
	}
#top
	{
		top: 0em;
		left: 1px;
		padding: 1em 2em 1em 1em;
		position: relative;
		height: 100%;	
	}
#titlebox
	{
		border:4px solid #0000cd;
		height:9em;
		left: .5em;
		right:10em;
		padding:1em;
		position:absolute;
		margin: 0em;
		z-index : 1;
		color: Navy;
		font-family: Arial, Helvetica, sans-serif;
	}
.title-name
	{
		font-size:120%;
	}
.title
	{
		font-size:150%;
		font-weight:bold;
	}
.logo-text
	{
		color:#cc0033;
		font-weight:bold;
	}
.right
	{
		float:right;
	}
#middle
	{
		background: white;/*so overlapped border won't show through*/
		color: navy; /*paired with background*/
		border:4px solid #0000CD;
		left:11.5em;
		top: 10em;
		padding: 5px 8px 0em 8px;
		position: relative;
 		z-index : 2;
		margin-right: 10.5em;
		margin-bottom: 0em;
		font-family: Arial, Helvetica, sans-serif;
	}
#button
	{
		border: 3px double #0000CD;
		margin: 0em ;
		padding: .5em;
		width: 12em;
		color: #FFFFFF;
		background: #0000CD;
		font:  97% Arial,Helvetica,sans-serif;
		position: absolute;	
		top:16em;
	}	
#button ul
	{
		list-style-type:none;
		margin:0px;
		padding:0px;	
	}
#button a
	{
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
	}
#content
	{
		margin-right: 0em;
		margin-top:27%;
		padding: 0;
		position: relative;
		z-index: 3;
		bottom: 0em;
		/*border:1px solid white;makes IE behave to show bottom-right div id as in NC7 
		and Opera.  Without this border IE drops the bottom-right div too far down the page*/
		font-size:100%;
		color:navy;
		font-family: Arial, Helvetica, sans-serif;
	}
#left-column
	{
		background:#E7F4F7;
		border:1px solid navy;
		color:navy;
		float: left;
		margin: 2em 1em 1em 0;
		padding:5px;
		position:relative;
		width:70%;
		z-index:1;
		font-family: Arial, Helvetica, sans-serif;
	}
.italic
	{
		font-style:italic;
	}
#right-column
	{
		background:#E7F4F7;
		border:1px solid Navy;
		color:navy;
		width:50%;
		float: right;
		padding:0px 5px 5px 5px;
		position: relative;
		margin-bottom : 10px;
		margin-top: -2.75em;
		margin-left: 0;
		margin-right: 0;
		font-family: Arial, Helvetica, sans-serif;
	}
#bottom-right
		{
		background:#E7F4F7;
		border:1px solid navy;
		color:Navy;
		margin-top:115%;
		margin-left:-25em;
		margin-right:-20em;
		width:auto;
		padding:10px;
		clear: both;
		font-family: Arial, Helvetica, sans-serif;
	}
.box
	{
		background:white;
		border:1px solid navy;
		color:navy;
		margin-top:1em;
		padding:1em;
		font-family: Arial, Helvetica, sans-serif;
	}
#footer
	{
		font-size:80%;
		padding-top: .5em;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
		color:navy;
	}
#copyright
	{
		font-size : 75%;
		text-align: center;
		margin : 1em 5em 0px 5em;
		padding : 0px;
		border-top-color : Silver;
		border-top-style : dotted;
		border-top-width : 1px;
		font-family: Arial, Helvetica, sans-serif;
		color:navy;
	}
.validation
	{
		padding-top: 2em;
		font-size:80%;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		color:navy;	
	}


