body
{
	font-family: Arial;
	margin: 0;
	padding: 0;
	color: #000;
}

body a:link
{
    color:#222;
}

body a:visited
{
    color:#222;
}

a.left:link
{
    color:#AAA;
    font-size: 16px;
    font-weight:bold;
}

a.left:visited
{
    color:#AAA;
    font-size: 16px;
    font-weight:bold;
}

#footer
{
	font-family: Arial;
	color: #999;
	font-size: 16px;
}

#main
{
	text-align: center;
	background: #333333;
	height:1200px;
}

#frame
{
	margin: auto;
	width: 1200px;
	height: 650px;
	background: url(Images/framebg.png);
}

#mapFrame
{
	height: 600px;
	width: 900px;
}

#menu{
	width: 260px;
}

#tab
{
	height: 30px;
	width: 240px;
	background: url(JS/Accordion/tabbg.png);
}

#menu h1
{
	line-height: 30px;
	color: #333;
	cursor: pointer;
	font-weight: bold;
	background: url(JS/Accordian/block-arrow-expanded.gif) no-repeat scroll;
}

.submenu div{
	line-height: 35px;
	border-bottom:0px solid #ddd;

}	
.submenu ul li{
	line-height: 25px;

}

.b1f, .b2f, .b3f, .b4f {font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#ddd; margin:0 5px;}
.b2f {height:1px; background:#ddd; margin:0 3px;}
.b3f {height:1px; background:#ddd; margin:0 2px;}
.b4f {height:2px; background:#ddd; margin:0 1px;}
.contentf {background: #ddd;}
.contentf div {margin: 0px;}
