h1 {
	font-family: Georgia, "Times New Roman", "New York", "Book Antiqua", serif;
	font-size:3.2em;
	color: #AB58A2;
	font-stretch:condensed;
	font-weight:300;
	margin-top:0px;
	margin-bottom:5px;
	text-shadow: 0.035em 0.035em #DDD;
}
h2 {
	font-family: Georgia, "Times New Roman", "New York", "Book Antiqua", serif;
	font-size:1.4em;
	font-weight:bold;
	color: #222222;
	margin-top:2px;
	margin-bottom:2px;
}
h3 {
	font-family: "Microsoft Sans Serif", Arial, Geneva, sans-serif;
	font-size:1.2em;
	color: #FFF;
	font-weight:500;
	padding:5px;
	text-transform:uppercase;
	background-color:#AB58A2;
}
p {
	font-family: "Microsoft Sans Serif", Arial, Geneva, sans-serif;
	font-size:1em;
	text-align:left;
	color: #333;
	margin-top:0px;
	margin-bottom:15px;
}
p.caption {
	font-family: "Microsoft Sans Serif", Arial, Geneva, sans-serif;
	font-size:.8em;
	text-align:left;
	color: #333;
	margin-top:0px;
	margin-bottom:15px;
}
div.quote {
	margin-left:auto;
	margin-right:auto;
	width:80%;
}
div.container {
	height:auto;
}
p.quote {
	font-family: Georgia, "Times New Roman", "New York", "Book Antiqua", serif;
	font-size:1.2em;
	text-align:center;
	color: #000;
	font-style:italic;
	margin-bottom:3px;
}
p.quotesource {
	font-family: Georgia, "Times New Roman", "New York", "Book Antiqua", serif;
	font-size:1em;
	text-align:right;
	color: #000;
	font-weight:bold;
	margin-bottom:15px;
	text-transform:uppercase;
}
li {
	list-style-type:disc;
	margin-bottom:5px;
}
ul {
	font-family: "Microsoft Sans Serif", Arial, Geneva, sans-serif;
	font-size:1em;
	color: #333;
	margin-bottom:15px;
	list-style-type:disc;
}
.table {
	font-family: "Microsoft Sans Serif", Arial, Geneva, sans-serif;
	font-size:1em;
	color: #333;
	margin-top:0px;
	margin-bottom:15px;
}
#right {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:5px;
}
#left {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:5px;
}
#center {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	margin-top:5px;
}
#table {
	height:120px;
	margin-top:20px;
}
caption {
	font-family:"Microsoft Sans Serif", Arial, Geneva, sans-serif;
	font-size:0.8em;
	color:#000;
	line-height:16px;
	font-weight:400;
	text-align:center;
}
a:link {
	color:#AB58A2;
	text-decoration:underline;
}
a:visited {
	color:#E3C8E0;
	text-decoration:underline;
}
a:hover {
	color:#F7A01C;
	text-decoration:underline;
}

/* This is the feedback section */


/* This is the leftnav section */
#navcontainer {
	margin:0;
	padding:0;
	list-style-type:none;
	border:0;
	width:200px;
	height:50px;
	display:table;
}
#inactive li {
	margin:0;
	list-style-type:none;
}
#inactive li a {
	background-image:url(/library/graphics/leftnav/vivaldi/leftnav_inactive.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	font-family:"Myriad Web Pro", sans-serif;
	font-size:17px;
	color:#333;
	text-indent:14px;
	text-decoration:none;
	line-height:50px;
	list-style-type:none;
}
#inactive li a:hover {
	background-image:url(/library/graphics/leftnav/vivaldi/leftnav_hover.jpg);
	color:#FFF;
	list-style-type:none;
}
#active li {
	margin:0;
	list-style-type:none;
}
#active li a {
	background-image:url(/library/graphics/leftnav/vivaldi/leftnav_active.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	font-family: "Myriad Web Pro", sans-serif;
	font-size:17px;
	color:#FFF;
	text-indent:14px;
	text-decoration:none;
	line-height:50px;
	list-style-type:none;
}

#subnavcontainer {
	margin:0;
	padding:0;
	list-style-type:none;
	border:0;
	width:200px;
	height:24px;
	display:table;
}
#subinactive li {
	margin:0;
	list-style-type:none;
}
#subinactive li a {
	background-image:url(/library/graphics/leftnav/vivaldi/subleftnav_inactive.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	font-family:"Myriad Web Pro", sans-serif;
	font-size:14px;
	color:#333;
	text-indent:14px;
	text-decoration:none;
	line-height:24px;
	list-style-type:none;
}
#subinactive li a:hover {
	background-image:url(/library/graphics/leftnav/vivaldi/subleftnav_hover.jpg);
	color:#FFF;
	list-style-type:none;
}
#subactive li {
	margin:0;
	list-style-type:none;
	
}
#subactive li a {
	background-image:url(/library/graphics/leftnav/vivaldi/subleftnav_active.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	font-family:"Myriad Web Pro", sans-serif;
	font-size:14px;
	color:#FFF;
	text-indent:14px;
	text-decoration:none;
	line-height:24px;
	list-style-type:none;
}

/* Image Gallery */
div.img
  {
  margin:5px;
  height:auto;
  width:120px;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #000;
  }
div.img a:hover img
  {
  border:1px solid #000;
  }
div.desc
  {
	font-family:"Microsoft Sans Serif", Arial, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	line-height:16px;
	font-weight:400;
	text-align:center;
	height:32px;
  }
div.desc2  {
	font-family:"Microsoft Sans Serif", Arial, Geneva, sans-serif;
	font-size:14px;
	color:#000;
	line-height:16px;
	font-weight:400;
	text-align:center;
	height:65px;
  }
.textleft {
	text-align:left;
}
