body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #ccb;
color: white;
}

#framecontentTop{ 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 120px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #ccb;
color: white;
}

#maincontent{
position: fixed; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
top: 120px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto;
background: #ccb;


letter-spacing:1.5px;

	
}









#bllink a:hover {
	text-decoration:none;
	font:normal normal bold 12px/normal Arial, Helvetica, sans-serif;
	color: rgb(250, 249, 220);
	border-width: 0px;
}

a:link {
	text-decoration:none;
	font:normal normal bold 13px/normal Arial, Helvetica, sans-serif;
	color: #1a708e;
	border-width: 0px; 
}

a:visited {
	text-decoration:none;
	font:normal normal bold 13px/normal Arial, Helvetica, sans-serif;
	color: #1a708e;
	border-width: 0px;
}

a:active {
	text-decoration:none;
	font:normal normal bold 13px/normal Arial, Helvetica, sans-serif;
	color:rgb(107, 133, 168);
	border-width: 0px;
<!--ie png fix -->
	cursor: hand;
}

a:hover {
	text-decoration:none;
	font:normal normal bold 13px/normal Arial, Helvetica, sans-serif;
	color: #fff;
	border-width: 0px;
<!--ie png fix -->
	cursor: hand;
}






p {
	font: 12px/3ex "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #475569;
}

h1 {
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #475569;
}

h2 {
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1b708e;
	text-align: center;
}

h4 {
	margin-left: 55pt; 
	margin-right: 50px;
	color: #475569;
	font: normal 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h5 {

	color: #475569;
font: 12px/3ex "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

 .floatright
{
float: right;
width: 100px;
margin: 0 25px 10px 10px;
	color: #669999;
}
.floatleft
{
float: left;
width: 100px;
margin: 0;
	color: #008080;
 25px 10px 10px;
 border: none;

}
#Layerofflags {
	z-index:1;
	background: #ccb;
	color: #ccb;

<!--firefox picture border fix -->

	}
a.img {
	border: none;

}
