body{
	font-family: tahoma,arial, verdana, sans-serif;
	background:#d0d0d0;
}
.found{
background: #83c6FF;
}
h3{
color: #336699;
border: solid 0px #336699;
border-width: 0 0 1px 0;
}
hr{
height: 1px;
background: #336699;
}
#nav {
	margin: 0;
	padding: 0;
	height: 42px;
	list-style: none;
	display: inline;
	width: 640px;
	margin-left:19px;
}

#nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	width: 87px;
	font-family: tahoma,arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: url(../imgs/tab.jpg) top left no-repeat;
	float: left;
	text-decoration: none;
	color: #343534;
	padding: 10px 0 32px 0;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
}
	
#nav a:hover {
	background-position: 0 -6px;
	color:#4596FF;
}

#nav a:active, #nav a.selected {
	background-position: 0 -10px;
	color:#4596FF;
}


#navigation{
	position: relative;
	top: 30px;
	left: -20px;
	width:180px;
	border:solid 0px #333333;

}
#navigation a{
	font-family: tahoma,arial, verdana, sans-serif;
	font-size: 11px;
	color: black;
	background: url(../imgs/diamond.gif) center left no-repeat;
	width:180px;
	height: 20px;
	border:solid 0px #333333;
	display:block;
	padding-left:50px;
	padding-top: 3px;
	text-decoration: none;
}
#navigation a:hover{
	font-family: tahoma,arial, verdana, sans-serif;
	font-size: 11px;
	color: #2e4e79;
	background: url(../imgs/diamond2.gif) center left no-repeat;
	width:180px;
	height: 20px;
	border:solid 0px #333333;
	display:block;
	padding-left:50px;
	padding-top: 3px;
	text-decoration: none;
}
#navigation a.selected{
	font-family: tahoma,arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background: url(../imgs/nav_blue.jpg) top left no-repeat;
	position: relative;
	width:180px;
	height: 36px;
	border:solid 0px #333333;
	padding-left:10px;
	padding-top: 5px;
	display:block;
}
#navigation a.selected:hover{
	font-family: tahoma,arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background: url(../imgs/nav_blue.jpg) top left no-repeat;
	position: relative;
	width:180px;
	height: 36px;
	border:solid 0px #333333;
	padding-left:10px;
	padding-top: 5px;
	display:block;
}
#title{
	width:95%;
	overflow: hidden;
	display:block;
	position: relative;
	border:solid 1px #cccccc;
	border-width: 1px 1px 0px 1px;
	text-align: right;
	height:61px;
	/*background:url(../imgs/paperfold_b.jpg) top left no-repeat; */
	font-size: 24px;
	font-family:tahoma;
}	
#content{
	width:95%;
	background:white;
	display:block;
	position: relative;
	border:solid 1px #cccccc;
	border-top-color: #ffffff;
	border-width: 1px 1px 0px 1px;
	text-align:left;
}
#icontent{
	width:95%;
	background:white;
	display:block;
	position: relative;
	font-size: 13px;
	left: 22px;
	padding-bottom:30px;
	border:solid 0px #cccccc;
	text-align: justify;
}
#footer{
	width:95%;
	overflow: hidden;
	display:block;
	position: relative;
	top: -30px;
	font-size: 10px;
	border:solid 1px #cccccc;
	background:white;
	border-width: 0 1px 1px 1px;
	text-align:center;
}

