/* CSS Document */

A:hover { 	
	text-decoration : underline; 
}

a:link {
	color: #5F5FD8;
	font-weight: bold;
	text-decoration:none; 
}

a:visited {
	color: #800040;
	font-weight: bold;
	text-decoration: none
} 

a:active { 
	color: #CC9966; 
	font-weight: bold; 
	text-decoration: underline 
}

body {background-color: #FFFFFF; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	}
h2 {
	font-size: 12pt;
	color: #000000;
}

h3 {
	font-size: 10pt;
	color: #000000;
}
p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* Styles for index.cfm */

.Introduction_MSA {
	font-family: "Palatino Linotype";
	font-size: 24pt;
	font-weight: normal;
	text-align: Left;
	font-style : italic;
}

.introduction_title {
	font-family: "Palatino Linotype";
	font-size: 14pt;
	color: #000000;
	text-align: Left;
	font-weight: bold;
	font-variant : small-caps;
	margin-left: 12
}

.introductionlinks {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
	color: #000000;
	background-color : #FFFFFF;
	padding-top: 10px;
	padding-bottom:10px;
	margin-left: 12
}
th.th1	{
	border: 1px solid #A9A9A9;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	color: white;
	background: #64748B; 
	height: 20pt; 
	padding-left: 5px; 
	font-size:.9em;
}
td.resultcells	{
	border: 1px solid #A9A9A9; 
	padding: 5px; 
	font-size: 10px; 	
	color: black;  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	border: 1px solid #A9A9A9; 
	text-align: left; 
	vertical-align: top;
}
table.results
{
	border-collapse: collapse;
	border-spacing:0;
	font: 90% "Verdana", Tahoma, Arial, Helvetica, sans-serif;
}



/* Styles for dynamic ajax content */
#toprow{
float:center;
width:550px;
padding: 5px;
padding-left: 8px;

}

#bottomrow{
float:center;
width:550px;
min-height: 250px;
padding: 5px;
padding-bottom: 8px;
}

* html #bottomrow{ /*IE only style*/
height: 250px;
}

/* search form styles */



.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 
fieldset
{
border: 1px solid #781351;
width: 20em
}


label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

select
{
color: #000000;
border: 1px solid black;
}

fieldset
{
border: 1px solid #CC0033; 
width: 550px; 
}

legend
{
color: #000000;
padding: 6px 6px
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold; 
font-size: 12px;
} 

form.mainsearch 
{
padding-top: 25px; 
}

.albumlink {
	position: relative;
	display:block;
	text-decoration: none;
	background:url(../images/photoBevel.jpg) center no-repeat;
	text-align:center;
	vertical-align:middle;
}
.albumlink:hover {
	background:url(../images/photoBevel.jpg) center no-repeat;
}

.albumlink img {
	vertical-align:middle;
	border:1px solid #fff;
	cursor:hand; /* needed for IE5 consistency */
}

.albumlink img.shim {
	border:0;
}

