/***
  Cascading Style Sheet
  For MarthaFerris.com
  
  Colors:
    Background    - #000000
    Body text     - #cccccc  
    Header text   - #86b740
    Link normal   - #fcdcaf
    Link hover    - #e76337
    Link visited  - #bc6844
    NoCo text     - #584646
    
  ***/
body {
  margin: 9px;
	padding: 0px;
	background-color: #330000; 	
}

/***** 
  All text elements will default to this,
  unless otherwise specified.
  *****/
body, td, th, p, div, span, li, blockquote {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #ffffcc;
}

body.displayimage {
	margin: 33px;
	padding: 0px;
	spacing: 0px;
	background-color: #ffffff;
  background-image: none;
}

table {
  border-spacing: 0px;
}

p {
  text-align: justify;
}

th {
	font-weight: bold;
	color: #eeeeee; 
	text-align: left;
}

td {
  vertical-align: top;
  padding: 0px;
}
td.center, th.center {
  text-align: center;
}
td.right, th.right {
  text-align: right;
}
td.bold {
	font-weight: bold;
}

p.footnotes {
  text-align: left;
  align: left;
}


/***** 
  main page structure 
  *****/
table.mainheader {
  width: 750px;
  padding: 0px;
  margin: 0px;
  spacing: 0px;
  border-top: 0px solid #eeeecc;
  border-left: 0px solid #eeeecc;
  border-right: 0px solid #eeeecc;
}
table.mainbuttons {
  width: 750px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  spacing: 0px;
  margin-top: 1px;
  border-left: 0px solid #eeeecc;
  border-right: 0px solid #eeeecc;
  border-top: 0px solid #eeeeaa;
  border-bottom: 0px solid #eeeeaa;
}
table.mainbody {
  width: 750px;
  padding: 0px;
  margin: 0px;
  spacing: 0px;
  border-left: 0px solid #eeeecc;
  border-right: 0px solid #eeeecc;
}
table.mainfooter {
  width: 750px;
  border: 0px solid white;
  padding: 0px;
  margin: 0px;
  spacing: 0px;
  border-left: 0px solid #eeeecc;
  border-right: 0px solid #eeeecc;
  border-bottom: 0px solid #eeeecc;
}
td.mainheader {
  width: 750px;
  margin: 0px;
  padding: 0px;
  align: left;
  text-align: left:
  vertical-align: top;
  padding-top: 3px;
}
td.buttonmenu {
  width: 750px;
  margin: 0px;
  padding: 5px;
  text-align: center:
  vertical-align: top;
  border-top: 0px solid #220000;
  border-bottom: 0px solid #220000;
}
td.leftcol {
  width: 125px;
  text-align: left;
  vertical-align: top;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 0px solid #440000;
}
td.leftcolhome {
border: 0px solid white;
  width: 150px;
  text-align: center;
  vertical-align: top;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 0px solid #440000;
}
td.body {
  width: 750px;
  height: 300px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 20px;
}
td.bodyhome {
  width: 630px;
  height: 300px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 20px;
}
td.fullbody {
  width: 750px;
  height: 300px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 20px;
}


td.footerleft {
  width: 175px;
  font-size: 11px;
  padding-left: 5px;
  text-align: left;
  vertical-align: middle;
  border-top: 0px solid #220000;
  border-bottom: 0px solid #220000;
  padding-top: 2px;
  padding-bottom: 2px;
}
td.footercenter {
  font-size: 11px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  vertical-align: middle;
  border-top: 0px solid #220000;
  border-bottom: 0px solid #220000;
  padding-top: 2px;
  padding-bottom: 2px;
}
td.footerright {
  width: 175px;
  text-align: right;
  font-size: 11px;
  padding-right: 5px;
  text-align: right;
  vertical-align: middle;
  border-top: 0px solid #220000;
  border-bottom: 0px solid #220000;
  padding-top: 2px;
  padding-bottom: 2px;
}
td.navmenu {
  text-align: center;
  margin-right: 3px;
  margin-left: 3px;
  vertical-align: top;
  border-top: 0px solid #440000;
  border-bottom: 0px solid #440000;
  padding-top: 2px;
  padding-bottom: 2px;
}





/*****
  Some standard text formatting 
  *****/
h1, h2, h3, h4, h5, h6 {
	font-family: verdana, helvetica, arial, sans-serif;	
	font-weight: bold;
  color: #fcfc99;
}

