body	{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 1em;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url("img/body-bg.jpg");
	background-color: #e6e1ed;
	}

em	{
	font-style: italic;
	}

strong	{
    	font-weight: bold;
	}

a	{
	color: #4e8628; /* green */
	text-decoration: none;
	border-bottom: dotted 1px #AAA;
	}

a:hover	{
	background-color: #7ac446;
	color: black;
	text-decoration: none;
	border-bottom: dotted 1px #AAA;
	}

a:visited {
	color: #4e8628; /* green */
	text-decoration: none;
	border-bottom: dotted 1px #AAA;
	}

/* Wrapper container for all other content. Sets the overall width of all content within body. */
#wrapper {
    	width: 100%;
    	margin:  0 auto;
	background-color: transparent;
	}

/* Banner Area */
#banner	{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: transparent;
	border: solid 1px black;
	border-left: none;
	border-right: none;
	background-image: url("img/bannerImage-bg.jpg");
	height: 310px;	/* Needs to be hardwired because there is no block element in #banner */
	background-repeat: no-repeat;
	background-position: center top;
	}

#banner a {
	border: none;
	text-decoration: none;
	background-color: transparent;	/* Works around IE8 problem with it expanding the height by 2px */
	}

#banner img {
    	border: none;
	}

#bannerPrint {
	display: none;
	}


/* Navbar */
#navbar	{
	margin: 0;
	padding: 0;
	height: 30px;
	width: 100%;
	background-image: url("img/nav-link-bg-purple.jpg");
	background-repeat: repeat-x;
	border: none;
	border-bottom: solid 1px black;
	clear: both;
	}

#navbarblock {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	line-height: 30px;
	font-size: .95em;
	text-align: center;
	}

#navbarblock ul	{
	margin: 0 .7em;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
	}

#navbarblock ul li {
	display: inline;
	position: relative;
	border: none;
	}

#navbarblock a {
	color: #fff;
	text-decoration: none;
	border: none;
	padding: 7px 6px 7px 6px;
	}

#navbarblock a:visited {
	color: #fff;
	text-decoration: none;
	}

#navbarblock a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(img/nav-link-hover-bg-purple.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	border: none;
	}

#navbarblock a:active,
#navbarblock a.now {
	color: #f9d000;
	text-decoration: none;
	}

#textareawrapper {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	}

/* Text Area */
#textarea {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 85%;
	font-size: .9em;
	text-align: left;
	}

#textarea h1,
#textarea h2,
#textarea h3 {
	color: #654c90; /* "purple" */
	font-weight: lighter;
	}

#textarea h1 {
	margin: 0;
	padding: 30px 0 12px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 25px;
	}

#textarea h3 {
	margin: 16px 0 0 0;;
	}

#textarea p,
#textarea li {
	font-size: 10pt;
	line-height: 150%;
	margin-top: 8px;
	margin-bottom: 14px;
	}

#textarea p.testimonialAuthor {
	margin-left: 24px;
	margin-top: 4px;
    	font-style: italic;
	}

#textarea p.callToAction {
	margin-top: 48px;
	}

#textarea div.quoteLeft,
#textarea div.quoteRight {
	font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
	font-style: italic;
	margin: 12px 0 24px 0;
	padding: 0;
	padding-left: 12px;
	border-left: 5px solid #8A67BB; /* "purple" */
	}

#textarea div.quoteLeft	{
	float: left;
	}

#textarea div.quoteRight {
	float: right;
	}

#textarea div.quoteLeft p.quote,
#textarea div.quoteRight p.quote,
#textarea div.quoteLeft p.quoteMarcus,
#textarea div.quoteRight p.quoteMarcus {
	font-size: 9pt;
	margin: 0;
	padding: 0;
	text-indent: -6px; /* To outdent the opening " */
	line-height: 150%;
	}

#textarea div.quoteLeft p.quoteMarcus,
#textarea div.quoteRight p.quoteMarcus {
	text-indent: 0;
	}

#textarea div.quoteLeft p.quoteAuthor,
#textarea div.quoteRight p.quoteAuthor {
	margin: 0;
	margin-top: 4px;
	padding: 0;
	font-size: 10px;
	color: #818181;
	text-transform: uppercase;
	}

.quoteRule {
	color: #8a67bb;
	}

#textarea ul {
    	margin-bottom: 14px;
	}

#textarea blockquote {
	text-indent: -6px; /* To outdent the opening " */
	margin-bottom: 14px;
	}

#textarea #sitemapDiv {
	margin-top: 12px;
	margin-bottom: 14px;
	}

#textarea p.sitemapLink {
    	display: inline;
    	float: left;
    	width: 25%;
    	margin: 0;
    	margin-bottom: 6pt;
    	padding: 0;
	}

#textarea p.sitemapDescription {
    	display: inline;
    	float: left;
    	width: 75%;
    	margin: 0;
    	margin-bottom: 6pt;
    	padding: 0;
	}

/* footer area */
div#footer	{
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 48px;
	}

#footer p {
    	margin: 0 0 16px 0;
    	padding: 0;
	font-size: .7em;
	color: white;
	color: #aaa;
	text-align: center;
	}

/* Miscellaneous */
.doublespace {
    	line-height: 200%;
	}

.smallCaps {
    	text-transform: capitalize;
    	font-variant: small-caps;
	}


