@charset "utf-8";
/* CSS Document */
body{

		
	font-family: arial;
	font-size: .95em;
}

form{
	display: inline;
}

table.css{
	float: left;
	width: 100%;
	border: solid 1px;
	border-color:#333333;
	
}
table.css th{
	
	border-top: solid 1px;
	border-bottom: solid 2px;
	background-color:#FFFFFF;

	
}
table.css th.right{
	
}


table.css th.picCell{
	
}

table.css td{

	border-bottom: solid 1px;
	text-align: center;
	background-color:#FFFFFF;
	height: 50px;
	overflow: hidden;
}
table.css td.except{
	
}

table.css td.except2{
	background-color:#CCCCCC;
}

table.css td.logo{
	
}

table.searchBar {
	
	background-color:#CCCCCC;
	margin-left: auto;
	margin-right: auto;
	font-size: .9em;
	width: auto;
	
}

table.searchBar th{
	
	background-color:#FFFFFF;
	font-size: .93em;
	
}

table.searchBar td{
	text-align: center;
}

#mainDiv{
	float: left;
	width: 100%;
	/*min-width: 900px;*/
	margin-top: 5px;
	padding-bottom: 15px; 
	height: auto;
	background-color:#939393;

	
	
}

#browseFooter{
	width: 100%;
	/*min-width: 900px;*/
	background-color:#CCCCCC;
}

#masterDiv{
	float: left;
	width: 100%; 
	/*min-width: 900px;*/ 
	
}

#topDiv{
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 5px solid #663300;
}

#footer{
		
		float: left;
		width: 100%;
		height: auto;
		/*min-width: 900px;*/
	}
	
	.feet{
		width: auto;
		height: auto;
		padding: 5px;
		float: left;
		text-align: center;
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		
	}
	.feet a{
		color:#000000;
		text-decoration: underline;
	}
	
	.feet a:hover{
		color:#FFFF99;
	}
	
	.menu{
		font-size: .9em;
	}
	
	.perPage{
		float: left; 
		width: 100%; 
		padding: 3px; 
		text-align: center; 
		font-family: arial;
	}
	
	.perPage a{
		text-decoration: none;
	}
	
	.perPage a:hover{
		color:#FFFFCC;
	}
	



