body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 850px;
	margin:20px auto;
}
a, a:visited{
	color: #0099FF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
	font-size:18px;
	/*margin:15px 0px; */
	padding: 0px;
	color: #0099FF;
}

h2{
	font-size:10px;
	/*margin:15px 0px; */
	padding: 0px;
	color: #0099FF;
}

hr{
	color: #0099FF;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width:120px;
	padding-top:2px;
	text-align:center;
	height:18px; width:139px;	
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
li:hover, li.over{
	color:#FFFFFF;
	background:#0099FF;
	/*background:transparent url(../images/tab.gif) no-repeat;*/
	
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#header{
	vertical-align:bottom;
}
#topnav{
	/*margin-top: 15px;*/
	background:transparent url(../images/tab-bg.gif) no-repeat scroll 0%;
	font-weight:bold;
	height:49px;
	vertical-align:bottom;
	font-size: 12px;
	/*color: #999999;*/
	color:black;
	float:center;
	text-align:top;
}
#topnav ul{
	padding:0px;
}
#content{
	float:center;
	width: 580px;
	margin: 10px;
}
#breadcrumb{
	font-size:11px;
	color: #AAA;
}
#logo{
	float:left;
}
#main{
	background-color: #CCCCCC;
	margin:0px;
	padding:0px;
}
#footer{
	text-align:center;
	color:#999999;
	font-size:11px;
	margin-top: 30px;
}

#leftdata {
	font-size:10px;
}

.searchbt{
	color:white;
	font-size:2px;
	
}