body {
	margin: 0px;
	background-color: #5C2E8B;

}

div#wrapper {
	margin: 0 50px 25px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(images/backgroundLogo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
div#logo {
	text-align: left;
	padding: 10px;

}

div#tagline {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #663399;

}
	
div#nav {
	text-align: right;
	background-image: url(images/leftBlock.gif);
	background-repeat: repeat-x;
	}


div#content {
	margin: 0 50 25;
}


.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #666666;
	font-weight: normal;
	padding-left: 10px;
	}
	
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 26px;
	color: #663399;
	font-weight: bolder;
	padding-left: 10px;
	font-style: italic;
	text-align: right;
	}

.homecopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #666666;
	font-weight: normal;
	padding-left: 10px;
	margin-right: 100px;

	}

.quotefrom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #666666;
	font-weight: normal;
	padding-left: 10px;
	text-align: right;

	}

.purple {
	color: #663399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 21px;
}


ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #666666;
	font-weight: normal;
	padding-left: 10px;
	}
	
.big {
}

a:link {
	color: #663399;
}
a:hover {
	color: #663399;
	font-weight: bold;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #663399;
}
