/*
-----------------------------------------------
Versailles Building Style Sheet

Author:   Brian J. Bonislawsky | www.versaillesbuilding.com
Version:  2009.02
----------------------------------------------- */
html {
	min-height: 0 auto;
	height: 0 auto;
	width: 100%;
	}

body {
	margin: 0;
	padding: 0;
	min-height: 0 auto;
	height: 0 auto;
	width: 100%;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: BLACK;
	background: #7799b2 url(images/blueback.jpg) top repeat-x;
	}

p {
	margin: 0;
	padding: 1em 0 0; 
	line-height: 140%;
	}	
	
a img {
	border: none;
	}	

a {
	color: #007dc6;
	text-decoration: none;
	}	

a:hover {
	color: #38536d;
	}

.copyright {
	margin-top: 15px;
	padding: 0;
	color: #38536d;
	font-size: .84em;
    font-weight: bold;
	text-transform: uppercase;
	}

.header {
	margin: 0px;
	padding: 0;
	font-size:12px;
    font-weight: bold;
    text-decoration: underline;
    color: #007dc6;
	text-transform: uppercase;
	}

.notes {
	color: #007dc6;
	font-size: 10px;
	}

	
/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		