@charset "UTF-8";
/* CSS Document */

<style type="text/css"> 
/*A:link { color: #ffffff;}
A:visited { color: #e0ded8;}
A:active {text-decoration: none}
A:hover {
	text-decoration: underline overline;
	color:#697f90;
	text-align: center;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font: 100% helvetica, Arial, trebechet, sans-serif;
	font-family: 'Mr+De+Haviland', cursive;
	
	background-color:#FFFFFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	
}
#input {width: 300px;}
#img
{
border: 0px;
}

 #container {
	width: 953px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dotted #666666;
	/*padding: 20px;*/
	z-index: 1;
	text-align: right;
	font-family: Mr+De+Haviland, cursive;	/*text-align: left; /* this overrides the text-align: center on the body element. */
} 


 #header {
	font-size: 36%;	
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	h1 { font-family: ‘'Mr+De+Haviland', cursive; Arial, serif; font-weight: 400; }
	font-size: large;
	background-image:url(images/patternforfreenance.gif)
	color: #FFF;
	background-image: url(images/patternforfreenance.gif);
	color: #FFF;	
}

 #maincontent {
	z-index: 3;
	padding: 5px 5px 5px  5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #697f90;
	zoom: 1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #697f90;
	border-right-color: #697f90;
	border-bottom-color: #697f90;
	border-left-color: #697f90;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
} 
#mainContent #frmRegister input.text:focus, #mainContent #frmRegister text area: focus

 #footer { 
	padding: 5px 5px 5px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footerimage.png)
	color: #FFF;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(file:///Macintosh%20HD/Users/nancymorlino/Downloads/images/patternforfreenance.gif);
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}


 #container #maincontent h2 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
}
 #container #maincontent p {
	text-align: left;
	padding-left: 55px;
	padding-right: 55px;
	font-family: helvetica, Arial, trebechet, sans-serif;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #697f90;
	border-right-color: #697f90;
	border-bottom-color: #697f90;
	border-left-color: #697f90;
	font-size: medium;
}

@font-face {
    font-family: 'BebasRegular';
    src: url('file:///Macintosh HD/Users/nancymorlino/Downloads/BEBAS___-webfont.eot');
    src: url('file:///Macintosh HD/Users/nancymorlino/Downloads/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
url('file:///Macintosh HD/Users/nancymorlino/Downloads/BEBAS___-webfont.woff') format('woff'),
url('file:///Macintosh HD/Users/nancymorlino/Downloads/BEBAS___-webfont.ttf') format('truetype'),
url('file:///Macintosh HD/Users/nancymorlino/Downloads/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

</style>
