@charset "UTF-8";
#nav-main {
	float:left; }
	
#nav-main ul { float:left; }
#nav-main ul li { float:left; }
li.nav/* CSS Document */

  {
	float:left;
	color: #525252;
	font-family: Calibri;
	font-size: 12px;
	list-style-type: none;
	font-weight: bold;
}
li.nav a {
	float: left;
	text-decoration: none;
	color: #525252;
	display: block;
	padding-right: 20px;
}
li.nav a:hover {
	color: #878787;
	text-decoration: none;
}
li.nav-selected {
	font-family: Calibri;
	font-size: 12px;
	color: #878787;
	list-style-type: none;
	font-weight: bold;
}
li.nav-selected a {
	color: #878787;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 20px;
}
li.nav-selected a:hover {
	color: #525252;
	text-decoration: none;
}
h1, h2, h3, h4, h5 { font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; font-weight:100; }
h1 { font-size:1.8em;}