.logo {
	top: 34px;
	position: absolute;
	left: 10px;
	vertical-align: middle;
	text-align: center;
}

.frame {
	vertical-align: top;
	margin: 0px;
	height: 100%;
	width: 100%;
}

.frameLeft {
	width: 350px;
	height: 100%;
	color: #000000;
	vertical-align: top;
	border-right: 1px solid #7A0000;
	padding: 0px;
	padding-bottom: 10px;
	background-image: url(stripes.png);
	background-repeat: repeat-y;	
}

.frameCenter {
	width: 670px;
	background-color: #CCCCCC;
	color: black;
	padding: 6px;
}

.menu {
	width: 190px;
	text-align: right;
	padding: 2px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: bold;
}

.sitemenu {
	width: 150px;
	padding: 0px;
	padding-top: 35px;
	padding-bottom: 30px;
}

.sideheading{
   font-weight: bolder;
   background: #CCCCCC;
   font-size: 14px;
   text-align: center;
   vertical-align: middle;
   padding: 0px;
   padding-top: 4px;
   padding-bottom: 4px;
}

.sideband {
   text-align: center;
   padding-top: 4px;
   padding-bottom: 4px;
}

/* menubar */
.languagebar, .menuBar, .languagebar:visited, .menuBar:visited {
	height: 24px;
	background-color: #7A0000;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	padding: 2px;
}

.languagebar {
	text-align: right;
}

.menuBar:hover, .languageBar:hoover {
	color: gray;
}

IMG.language {
	height: 10px;
	border: 1px solid white;
	margin: 2px;
}

/* footer */
.footer, .footerLeft, .footerRight, .disclaimer {
   background-color: black;
   color: white;
   text-align: left;
   font-size: 9px;
   vertical-align: middle;
   padding: 2px;
}

.footerLeft, .menuBarLeft {
   text-align: left;
}

.footerRight, .menuBarRight {
	text-align: right;
}

.disclaimer {
	border-bottom: 1px solid white;
}

/* menu */
.menuLevel, .menuLevel2, .menuLevel:visited, .menuLevel2:visited {
	color: white;
	text-align: right;
	font-weight: bolder;
	font-size: 13px;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}

.menuLevel2, .menuLevel2:visited {
	font-size: 11px;
	color: #CCCCCC;
}

A.menuLevel:hover {
	color: #CCCCCC;
}

A.menuLevel2:hover {
	color: black;
}

.white, A.white {
	color: white;
}

A.white:hoover {
	color: #CCCCCC;
}