h1 {
	font-size: 30px;
  margin-top: 5px;
  margin-bottom: 6px;
  text-align: center;
  display: block;
}
h1.left {
  text-align: left;
}
h1.right {
  text-align: right;
}

h2 {
	font-size: 20px;
  margin-top: 5px;
  margin-bottom: 3px;
  text-align: center;
  display: block;
}
h2.left {
  text-align: left;
}
h2.right {
  text-align: right;
}

h3 {
	font-size: 16px;
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center;
  display: block;
}
h3.left {
  text-align: left;
}
h3.right {
  text-align: right;
}

div.head, span.head {
  font-family: verdana, helvetica, arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #444444;
	vertical-align: top;
}
div.subhead, span.subhead {
  font-family: verdana, helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	vertical-align: top;
}



div.small, span.small {
  font-size: 10px;
}
div.bignotbold, span.bignotbold {
  font-size: 18px;
}


/*** --- SEARCHBOX --- ***/
table.searchbox {
  margin: 0px;
  padding: 3px;
}
div.searchbox {
  margin: 0px;
  padding: 0px;
  border: 1px solid #222222;
}
div.searchboxheader {
  margin: 0px;
  padding: 0px;
  background-color: #222222;
  color: #eeeeee;
  font-size: 13px;
  font-weight: bold;
}
span.searchboxlabel {
  font-size: 10px;
  font-weight: bold;
}
input.searchboxsubmit {
  margin: 0px;
  margin-bottom: 3px;
  border: 1px solid #222222;
  background-color: #111111;
  color: #eeeeee;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
input.searchboxsubmit:focus {
  background-color: #999999;
}
div.noresults {
  margin: 0px;
  padding: 0px;
  padding-top: 20px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #660000;
}








/*****
  Some basic tag styles
  *****/
ul {
  list-style-image: url(/images/bullet.gif);
  vertical-align: top;
}
ul > li {
  display: list-item;
  vertical-align: top;
  padding-top: 10px;
}










/*****
  Some exception/messaging stuff
  *****/
div.validationerror {
  display: block;
	font-family: verdana, helvetica, arial, sans-serif;	
	font-weight: normal;
	font-size: 14px;
  color: #ffffcc;	  
  background-color: #000000;
  margin: 10px;
  padding: 5px;
  border: 1px dotted #cccccc;
}
div.message, span.message {	
  color: #cfc4ad;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
div.errorpageheader {
	font-family: verdana, helvetica, arial, sans-serif;	
	font-weight: bold;
	font-size: 28px;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 6px;
  color: #ffffff;	
}
div.errormsg, span.errormsg {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 10px;
}

span.helptext, div.helptext {	
  font-size: 12px;
  font-style: normal;
	font-weight: normal;	
	text-align: left;
	color: #cccccc;
}
span.helptextr, div.helptextr {	
  font-size: 12px;
  font-style: normal;
	font-weight: normal;	
	text-align: right;
	padding-right: 50px;
	color: #cccccc;
}
span.helptextcenter, div.helptextcenter {	
  font-size: 12px;
  font-style: normal;
	font-weight: normal;	
	text-align: center;
	color: #cccccc;
}

div.pagehelp {
  width: 700px;
  border: 1px dotted #cccccc; 
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
}
div.formhelp {
  width: 700px;
  text-align: left;
  border: 1px dotted #cccccc;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
}
p.formhelp {
  color: #ffffff;
}




div.label, span.label {
  display: block;	
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 5px;
}



/**********************
  Link selectors
  **********************/
a {
	font-weight: normal;
	padding: 0px;
  color: #fedc79; 
	text-decoration: none;
}
a:link, a:visited, a:active {	color: #cccccc; }
a:hover { color: #ffffff !important; }
a.bold {
	font-weight: bold;
}
a.bold:link, a.bold:visited {
}
a.bold:hover, a.bold:active {
	text-decoration: underline;
}



a.nav {
	padding-left: 15px;
	padding-right: 15px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #990099; 
}
a.nav:link, a.nav:visited {
}
a.nav:active {
	color: #660066; 
}
a.nav:hover { color: #ffffff; }
span.nav {
  padding-left: 15px;
  padding-right: 15px;
	color: #a84f51;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}



a.listheader, a.listmainabove {
  color: #dddddd;
}
a.listheader:link, a.listmainabove:link,
a.listheader:visited, a.listmainabove:visited {
  color: #dddddd;
}
a.listheader:hover, a.listmainabove:hover,
a.listheader:active, a.listmainabove:active {
  color: #dd00aa;
}

a.listmain, a.listmain:link, a.listmain:visited { color: #eeeeee;  }
a.listmain:hover, a.listmain:active { color: #ffdd33; }

a.button {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #333333;
  background-color: #cccccc;
  color: #000000;
}
a.button:link, a.button:visited {
}
a.button:hover, a.button:active {
  background-color: #999999;
}

a.hiddenmenu {
	padding-left: 5px;
	padding-right: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #333333; 
}
a.hiddenmenu:link, a.hiddenmenu:visited {
}
a.hiddenmenu:hover, a.hiddenmenu:active {
	color: #666666;
}



a.sitebynoco {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003300;
}
a.sitebynoco:link, a.sitebynoco:visited {
}
a.sitebynoco:hover, a.sitebynoco:active {
	color: #333333;
}




/************
  Image selectors
  *************/
img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
img.headerimg {
  border: 0px;
  margin: 0px;
  padding: 0px;
  height: 109px;
  width: 780px;
}
img.picborder {
  display: block;
  padding: 0px;
  margin: 0px;
  border: 2px solid #bc6844;
  border-style: etched;
}
img.line {
  border: 1px solid #666666;
}
.homepageimg {
  border: 1px solid #666666;
  padding-right: 9px;
}

  
  


/************
  Form selectors
  *************/
table.formmain {
	width: 100%;
  border-spacing: 0px;
  margin: 5px;
  padding: 0px;
 	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #cccccc;
	vertical-align: top;
	font-size: 11px;
}


input, select, textarea {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 11px;
  margin-bottom: 3px;
  margin-right: 10px;
  border: 1px solid #660000;
}
input.checkbox, input[type='checkbox']  {
	margin-right: 5px;
  background-color: #000000;
	float: left;
}
input.close {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 11px;
  margin-bottom: 3px;
  margin-right: 2px;
}
input.optional {
  margin-right: 2px;
}

input:focus, select:focus, textarea:focus {
  background-color: #eeeeaa;
}
input[type='password']:focus, input.password:focus {
  background-color: #eeeeaa;
}


input.mover {
  display: block;
  width: 75px;
  margin: 0px;
  border: 1px solid #660000;
  background-color: #666666;
  color: #ffffff;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 15px;
}

input.submit {
  margin: 0px;
  border: 1px solid #666666;
  background-color: #ccffcc;
  color: #222222;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 15px;
}
input.submit:hover { 
  background-color: #99cc99;
}

input.smallsubmit {
  margin: 0px;
  margin-bottom: 3px;
  border: 1px solid #cccccc;
  background-color: #000000;
  color: #cccccc;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
td.formmainrow {
  text-align: center;
	vertical-align: top;
	width: 100%;
	padding-top: 3px;
	float: left;
}
/* container for label/field combos */
div.labelfield {
	display: block;
  text-align: left;
	vertical-align: bottom;
	padding: 2px;
	float: left;
}


.label, .labelleft, .labelleftcol, .labelleftsmall, .labeltopsmall, .labelright {
  color: #ffffcc;
}


/* label on left of field */
span.labelleft {	
	font-weight: bold;	
	text-decoration: none;
  display: block;
  text-align: right;
  vertical-align: bottom;
  padding-right: 10px;
  padding-left: 0px;
  padding-top: 1px;	
  float: left;
}
/* label on left of field, sized to a column of width */
span.labelleftcol {	
	width: 100px;
	font-weight: bold;	
	text-decoration: none;
  display: block;
  text-align: right;
  vertical-align: bottom;
  padding-right: 10px;
  padding-left: 0px;
  padding-top: 1px;	
  float: left;
}
span.labelleftsmall {	
	font-weight: bold;
  font-size: 11px;	
	text-decoration: none;
  display: block;
  text-align: right;
  vertical-align: bottom;
  padding-right: 10px;
  padding-left: 0px;
  padding-top: 1px;	
  float: left;
}

/* label on top (left) of field, a bit smaller */
span.labeltopsmall {	
	font-size: 10px;
	font-weight: bold;	
  text-align: left;
  vertical-align: bottom;
  display: block;
  padding-right: 0px;
  padding-left: 3px;	
  padding-top: 0px;
}
/* label on right of field */
span.labelright {	
	font-weight: bold;	
	font-size: 11px;
	text-decoration: none;
  display: block;
  text-align: left;
  vertical-align: bottom;
  padding-right: 10px;
  padding-left: 0px;
  padding-top: 3px;	
  padding-bottom: 0px;	
  float: left;
}



/***********
  generic list layout 
  ***********/  
table.listadminmain {
	width: 100%;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  border: 1px solid #bc6844;
 	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
table.listmain {
	width: 100%;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  border: 1px solid #660000;
 	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
td.listmainheadcell {
	background-color: #000000;
	color: #dddddd;
	font-weight: bold;
	vertical-align: bottom;
  padding-left: 3px;
  padding-right: 3px;
}
td.listmainheadcellright {
	background-color: #000000;
	color: #dddddd;
	font-weight: bold;
	vertical-align: bottom;
  padding-left: 3px;
  padding-right: 3px;
  text-align: right;
}
tr.listmainrowodd, tr.listmainrow {
	background-color: #222222;
	color: #000000;
	font-size: 10px;
}
tr.listmainroweven {
	background-color: #111111;
	color: #000000;
	font-size: 10px;
}

td.listmaincell {
  padding-left: 3px; 
  vertical-align: top;	
}
td.listmaincellright {
  padding-left: 3px;
  padding-right: 3px;
  text-align: right; 	
}

div.listmainaboveleft {
	width: 50%;
	font-weight: normal;
	vertical-align: bottom;
  float: left;
  text-align: left;
  border-bottom: 1px dotted #330066;
}
div.listmainaboveright {
	width: 50%;
	font-weight: normal;
	vertical-align: bottom;
  float: left;
  text-align: right;
  border-bottom: 1px dotted #330066;
}
div.abovelistleft {
	width: 33%;
	font-weight: normal;
	vertical-align: bottom;
  float: left;
  text-align: left;
  border-bottom: 1px dotted #330066;
}
div.abovelistcenter {
	width: 34%;
	font-weight: normal;
	vertical-align: bottom;
  float: left;
  text-align: center;
  border-bottom: 1px dotted #330066;
}
div.abovelistright {
	width: 33%;
	font-weight: normal;
	vertical-align: bottom;
  float: left;
  text-align: right;
  border-bottom: 1px dotted #330066;
}

span.listpagehead, div.listpagehead {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
  color: #86b740;	}
td.detailpagehead, span.detailpagehead, div.detailpagehead {
  display: block;
	font-family: verdana, helvetica, arial, sans-serif;	
  font-weight: bold;
	font-size: 13px;
	font-style: normal;
	vertical-align: bottom;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;  
  color: #86b740;	
}


div.listnavleft {
  display: block;
  float: left;
  text-align: left;
  padding-left: 0px;  
  padding-right: 0px;
  padding-top: 50px;  
  padding-bottom: 0px;
  margin-left: 50px;
}
div.listnavright {
  display: block;
  float: right;
  text-align: right;
  padding-left: 0px;  
  padding-right: 0px;
  padding-top: 50px;  
  padding-bottom: 0px;
  margin-right: 50px;
}



/*****
  Site page list display
  *****/
table.displaylist {
	width: 90%;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  border: 1px dotted #666666;
 	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
}
tr.displaylistheader {
  background-color: #222222;
}
tr.displaylistheader td {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
}
tr.displaylistheader td.right {
  text-align: right;
}
tr.displaylistrowodd, tr.displaylistrow {
	background-color: #ffff66;
	font-size: 12px;
}
tr.displaylistroweven {
	background-color: #ffcc66;
	font-size: 10px;
}

td.displaylistcell {
  padding-right: 3px;
  padding-left: 3px;
  text-align: left;  	
  vertical-align: top;
}
td.displaylistcellright {
  padding-right: 3px;
  padding-left: 3px;
  text-align: right; 
  vertical-align: top;
}



div.homeright {
  margin: 15px;
}

div.stmt {
  text-align: justify;
  font-size: 14px;
  color: #ffffcc;
  font-style: italic;
}


img.imglist {
  margin: 9px;
  border: 1px solid #333333;
}
img.imglist:hover {
  border: 1px solid #999999;
}
.caption {
  font-size: 10px;
}


div.contactbg {
  width: 400px;
  height: 246px;
  /* border: 1px solid #999999; */
  color: #330033;
  background-image: url(/images/backgrounds/bg-contact.jpg);  
  background-repeat: no-repeat;
}
div.contact {
  text-align: left;
  margin-top: 13px;
  /*margin-right: 135px;*/
  padding-left: 10px;
}
.contactname, .contactinfo {
  font-family: verdana, helvetica, arial, sans-serif;
  font-family: times, serif;
  font-style: italic;
  font-weight: bold;
  color: #000000;
}
.contactname { font-size: 22px; }
.contactinfo { font-size: 16px; line-height: 110%; }
a.contact { color: #000000; }
a.contact:hover { color: #333333; }


div.bioheader {
  /*font-family: times, "times new roman", serif;*/
  font-size: 16px;
  color: #fce8ae;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin: 20px 0 10px 0;
  border-bottom: 1px dashed #fce8ae;
}

.shownamelist {
  font-size: 18px;
  font-weight: bold;
}
.venuename {
  font-size: 16px;
  font-weight: normal;
}


table.pagenav {
  margin-top: 5px;
  border-top: 0px dotted #660000;
  border-bottom: 0px dotted #660000;
}
table.pagenav#top {
  margin-top: -5px;
  border-top: 0px dotted #660000;
  border-bottom: 0px dotted #660000;
}
td.pagenav {
  font-size: 10px;
}
a.pagenav {
  font-size: 10px;
  color: #999999;
}
a.pagenav:hover, a.pagenav:active { color: #cccccc; }

.articlemeta {
  font-weight: bold;
}
table.articlemeta {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

img.imglistdisplay {
  margin: 5px;
  border: 1px solid #222222;
}

div.articletitle {
	font-family: verdana, helvetica, arial, sans-serif;	
	font-weight: bold;
	font-size: 24px;
	font-style: normal;
  /*color: #333333;	  */
  margin-top: -25px;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 5px;
}
div.articlesubtitle {
	font-family: verdana, helvetica, arial, sans-serif;	
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
  color: #000000;	  
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 5px;
}
div.articleauthor, span.articleauthor {
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 5px;
}
div.articlepublication, span.articlepublication {
  margin: 15px;
  color: #002200;	 
}
div.articlebody {
  margin: 15px;
  color: #002200;	  
}


div.imagename {
	font-family: verdana, helvetica, arial, sans-serif;	
	font-weight: bold;
	font-size: 20px;
	font-style: normal;
  color: #333333;	  
  margin-top: 9px;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 5px;
}
div.imagecaption {
	font-family: verdana, helvetica, arial, sans-serif;	
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
  color: #000000;	  
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 15px;
  margin-right: 5px;
}
img.imagedisplay {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 15px;
  margin-right: 5px;
}


div.artworkhome {
  border: 1px solid #111111;
  padding: 33px;
  width: 450px;
  background-image: url(/images/backgrounds/bg-artwork-home.jpg);
}
div.arthomeitem {
  text-align: left;
  margin-left: 33px;
  font-size: 16px;
  color: #999900; 
}
div.arthomeitem2 {
  text-align: left;
  margin-left: 99px;
  font-size: 16px;
  color: #999900; 
}
div.publiclist {
  text-align: left;
  margin-left: 50px;
  font-size: 16px;
  color: #999900; 
  vertical-align: middle;
}
div.arthomeitemspecial {
  text-align: left;
  margin-left: 33px;
  font-size: 16px;
  color: #999900; 
	font-weight: bold;
}
a.arthomelink {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #999900; 
  line-height: 1.5em;
}
a.arthomelink:link, a.nav:arthomelink {
}
a.arthomelink:hover, a.arthomelink:active {
	color: #cc9900; 
	font-weight: bold;
}

img.adminlistimg {
  border: 1px solid #666666; 
  margin: 3px;
}
img.adminlistimg:hover {
  border: 1px solid #cccccc; 
}

.groupingstmt {
  font-size: 12px;
  font-style: italic;
  margin: 33px;
}

td.bglinks {
  text-align: center;
  border: 1px solid #111111;
  padding: 33px;
  background-image: url(/images/backgrounds/bg-woman.jpg);
}


div.statementheader {
  margin-top: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}
p.quote {
  margin-top: 30px;
  margin-left: 50px;
  margin-right: 50px;
}
div.quoteattribution {
  margin-top: 10px;
  margin-left: 100px;
  margin-right: 100px;
  font-style: italic;
}

