/* overlay styles, all needed */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
}

/* just some content with arbitrary styles for explanation purposes */
.modal {
    width: 300px;
    height: 200px;
    line-height: 200px;
    position: fixed;
    top: 50%; 
    left: 50%;
    margin-top: -280px;
    margin-left: -250px;
    background-color: #f1c40f;
    border-radius: 5px;
    text-align: center;
    z-index: 11; /* 1px higher than the overlay layer */
}

.contentbox {
    margin: 30px;
}

h1 {
    font-family: 'Federo', sans-serif;
}




body {
	background-color: #1d2600;
	margin: 0px;
}
.gradient-bg {
	background-image: url(../images/pbf_common/bg.gif);
	background-repeat: repeat-x;
}

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 1.5em;
}

.content-special {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #FFF;
	line-height: 1.5em;
}

.content-special strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0;
	line-height: 1.5em;
}

.content-black {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000;
	line-height: 1.5em;
}

.content-black h1, .content-black h2, .content-black h3, .content-black h4 {

	color: #000;
	line-height: 1.8em;

}



.content a{
	color: #d4f48f;
	text-decoration: none;
}

.content a:hover {
	color: #d4f48f;
	text-decoration: underline;
}

.content-black a{
	color: #0000FF;
	text-decoration: none;
}

.content-black a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#sidenav {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
}

#sidenav a{
	color: #FFFFFF;
	text-decoration: none;
}
#sidenav a:hover{
	color: #E6F9BD;
	text-decoration: underline;
}

#sidenav a.dim, a.dim:hover {
	color: #446611;
	text-decoration: none;
}


#sidenav .main {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #d4f48f;
}
#sidenav .main a{
	color: #d4f48f;
	text-decoration: none;
}
#sidenav .main a:hover{
	color: #d4f48f;
	text-decoration: underline;
}

#sidenav .main a.dim, .main a.dim:hover {
	color: #d4f48f;
	text-decoration: none;
}


.left-right-padding {
	padding-right: 13px;
	padding-left: 13px;
}

.copyright {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.copyright a {
	color: #FFFFFF;
	text-decoration:none;
}


.copyright a:hover {
	color: #FFFFFF;
	text-decoration:underline;

}

.greenbold {
	font-weight: bold;
	color: #d4f48f;
}
.biggreenbold {
	font-size: 14px;
	color: #336600;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.darktextbold {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #253600;
}

.darktextboldtiny {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #253600;
}

.bigwhitebold {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}


.padding1 {
	padding: 5px;
}

.top-bg {
	background-image: url(/images/pbf_common/top.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
.yellow {
	
color:#FF0
	
}
