#wrapper
{
	padding: 0 0 0 2px;	
}

body, td, th {
	font-family: Arial, Helvetica, sans serif;
	font-size: 10pt;
	vertical-align:top;
	text-align:left;

}
img {
	border: none;
}
a, a:visited {
	color: #0307A1;
}
a:hover, a:active {
	color: #565AF2;
}

.t1 {
	border: 1px solid black;
	border-collapse: collapse;
	width: 450px;
}
/*th old color #DOE6D0*/
.t1 th {
	padding: 2px 5px;
	background-color: #73ad84;
	border-bottom: 1px solid black;
	text-align: left;
	font-weight: bold;
	color:#fff;
}
.t1 td {
	padding: 2px 5px;
	vertical-align:text-top;
}
.hide {
	display:none;
}

@media print {
	.noprint {
		display: none;
	}
	#navcontainer {
		display: none;
	}
}

@media screen {
	h4, .nobrowser {
		display: none;
	}
	.showtab {
		display: inline;
	}

	#navlist {
		padding: 3px 0;
		margin-left: 0;
		border-bottom: 1px solid #778;
		font: bold 12px Verdana, sans-serif;
	}
	#navlist li {
		list-style: none;
		margin: 0;
		display: inline;
		border-right:solid 1px #ccc;
		padding-left:10px;
	}

	#navlist li a, #navlist li a.normal {
		padding: 2px 2px;
		margin-left: 3px;
		/*border: 1px solid #778;*/
		border-bottom: none;
		background: #E9E9C3;
		text-decoration: none;
	}

	#navlist li a:link { color: #448; }
	#navlist li a:visited { color: #667; }

	#navlist li a:hover {
		color: #000;
		background: #D3C979;
		border-color: #227;
	}

	#navlist li a.current {
		background: white;
		border-bottom: 1px solid white;
	}
	
}

/*********** .relatedLinks styles ***********/

.relatedLinks
{	
	margin: 0px;
	padding: 2px 0px 2px 5px;
	font-size: 90%;
}

.relatedLinks ul
{
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}

.relatedLinks th{
	padding: 2px 2px 2px 2px;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	background-color:#73AD84;
	color:#fff;
	
}

.relatedLinks a:hover{
	background-color: #dddddd;
	color:#000;
}

.relatedLinks a:link
{
	display:block;
	padding: 0px 2px 2px 2px;
	margin: 2px;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	text-decoration:none;
}
.relatedLinks a:visited
{
		display:block;
	padding: 0px 2px 2px 2px;
	margin:2px;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	text-decoration:none;
	color:Maroon;
}

.relatedLinks td
{
	vertical-align:top;
	font-size:10pt;
	background-color:#eee;
	/*border-bottom: solid 1px #ccc;*/
}

.content
{
	background-color:#f8f8f8;
}
.content td
{
	background-color:#f8f8f8;
}

.search
{
	background-color:#fff;
}
.search td
{
	background-color:#fff;
}
.search th
{
	background-color:#fff;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	background-color:#ffffff;
	width:100%;
	position:relative;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	background-color:#ffffff;
}

#siteinfo a
{
	text-align:right;
}

	siteinfo-wrapper
{
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 1010px;
	margin-bottom: -1000px;
	background: #fff;      
}

#menuSet
{
	width:100%;
	border-top: outset 1px #ccc;
	border-right: none;
	border-left: none;
	border-bottom:double 2px #ccc;
}

#menuSet ul
{
display: inline;
list-style: none;


}

#menuSet li
{
	float: left;
width: auto;
margin-right: 5px;
border: 2px solid #fff;
background-color: #ddd;
font-size:11pt;
font-family:Arial Sans-Serif;
font-weight:bolder;
text-align:center;
padding: 2px 10px 2px 10px;

}

#menuSet a:hover
{
	color:#fff;
	background:#ccc;
}


