body {
    background: url(../img/background.png) repeat;
} 
ul.nav li.dropdown:hover ul.dropdown-menu { display: block; }
h1 a {display: inline-block; background: url(../img/logo.gif) no-repeat; height:75px; padding: 20px 0 0 82px; color:#2f3691; font-size:26; line-height:4.4}
h2 a {color: black}
h1 a:hover {text-decoration:none; color:black}
h1, h2, h3 {font-family: Georgia, serif}
p.pubdate {font-style:italic; font-size:0.9em}
.sidebar h3 {font-size: 1em; line-height: 1.2em; margin-bottom: 0}
.sidebar ul {margen-left: 0; list-style-type: none}
.checkbox-container { border:2px solid #ccc; width:375px; height: 300px; overflow-y: scroll; overflow-x: hidden; color: #FFF; background-color:#FFF; float: lift;}
.hand-on-hover:hover{ cursor:pointer}
table.table-bordered { background-color: #FFF }
#main-btn ul {
	list-style: none;
	margin: 50px auto 0;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

#main-btn ul li {
	float: left;
	height: 60px;
	line-height: 60px;
	margin: 0 0 0 10px;
	width: 220px;
}

#main-btn ul li:first-child {
	margin: 0;
}

#main-btn ul li a {
	background: url(../img/bg-menu.png) no-repeat 0 -70px;
	color: #2B0D05;
	display: block;
	font-family: 'PlayballRegular';
	font-size: 25px;
	text-align: center;
	text-decoration: none;
}

#main-btn ul li.current a, 
#main-btn ul li a:hover {
	background: url(../img/bg-menu.png) no-repeat 0 0;
}

@font-face {
    font-family: 'PlayballRegular';
    src: url('../fonts/playball-regular-webfont.eot');
    src: url('../fonts/playball-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/playball-regular-webfont.woff') format('woff'),
         url('../fonts/playball-regular-webfont.ttf') format('truetype'),
         url('../fonts/playball-regular-webfont.svg#PlayballRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}