@charset "utf-8";
@import '2008/undo.css';
/* CSS Document */

.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #ffffff;
text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: black;
background-color: #ffffff;
border: 2px solid #ffffff;
}

.bevelmenu li a:hover{
color: black;
background-color: #c4c3bf;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

#banner {
	position:absolute;
	left:214px;
	top:6px;
	width:697px;
	height:128px;
	z-index:1;
}
#menu {
	position:absolute;
	left:214px;
	top:171px;
	width:536px;
	height:30px;
	z-index:2;
	border-style: dashed
}

#rssheader {
	position:absolute;
	left:820px;
	top:125px;
	width:170px;
	height:36px;
	z-index:7;
	border-left-style: solid;
	border-color: #003399;
}

#rss {
	position:absolute;
	left:820px;
	top:157px;
	width:170px;
	height:328px;
	z-index:5;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color: #003399;
}
#rss2 {
	position:absolute;
	left:820px;
	top:498px;
	width:170px;
	height:475px;
	z-index:6;
	padding-top: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-color: #003399;
}

.headlines-content #rss {
	padding-top: 5px;
	padding-right : 5px;
	position:absolute;
	z-index:1;
	overflow-y:scroll;
}
.headlines-content #rss p{text-decoration: none; font-size: 11px; font-weight: normal; color: #333;}
.headlines-content #rss a{text-decoration: none; font-size: 12px; font-weight: bold; color: #003399;}

.headlines-content #rss2 {
	padding-top: 5px;
	padding-right : 5px;
	position:absolute;
	z-index:1;
	overflow-y:scroll;
}
.headlines-content #rss2 p{text-decoration: none; font-size: 11px; font-weight: normal; color: #333;}
.headlines-content #rss2 a{text-decoration: none; font-size: 12px; font-weight: bold; color: #003399;}
#leftbar {
	position:absolute;
	left:10px;
	top:670px;
	width:150px;
	height:325px;
	z-index:8;
	border-bottom-style:solid;
	border-right-style:solid;
	border-color: #003399;
}
#leftbar2 {
	position:absolute;
	left:10px;
	top:374px;
	width:150px;
	height:288px;
	z-index:10;
	border-bottom-style:solid;
	border-right-style:solid;
	border-color: #003399;
}
#leftbar3 {
	position:absolute;
	left:10px;
	top:125px;
	width:150px;
	height:233px;
	z-index:9;
	border-bottom-style:solid;
	border-right-style:solid;
	border-color: #003399;
}
#body {
	position:absolute;
	left:172px;
	top:215px;
	width:640px;
	height: 100%;
	z-index:10;
}

.styleleft {font-size: 14px}

#wrapper 
{ 
 margin: 0 auto; 
 border: 1px solid red; 
 padding: 0; 
 width: 800px;
 height: 100%;
 text-align: left; 
} 

body {
  margin:0 auto;
  width:760px;
  /* adjust width as needed */
}
