
body
{
	background-color: white;
	font-family: arial;
	font-size: 13px;
}

.headertop
{
	width: 100%;
	height:161px;
	background: url("img/bac_logo.gif") top left repeat-x;
}

.headerbottom
{
	width: 100%;
	height: 51px;
	background: url("img/bac_button.gif") top left repeat-x;
}

.backgroundTopRight
{
	width: 100%;
	height: 158px;
	background: url("img/companyname.gif") top left no-repeat;
}

.link
{
	color: #0e88af;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

.menutopleft
{
    background: url("img/bac_menu.gif") top left repeat-x;
	width: 201px;
	height: 31px;
	color: #0e88af;
	font-weight: bold;
	line-height: 31px;
	padding-left: 14px;
}

.menutopright
{
    background: url("img/bluerightcurve.gif") top left no-repeat;
	height: 31px;
	width: 14px;
}

.menucontent
{
	width: 205px;
	padding: 5px;
}

.menucontent a:hover
{
    text-decoration: underline;
    color: #0e88af;
}

.menuitem
{
	color: #8d9395;
	text-decoration: none;
	padding-left: 20px;
	background: url("img/arrow.gif") top left no-repeat;
	margin-left: 6px;
	line-height: 18px;
}

.rightpart
{
	width: 685px;
	background-color: White;
	border:solid 3px #f5fdfd;
	padding: 5px;
	padding-right: 0px;
}

.footer
{
    border-top:solid 1px #0e88af;
}

.line
{
    border-top:solid 1px #0e88af;
}

.pageheading
{
	color: #0e88af;
}

.pagesubheading
{
	color: #0e88af;
}


