HTML {
  height: 100%;
}
body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	background-color: #F7F7F7;
	height: 100%;
}


a,
a:link
a:active
{
	color: #726ABF;
	text-decoration: none;
}

a:visited
{
	color: #726ABF;
	text-decoration: none;
}

a:hover
{
	color: #FFB900;
	text-decoration: none;
}

.search_results
{
	width:100%;
}
.result_row_0, .result_row_0 A, .result_row_0 A:visited
{ background-color: #EBE8FF;
color: #150A67;
padding: 8px;

}
.result_row_1, .result_row_1 A, .result_row_1 A:hover	{
	background-color: #FFE784;
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #150A67;
}
.result_row_1 A:visited { color: #150A67; }

.browse_tool_table
{
background-color: #EBE8FF;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
font-size: 10pt;
color: #333333;
padding: 3px;
}

.browse_tool_table A, .browse_tool_table A:visited
{
color: #333333;
}

input, select
{
border: 1px solid #CCCCCC;
background-color: #FAFAFA;
}

#container
{
	width: 802px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.maintable
{
	width: 802px;
	border: none;
}
td
{
	margin: 0px;
	padding: 0px;
	border: none;
}

.leftside 
{
	width: 30px;
	background-image: url(images/left-shadow.gif);
	background-repeat: repeat-y;
}

.rightside 
{
	width: 35px;
	background-image: url(images/right-shadow.gif);
	background-repeat: repeat-y;
}

/*THIS CONTROLS MENU ITEMS */

#navcontainer
{
	background: #666699;
	width: 163px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	background-image:url(images/nav-bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	font-weight: bold;
	letter-spacing: .01em;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0px;
width: 144px;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 4px 0 4px 12px;
	color: #333333;
	text-decoration: none;
	background: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666699;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #666699;
color: #6D6A8A;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	background: #FFDE5A;
}

/*end menu buttons*/

#content
{
	width: 95%;
	padding-top: 22px;
	padding-left: 18px;
	padding-bottom: 10px;
}

#header
{
	margin: 0px;
	vertical-align: bottom;
}

#content img
{
border: 1px none #03536C;
}

#footer
{
	width: 802px;
	height: 87px;
	background: url(images/footer.gif) no-repeat top;
	text-align: center;
	float: left;
	font-size: 12px;
	line-height: 150%;
}

.srchttl
{
	font-size: 14px;
	font-weight: bold;
	line-height: 230%;
	color: #150A67;
}

h3
{
	font-size: 16pt;
	color: #413C6C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	line-height: 80%;
}
.slideshowtxt, .slideshowtxt A
{
	font-size: 13px;
	font-weight: bold;
	line-height: 220%;
	color: #130B67;
	background-color: #EFC003;
}
.slideshowtxt A:hover
{
color: #FFFFFF;
background-color: #130B67;
}
.cappit
{
	text-transform: uppercase;
}