body {
	font-family: Helvetica, Geneva, Arial;
	background-color: #EEEEEE;
	font-size: 13px;
	line-height: 1.5em;
	margin: 0;
	
	/*on short pages, this preserves the side scroll bar */
	/*to prevent content from shifting when hovering over menu */
	overflow-y:scroll; 
}

a {
	color: #75395A;
	text-decoration: none;
	font-size: 11px;
}

img {
	border: none;
}

a:hover {
	color: #7e92cd;
}

hr {
	/*margin: 10px 25px;*/
	border-color: #0D72BA;
	color: #0D72BA;
	height: 1px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

blockquote {
	margin-left: 30px;
}

#wrapper {
	background-color: #FFFFFF;
}

#masthead {
	position: relative;
	background: url("/img/Header_Standard.jpg");
	height: 200px;
}

#mastheadAuth {
	background-image: url("/img/SpotOnLogo_Periwinkle.jpg");
    background-position: 10px 10px;
	background-repeat: no-repeat;
	height: 100px;
}

#logo a img{
	border: none;
}

.opaqueBox {
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 12px;

}

.embedImageRight {
	float: right;
	border: 1px solid black;
	margin: 10px;
}

.majorContent {
	float: left;
	width: 630px;
}

.majorContent ul {
	list-style-type: disc;
	margin-left: 27px;
}

.majorContent ol {
	margin-left: 35px;
}

.minorContent {
	width: auto;
	margin: 0 0 10px 10px;
	float: right;
	margin-left: 5px;
	border: 1px solid #a9bfd3;
	background-image: url('/img/sidebarspots.jpg');
}

.minorContentBottom {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.minorContentBottom .sectionTitle {
    margin-top: 15px;
}

.greenBar {
	padding-left: 25px;
	background: url('/img/greenbar.gif') repeat-x;
	width: 100%;
}

.tableSpacer {
	height: 30px;
	text-align: right;
}

#footerContent {
	width: 955px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

.sectionTitle {
	color: #75395A;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 17px;
}

.contactForm {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.contactForm td {
	padding: 2px 5px;
}

.contactForm textarea {
	width: 190px;
}

.contactForm input[type="text"] {
	width: 190px;
}

.toTop {
	float: right;
}

.strongblue {
	font-weight: bold;
	color: #333377;
}

.refQuote {
	margin: 25px 0px;
}

.quoteSig {
	text-align: right;
	font-weight: bold;
}

.refAnotate {
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}

.title {
    font-weight: bold;
    font-size: 15px;
    margin: 13px;
}

.description {
    margin: 2px 18px;
}

.referenceImage {
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
    border: none;
}

.miniCart {
	border: 1px dotted red;
	float: right;
	margin-right: 25px;
}