//html {	font-family: Arial, Helvetica, Verdana, Sans-serif;}
html {font-family: Trebuchet MS, Verdana, sans-serif;}

html * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0px solid #ff0000;
}

body {
	background-image: url();
	background-repeat: repeat-x;
	backgground-color: #fff;
}

img {}
	div#pageDirections img {display: block;margin: 0px auto 0px auto; border 1px solid #474747;}
h1{}
h2{}
h3{}
h4{}
h5{}
h6{}
p{}
	div#magnifyRow p, div#buttonRow p, div#navRow p{
		display: block;
		float: left;
		font-size: 12px;
		color: #666666;
		height: 15px;
		margin-right: 5px;
	}
	
	
a{color: #000;}
	div#buttonRow a, div#navRow a{
		display: block;
		height: 15px;
		margin: 0px 2px;
		background-color: #eeeeee;
		color: #363636;
		width: 114px;
		border: solid 1px #cccccc;
		text-align: center;
		font-size: 12px;
		float: left;
	}
	
	div#navRow a {
		width: 68px;
		background-color: #e2e7ff;
	}
	
		div#buttonRow a:hover {background-color: #cccccc;}
		div#navRow a:hover {background-color: #adb8df}
		
	div#tableContents a, div#bigIndex a {
		display: block;
		font-size: 13px;
		padding: 2px 0px 2px 5px;
		width: 223px;
	}
	
	div#bigIndex a {
		width: 255px;
		padding: 0px 0px 0px 5px;
		font-size:12px;
		font-weight: bold;
	}
	
		div#tableContents a:hover, div#bigIndex a:hover {background-color: #4a7886;}
	
div#pageContainer {
	width: 856px;
	height: 580px;
	backgground-color: #222222;
	margin: 5px auto 0px auto;
}

div#page {
	position: relative;
	display: block;
	width: 856px;
	height: 550px;
	margin: 0px auto 0px auto;
}
	
div#pageDirections {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 400px;
	height: 550px;
	}

div#magnifyRow {
	position: relative;
	display: block;
	width: 250px;
	height: 17px;
	float: left;
	margin: 0px 0px 0px 0px;
}

div#buttonRow {
	position: relative;
	display: block;
	width: 304px;
	height: 17px;
	float: left;
	margin: 0px 16px 0px 15px;
}

div#navRow {
	position: relative;
	display: block;
	width: 265px;
	height: 17px;
	float: left;
}

div#tableContents {
	position: absolute;
	top: 5px;
	left: 25px;
	width: 250px;
	height: 535px;
	backgground-color: #a5db5e;
	background-image: url(../images/tableContents.gif);
	
	opacity: .92;
	filter: alpha(opacity=92);
	zoom: 1; /* IE hack */
}

div#tContentsWrapper {
	position: relative;
	display: block;
	width: 210px;
	height: 500px;
	margin: 45px 0px 0px 20px;
}

div#bigIndex {
	position: absolute;
	top: 5px;
	left: 25px;
	width: 900px;
	height: 535px;
	background-image: url(../images/bigIndex.gif);
	display: none;
	opacity: .95;
	filter: alpha(opacity=95);
	zoom: 1; /* IE hack */
}

div#bIndexWrapper {
	position: relative;
	display: block;
	width: 875px;
	height: 500px;
	margin: 45px auto 0px auto;
}

div.bIndexColumn {
	display: block;
	width: 275px;
	height: 500px;
	float: left;
	margin-right: 25px;
}

div#pageDirections {background-image: url(../images/indexPicerBackground.gif);}

div#pageDirections p {
	font-size: 14px;
	color: #404040;
	display: block;
	width: 360px;
	margin: 44px 0px 0px 20px;
}