@charset "UTF-8";
/* CSS Document */

.headerbg {
	background-image:url(../images/bgheader.jpg);
	background-position: top left;
	background-repeat:repeat-x;
}


#navlist li{
	display:inline;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	list-style-type:none;	
}

.mainmenu {
	color: #FFF;
	text-decoration: none;
	font-family: "Garamond", Georgia, Times New Roman, Times, serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	padding-right: 20px;
	margin-top: 5px;	
}
a.mainmenu:link {
	color: #0172b0;
	text-decoration: none;
	font-family: "Garamond", Georgia, Times New Roman, Times, serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	padding-right: 20px;
	margin-top: 5px;
}
a.mainmenu:visited {
	text-decoration: none;
	color: #0172b0;
	font-weight:normal;
	font-style:normal;
}
a.mainmenu:hover {
	color: #000;
	font-weight:normal;
}
a.mainmenu:active {
	text-decoration: none;
	color: #0172b0;
	font-weight:normal;
}

