<style type="text/css"> 
/* 830417 - 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
   d79ea7 - light rose bkgd
   f9f3f4 - footer bkgd
   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:14px;
	color: #000;
} 
#header {
	height:230px;
	padding: 0;  /* 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. */
	margin: 0;
} 
#right {
	float:right;
	color: #5c0b08;
	text-align:center;
	width:210px;
	line-height:1.8em;
	padding: 10px;
	margin:50px 5px 20px 10px;
	border:#d9aab0 4px double;
}

#content {
	background-image:url(../images/dotsVertical.gif);
	background-position:top left;
	background-repeat:repeat-y;
	margin: 20px 230px 20px 200px; /* the left margin will look best if you match the padding amount to the header and footer. */
	padding: 10px 20px 10px 40px;
	line-height: 1.5em;
	font-family:Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	width:450px;
} 
#content p {
	text-indent: 2em;
}
#contentLibrary {
	background-image:url(../images/dotsVertical.gif);
	background-position:top left;
	background-repeat:repeat-y;
	margin: 20px 20px 20px 200px; /* the left margin will look best if you match the padding amount to the header and footer. */
	padding: 10px 0px 10px 40px;
	line-height: 1.5em;
	font-family:Verdana, Tahoma, Geneva, Helvetica, sans-serif;
	width:660px;
} 
#left {
	float:left;
	background-image:url(../Images/bkgdLeft.jpg);
	background-repeat:no-repeat;
	background-color: none;
	color: #000;
	text-align:left;
	font-weight: bold;
	width: 190px; /* since this element is floated, a width must be given */
	margin: 35px 0 0 3px;
	padding: 25px 7px; /* top and bottom padding create visual space within this div */
}
#nav {
	padding:0;
	margin: 0;
}
.testimonialsText {
	font-style:normal;
	font-weight: 500;
	font-variant:normal;
	font-size:12px;
	padding: 5px 10px;
	text-indent: 25px;
}
.testimonials {
	font-style: italic;
	font-stretch:expanded;
	font-size:12px;
	font-weight:600;
	color: #830417;
}
.noIndent {
	text-indent: none;
}
.date {
	text-indent:2em;
	padding: -10px 20px;
	margin: 0;
	color:#999;
	font-size:10px;
}
.library {
	font-style: italic;
	font-stretch:expanded;
	font-size:12px;
	font-weight:600;
	color: #830417;
}
.libraryText {
	font-style:normal;
	font-weight: 500;
	font-variant:normal;
	font-size:12px;
	padding: 5px 10px;
	text-indent: 25px;
}
.libraryImg {
	padding: 10px 20px 10px 10px;
}
#footer {
	padding: 4px 0;
	margin: 4px 2px 0 2px;
	background:#f9f3f4;
	border-top: #5c0b08 2px ridge;
	color:#830417;
	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;
}

/* navigation styles */ 
#left ul {
	list-style:none;
	padding:0;
	margin:0 2px 0 0;
	border:0;
	color: #efefef;
	display:block;
	line-height: 1.6em;
}
#left ul li a:link, #left ul li a:visited {
	list-style:none;
	color: #830417;
	text-align:left;
	text-decoration:none;
	font-stretch:semi-expanded;
	font-size: 100%;
	font-weight:bold;
	display:block;
	border-bottom: 1px solid #000;
	line-height: 1.6em;
	padding: .4em .8em .4em .8em;
	margin:0 2px 0 0;
}

#left ul li a:hover, #left ul li a:active {
	color: #ede7e87;
	background-color: #d79ea7;
	display:block;
	border-bottom: 1px solid #c4c8ca;
	line-height: 1.6em;
	padding: .4em .8em .4em .8em;
	margin:0;
	text-decoration:none;
} 
/* contact form */ 
.form {
	margin: 0 20px 20px 0;
	width: 450px;
}
.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:#d5a2a9 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;
	outline-color: #000;
}
	
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;
	font-size:17px;
	margin:0 0 10px 0;
	padding:0;
	color:#533207; /* dark brown */
}
h2 {
	font-variant:small-caps;
	font-weight:bold;
	color:#533207; /* dark brown */
	font-size:15px;
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
}

h3 {
	font-variant:normal;
	font-stretch:expanded;
	font-style:italic;
	font-weight:bold;
	color:#5c0b08; /* burgundy */
	font-size:13px;
	margin:0 0 5px 0;
	padding:0;
}
h4 {
	font-variant:small-caps;
	font-weight:bold;
	color:#5c0b08; /* burgundy */
	font-size:12px;
	margin:0 0 10px 0;
	padding:0;
}
h5 {
	font-variant:small-caps;
	font-stretch:expanded;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	color:#5c0b08; /* burgundy */
	font-size:13px;
	margin:0 0 5px 0;
	padding:0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	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]

