﻿body
{
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-image: url(  '../images/new/bnsBackground.png' );
	background-repeat: repeat-x;
}
h1
{
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: Calibri;
	font-size: 42px;
	text-transform: none;
	font-variant: small-caps;
	color: #CC0000;
}
h2
{
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: Calibri;
	font-size: 26px;
	color: #333333;
}
h3
{
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #1C2AB4;
}
a, a.visited
{
}
a:hover
{
}
p
{
	line-height: 19px;
	margin-top: 10px;
	margin-bottom: 15px;
}
img
{
	margin: 5px;
}
/*Master Page Styles*/
#wrapperMain
{
	width: 800px;
	margin: 0px auto;
	background-color: White;
}
#header
{
	border-style: none solid none solid;
	border-width: 1px;
	border-color: #818DFC;
	background-image: url(  '../images/new/bnsHeader.png' );
	height: 130px;
	background-color: Transparent;
	position: relative;
	background-repeat: no-repeat;
}
#headerLogo
{
	position: absolute;
	top: 10px;
	left: 10px;
}
#headerContact
{
	position: absolute;
	top: 0px;
	right: 0px;
}
#menu
{
	height: 51px;
	background-image: url(  '../images/new/bnsTitle.png' );
	background-color: Transparent;
	background-repeat: repeat-x;
}
#menuInner
{
	padding-top: 18px;
}
#menu ul
{
}
#menu ul li
{
	float: left;
	list-style-type: none;
}
#menu ul li a, #menu ul li a.visited
{
	display: block;
	width: 78px;
	font-family: Calibri;
	font-size: 15px;
	color: #E5E5E5;
	text-align: center;
	text-decoration: none;
}
#menu ul li a:hover
{
	color: #FFFF66;
}
#mainContent
{
	border-style: none solid none solid;
	border-width: 1px;
	border-color: #818DFC;
	min-height: 600px;
	padding: 10px 25px 10px 25px;
}
#mainLeft
{
	float: left;
	width: 500px;
}
#mainRight
{
	float:right;
	width: 200px;
	text-align: right;
}
#paypal
{
	border-style: none solid none solid;
	border-width: 1px;
	border-color: #818DFC;
	padding: 5px;
}
#paypal h3
{
	margin: 0px;
}
#footer
{
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #818DFC;
	padding: 10px;
	color: #666666;
	text-align: center;
	font-size: 10px;
}
#innerFooter
{
	padding: 10px;
	background-color: #E5E5E5;
	border: 1px solid #999999;
}
#footerContact
{
	padding: 5px;
	margin-top: 10px;
}
.clearDiv
{
	clear:both;
}