BODY {
	background-color: white;
	margin: 0px;
	padding: 0px;
	background-image : url(header/background.gif);
	background-repeat : repeat-x;
}

DIV#banner {
	background-image: url(header/banner.gif);
	height: 128px;
	background-repeat: no-repeat;
}
DIV#navBar {
	padding-top: 85px;
	width: 900px;
	text-align: right;
}

DIV#navBar A:hover {
	background-color: transparent;
}

A.mainnav:link, A.mainnav:active, A.mainnav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: Black;
	text-decoration: none; 
}
A.mainnav:hover {
	color: White;
	text-decoration: none; 
}

A.mainnavActive:link, A.mainnavActive:active, A.mainnavActive:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: White;
	text-decoration: none; 
}
A.mainnavActive:hover {
	color: White;
	text-decoration: none; 
}

TD {
	font-family: Arial, Helvetica, sans-serif;
}

.pageTitle {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none ; 
	color: #650133; 
	padding-top: 8px;
	padding-bottom: 8px;
}
.email {	
	font-size: 12px;
	text-decoration: none ; 
	color: #650133; 
	text-align: right;
	font-weight: bold;
}
A.emaillink:link, A.emaillink:active, A.emaillink:visited  {
	font-size: 12px;
	text-decoration: none ;
	color: #650133;
	text-transform : lowercase;
	font-weight: bold;
}
A.emaillink:hover   { 
	text-decoration: none ; 
	color: White;
	background-color: #650133;
}
.yviequote {
	/*font-size: 1.7em;*/
	font-size: 1.3em;
	color: #cd0164;
	width: 230px;
	margin-right: 20px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	text-transform: normal;
	line-height: 1.2em;
}

A.yvie:link, A.yvie:active, A.yvie:visited  { 
	text-decoration: none ; 
	color: #643466; 
}
A.yvie:hover   { 
	text-decoration: underline ; 
	color: Black;
}
.footer {
	padding-top: 8px;
}
A.footerlink:link, A.footerlink:active, A.footerlink:visited  { 
	font-size: 0.65em;
	font-weight: bold;
	text-decoration: none ; 
	color: #650133; 
}
A.footerlink:hover   { 
	text-decoration: none ; 
	color: White;
	background-color: #650133;
}

A.mono:link, A.mono:active, A.mono:visited  { 
	font-size: 0.65em;
	font-weight: bold;
	text-decoration: none ; 
	color: #650133; 
}
A.mono:hover   { 
	text-decoration: none ; 
	color: White;
	background-color: #650133;
}

.picborder {
	border: 2px solid #d11d76;
	margin-top: 10px;
	margin-bottom: 10px;
}
.myGallery {
	margin-bottom: 10px;
}
.mySignature {
	margin-top: 20px;
	margin-bottom: 10px;
}
.tdbackground {
	background-image : url(images/td_background.gif);
	vertical-align : top;
}
#nextPrev {
	margin-bottom: 10px;
	font-size: 70%;
	color: Black;	
}
.nextPrevLink {
	background-color: transparent;
	text-decoration: none;
	color: Black;
}
A.nextPrevLink:hover {
	text-decoration: none ; 
	color: White;
	background-color: #650133;
}
#pageContent {
	color: #640034;
	padding-top: 10px;
	padding-right: 15px;
}
#pageContent P {
    font-size: 0.8em;
	line-height: 1.3em;
}
#pageContent P.bigText {
	font-size: 1.3em;
	line-height: 1.2em;
}

#leftCol {
	color: #cd0164;
	padding-left: 10px; /* was 20 */
	padding-top: 18px; /* was 12 */
	padding-right: 10px;
	vertical-align: top;
	font-size: 80%;
	line-height: 1.2em;
}
.stayEmail {
	color: #cd0164;
	font-size: 80%;
}
.warn {
	color: Red;
	font-weight: Bold;
}
/* Default links */
A:link, A:active, A:visited  { 
	text-decoration: none ; 
	color: #cd0164; 
}
A:hover   { 
	text-decoration: none ; 
	color: White;
	background-color: #cd0164;
}