<style type="text/css"> 
/* 5c0b08 - burgundy
   069 - blue
   f9f9e3 - yellowish bkgd
   fefefe - off-white
   d5daf7 - light blue
   dee8f5 - very light blue
   e6eaef - light blueish gray
   c4c8ca - gray
   e7d2b3 - tan
   f6e9d5 - lighter tan
   d6c6c4 - light rose
   533207 - dark brown
*/     
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;
	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 */
	text-decoration: none;
	line-height: 2em;
}
#container {
	width:980px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #f9f9e3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #5c0b08;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	font-size:90%;
	color: #000;
} 
#header {
	height:312px;
	padding: 0;  
	margin: 0;
} 

#middle {
	margin: -60px 0 20px 0; 
	padding: 0;
	width: 980px;
}
#left {
	float:left;
	color: #000;
	text-align:right;
	font-weight: bold;
	width: 190px; 
	margin: 60px 0 0 0;
	padding: 20px 10px 0 0; 
}
#date {
	color: #5c0b08;
	text-align:center;
	line-height:1.6em;
	padding: 10px 3px;
	margin: 20px 5px;
	width: 185px;
	font-size: 10.5px;
	background: #f6e9d5;
	border-bottom:#5c0b08 2px inset;
	border-top:#5c0b08 2px inset;
}
#weather {
	text-align:center;
	padding: 5px 3px;
	margin: 5px;
	width: 185px;
}
#right {
	float: right;
	text-align:center;
	width: 190px; 
	margin: 0;
	padding: 0;
}
#name {
	color: #5cobo8;
	margin: 0 0 5px 0;
	padding: 2em .5em 1em .5em; 
	border-bottom:#5c0b08 2px inset;
}
#quickLinks {
	margin: 5px 0 0 0;
	padding: 2em .5em 1em .8em; 
	border-left:#5c0b08 2px inset;
	border-bottom:#5c0b08 2px inset;
	border-top:#5c0b08 2px inset;
}
#content {
	border-left: dotted;
	margin: 60px 10px 0 200px; 
	padding: 10px 10px 0 20px;
	width: 500px;
	line-height: 1.5em;
	font-family:Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	font-size:90%;
} 
#content p {
	text-indent: 2em;
}
.noBorder {
	border: 0;
}
.samples {
	font-style:italic;
	font-weight: bold;
	font-variant:small-caps;
	font-size:110%;
	text-align:center;
	padding: 20px 10px 0 10px;
}
.testimonials {
	font-style: italic;
	font-stretch:expanded;
	font-variant:small-caps;
	font-weight:600;
	font-size:11px;
}
#footer {
	padding: 4px;
	margin: 4px 2px;
	background:#e6eaef;
	border-top: #5c0b08 2px ridge;
	color:#533207;
	font-style:normal;
	font-weight:bold;
	font-size:10px;
    line-height:1em;
	text-align:center;
}
#quickLinks p {
    padding: 10px 5px 0 5px;
    margin: 0;
}
#footer p {
    padding: 5px;
    margin: 0;
}
#meter {
	float: left;
	padding:0;
	margin:0  0 10px 0;
}
/* navigation styles */ 
#left ul {
	list-style:none;
	padding:0;
	margin: 0 0 10px 0;
	border:0;
	color: #069;
	display:block;
}
#left ul a:link, #left ul a:visited {
	list-style:none;
	color: #069;
	text-align:left;
	text-decoration:none;
	font-stretch:semi-expanded;
	font-size: 100%;
	font-weight:bold;
	display:block;
	border-bottom: 1px solid #c4c8ca;
	line-height: 1em;
	padding: .4em .4em .4em 1.5em;
	margin:0;
}
#left li.active a:link, {
	list-style:none;
	color: #069;
	margin:0;
	text-decoration:underline;
}
#left ul a:hover {
	color: #533207;
	background-color: #dee8f5;
	display:block;
	border-bottom: 1px solid #c4c8ca;
	line-height: 1em;
	padding: .4em .4em .4em 1.5em;
	margin:0;
	text-decoration:underline;
} 
/* contact form */ 
.form {
	margin: 0 20px;
}
.confirmation {
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:100%;
	line-height:2em;
}
.confirmation a, .confirmation a:visited {
	color:#069;
	font-size:90%;
}
.special {
	color:#C00;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:110%;
}
.button {
	border:#069 3px solid;
}
/* Miscellaneous classes for reuse */

.noPad {
	padding:0;
	margin:0;
}
.smallPadTop {
	padding:8px 0 20px 0;
	margin:0;
}
.imgRight {
	float:right;
}
.imgLeft {
	float:left;
	margin: 1em 1em 1em .3em;
	padding:0;
	text-indent:0;
	border: 5px #77b496 outset;
}
.indent {
	text-indent:2em;
}
.noBottomBorder {
	border-bottom:0;
}

.pricing {
	padding:0;
	margin:0 0 0 1.3em;
	width: 39em;
	color:#533207;
	text-align:left;
}
.hr {
	width:65%;
	height:2px;
	color:#5c0b08;
	border-style:inset;
	padding-left:30px;
}
	
a {
	text-decoration:none;
	color:#069;
}
a:visited {
	text-decoration:none;
	color:#069;
}
a:hover {
	text-decoration:underline;
	color:#5c0b08;
}
ul {
	list-style:none;
	border: 0;
	padding: 0;
	}
#content ol {
	padding: 0 0 0 2em;
	margin: -15px 0 10px 2em;
}
#content li {
	list-style:decimal;
}

li a {
	list-style:none;
	padding: 0;
	color:#069;
}
li a:visited {
	list-style:none;
}
li a:hover {
	text-decoration:underline;
	color: #533207; /* dark brown */
}
li a:active {
	text-decoration:underline;
}
h1 {
	font-variant:small-caps;
	font-weight:bold;
	color:#069;
	font-size:120%;
	text-indent:2em;
	margin:0;
	padding:0;
}
h2 {
	font-variant:small-caps;
	font-weight:bold;
	color:#533207; /* dark brown */
	font-size:120%;
	text-indent:2em;
	margin:0;
	padding:0;
}

h3 {
	font-variant:small-caps;
	font-weight:bold;
	color:#5c0b08; /* burgundy */
	font-size:100%;
	margin:0;
	padding:0;
}
h4 {
	font-variant:small-caps;
	font-weight:bold;
	color:#5c0b08; /* burgundy */
	font-size:90%;
	margin:0 0 20px 0;
	padding:0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRtHdr #sidebar1 { padding-top: 30px; }
.twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
