#MainFrame
{
	position: absolute; 
	background-color: #ffffff; 
	border-right: solid 1px #000000; 
	border-bottom: solid 1px #000000; 
	width: 800px; 
	height: 600px;
}

#menu_1
{
	position: absolute; 
	top: 150px;
	left: 10px; 
	height: 300px; 
	width: 120px;
	background-color: #002D4A;
	border: solid 1px #000D2A; 
        font-size: 14px;
	font-family: 'Arial';
	margin: 10 5 10 0;
	
}

#menu_1 a:link
{
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none
}

#menu_1 a:visited
{
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none
}

#menu_1 a:hover
{
	font-weight:bold;
	color:#000000; 
	text-decoration:none
}

#menu_1 a:active
{
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none
}

#menu_1 a:focus
{
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none
}

#menu_2
{
	position: absolute; 
	top: 150px;
	left: 10px; 
	height: 300px; 
	width: 120px;
	background-color: #002D4A;
	border: solid 1px #000D2A; 
        font-size: 14px;
	font-family: 'Arial';
	margin: 10 5 10 0;
	
}

#menu_2 a:link
{
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none
}

#menu_2 a:visited
{
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none
}

#menu_2 a:hover
{
	font-weight:bold;
	color:#000000; 
	text-decoration:none
}

#menu_2 a:active
{
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none
}

#menu_2 a:focus
{
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none
}

#newsbar_1
{
	position: absolute;
	top: 160px; 
	left: 640px;
	height: 300px; 
	width: 150px;
	background-color: #002D4A;
	font-family: 'Arial'; 
       	font-size: 12px;
	color: #FFFFFF
	
	
}

#newsbar_2
{
	position: absolute;
	top: 160px;
	left: 640px;
	height: 300px;
	width: 150px;
	background-color: #002D4A;
	font-family: 'Arial';
	font-size: 12px; 
	color: #FFFFFF;
	padding-left: 5px;
	
}

body
{
	margin-top: 0px;
	margin-left: 0px; 
	background-color: #777777;
}

#centerframe
{
	position: absolute;
	top: 160px; 
	left: 140px; 
	height: 420px; 
	width: 490px;
	background-color: #ffffff; 
        font-size: 14px; 
	font-family: 'Arial'; 
	border: solid 1px #000D2A;
	overflow=auto;
}

#centerframe a:link
{
	font-weight:bold;
	color:#000000; 
	text-decoration:none
}

#centerframe a:visited
{
	font-weight:bold;
	color:#000000; 
	text-decoration:none
}
