/*common styles*/

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background_page.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-left: 0px;
}
.bibtitle {
	font-weight: bold;
	margin-top: 20px;
}

p   {
	font-size: 85%;
	color: #636363;
	margin-top: 0px;
	margin-bottom: 8px;
}

h1   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #7D5C94;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #636363;
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-top: 20px;
}
a:link { 
	text-decoration: underline;
	color: #7D5C94;
}

a:visited {
	text-decoration: underline;
	color: #669933;
}
a:hover { 
	text-decoration: underline;
}

ul   { /*body unordered list*/
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

li   { /*body lists*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #636363;
	margin-left: 0px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .5em;
	padding-left: 0.6em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 120%;
	margin-bottom: 5px;
}
li.testimonial     { /*body lists*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #636363;
	margin-left: 0px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .5em;
	padding-left: 0.6em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 120%;
	margin-bottom: 5px;
}
ol li   { /*body lists*/
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #636363;
	margin-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	padding-left: 0.6em;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 120%;
	margin-bottom: 5px;
}
#topBar {/*this div is needed to create the bar across the top of the page
since the page background needs to be a repeating square of the green*/
	height: 30px;
	width: 105%;
	background-image: url(images/background_topbar.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}

#wrapper {/*holds all the other divs*/
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	margin-top: -30px;
}

#topbanner {/*holds the logo and byline*/
	width: 840px;
	height: 106px;
}

#overallContent  {/*I needed this extra div around the contents because of the
the different background images needed*/
	background-color: #FFFFFF;
	width: 840px;
	background-image: url(images/background_content.jpg);
	background-repeat: repeat-y;
		
}

#content  {/*this holds the text*/
	background-color: #FFFFFF;
	background-image: url(images/background_textarea.gif);
	background-repeat: no-repeat;
	float: right;
	width: 661px;
}

#sidebar  {/*this holds the sidebarNav and is needed because of its unique background*/
	float: left;
	width: 179px;
	background-image: url(images/background_page.jpg);
	background-repeat: repeat;
}

#sidebarNav  {/*holds the navigation*/
	width: 179px;
	margin-top: 36px;
}

#sidebarNavSubmenus  {/*holds additional menu in subsections*/
	width: 164px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #715F79;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidebarNavSubmenus a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebarNavSubmenus a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#textarea   {/*holds the text*/
	width: 596px;
	margin-right: 20px;
	margin-left: 45px;
	margin-top: 40px;
	padding-bottom: 15px;
}

#rightColumn   {/*holds the right column on the top page, may be used on lower
pages too if you have a need*/
	float: right;
	width: 188px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#rightColumn2nd   { /*holds the right column on lower pages */
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7D5C94;
	padding-top: 0px;
	padding-bottom: 0px;
}
#rightColumn2nd h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #7D5C94;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

#sidebox  {/*This styles the text boxes within the Right Column*/
	background-color: #A8B095;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebox p {
	color: #FFFFFF;
	text-align: right;
	padding-top: 0px;
	font-size: 80%;
}

.lastButton  {/*adds a little spacing between the button in the first
box in the Right Column and the second box*/
	margin-bottom: 20px;
}

.secondColumnBullets   {/*this div floats right to hold the second
column of bulletted text on the top page*/
	float: right;
	width: 190px;
	margin-left: 10px;
	margin-top: -5px;
}

#bottominfo   {/*styles the footer info*/
	width: 672px;
	margin-left: 168px;
	margin-top: 8px;
}

#bottominfo p  {
	font-size: 70%;
	color: #FFFFFF;
}

#bottominfo a:link  {
	color: #FFFFFF;
	decoration: underline;
}

#bottominfo a:visited  {
	color: #FFFFFF;
	decoration: underline;
}

.privacy  {/*floats this paragraph to the right side of the #bottominfo divf*/
	float: right;
}
.runin {
	font-weight: bold;
}
.runinmuse {
	font-weight: bold;
	font-size: 120%;
	color: #5C446C;
}
.testimonial {
	font-style: italic;
}
.testifier {
	font-weight: bold;
}
.floatImageRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.floatImageLeft {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #333333;
	clear: left;
}
/*.floatImageNone {  
	border: 1px solid #333333; 
}*/
.caption {
	font-size: 90%;
	font-weight: normal;
}

textarea {
	margin-bottom: 15px;
	border: 1px solid #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #636363;
	padding: 3px;
}

.clearit  {
	clear: both;
	
}  
.more {
	font-style: italic;
}
.bibsummary {
	font-size: 80%;
	line-height: 120%;
	margin-bottom: 20px;
}
.crumbs {
	font-size: 70%;
	font-weight: normal;
	padding-left: 2px;
}
acronym {
	text-decoration: none;
}
.parencomment {
	font-size: 77%;
}
p.textalignright {
	text-align: right;
	font-size: 70%;
	line-height: 115%;
	margin-top: -10px;
	padding-top: 0px;
}
/* form rows and styles used on forms pages
div.peoplerow {
clear: both;
padding-top: 10px;
width: 98%;
}
div.peoplerow span.photo {
font-family:Georgia, "Times New Roman", Times, serif;
float: left;
width: 165px;
text-align: left;
padding-right: 15px; 
}
div.peoplerow span.text {
float: right; 
text-align: left;
width: 400px;
} 
div.peoplerow span.text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #636363;
	margin-bottom: 0px;
	padding-bottom: 5px;
	margin-top:  0px;
} */

 