﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffd34e;
	background-image: url('../images/bg_fade.jpg');
	background-repeat: repeat-x;
}
span.indent 
{
	margin-left: 15px;
}
#MainContent {
	border: 1px solid #135aa1;
	margin-top: 55px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-image: url('../images/cloud_column_bg.jpg');
	min-height: 600px;
}
#MainLogo {
	background-image: url('../images/NBF_logo.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	margin-top: -50px;
	margin-left: -50px;
	float: left;	
}
#MainCorner {
	background-image: url('../images/page_corner.jpg');
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	margin-right: -1px;
	margin-top: -1px;
	float: right;
	clear: both;
}
#HeaderDIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	padding: 2px;
	text-align: center;
}
#HeaderDIV a{
 color: #000000;
}
#ContentDIV {
	background-image: url('../images/white_semi-transparent.png');
	border: 1px solid #135aa1;
	width: 600px;
	min-height: 600px;
	margin-left: 165px;
	margin-top: 20px;
	margin-bottom: 25px;
	padding:5px;
}
#MenuDIV {
	width: 210px;
	height: 600px;
	margin-top: 100px;
	margin-left: -200px;
	float:left;
}
#CopyrightDIV{
 clear:both;
 text-align:center;
}
.MenuBtnUp {
	background-image: url('../images/blue_glossy_btn_up.png');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	width: 200px;
	height: 60px;
	text-align: center;
	padding-top: 8px;
	padding-right: 11px;
	cursor: pointer;
}
.MenuBtnDwn {
	background-image: url('../images/blue_glossy_btn_dwn.png');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	width: 198px;
	height: 58px;
	text-align: center;
	padding-top: 10px;
	padding-left:2px;
	padding-right: 11px;
	cursor:pointer;
}
.HomeBtnUp {
	background-image: url('../images/home_up.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	cursor: pointer;
}
.HomeBtnDwn {
	background-image: url('../images/home_dwn.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	cursor: pointer;
}
.AboutBtnUp {
	background-image: url('../images/about_up.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	cursor: pointer;
}
.AboutBtnDwn {
	background-image: url('../images/about_dwn.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	cursor: pointer;
}
.CalendarBtnUp {
	background-image: url('../images/calendar_up.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	cursor: pointer;
}
.CalendarBtnDwn {
	background-image: url('../images/calendar_dwn.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	cursor: pointer;
}
.StaffBtnUp {
	background-image: url('../images/staff_up.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	cursor: pointer;
}
.StaffBtnDwn {
	background-image: url('../images/staff_dwn.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	cursor: pointer;
}
.PicturesBtnUp {
	background-image: url('../images/pictures_up.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	cursor: pointer;
}
.PicturesBtnDwn {
	background-image: url('../images/pictures_dwn.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	cursor: pointer;
}
.ContactBtnUp {
	background-image: url('../images/contact_up.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	cursor: pointer;
}
.ContactBtnDwn {
	background-image: url('../images/contact_dwn.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	cursor: pointer;
}
.PodcastsBtnUp {
	background-image: url('../images/podcasts_up.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	cursor: pointer;
}
.PodcastsBtnDwn {
	background-image: url('../images/podcasts_dwn.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 70px;
	cursor: pointer;
}
