@charset "utf-8";
/* CSS Document */

#Navtopline{ 
	width:770px; 
	height:10px;
	font-size: 1px;
	line-height: 0px;
}
.HeaderPanel{ 
	width:770px; 
/*	line-height:0px; */
	clear:both;
}
.HeaderIconPanel{
	Width:150px;
	float:left;
}
.HeaderLinksPanel{
	Width:620px;
	float:left;
	text-align:right;
}
.Headerclearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.HeaderNavbar {
	margin:0px;
	padding:0px;
}
.HeaderNavbar ul {
	margin-left: 0px;
	margin-top: 12px;
		
	padding: 0;
	float: none;

}
.HeaderNavbar ul li{
	color : #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style:none;
	/*height:24px;*/
	float:left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.HeaderNavbar ul li a {
	text-decoration : none;
	color : #336699;
}
.HeaderNavbar ul li.thisone {
	font-weight : bold;
}
.Navbarsmall {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
	background : none;
	color : #336699;
}
.Navbarsmall a:active {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
	background : none;
	color : #336699;
}
.Navbarsmall a:link {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
	background : none;
	color : #336699;
}
.Navbarsmall a:visited {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
	background : none;
	color : #336699;
}
.Navbarsmall a:hover {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-style : normal;
	font-weight : normal;
	background : none;
	color : #336699;
}