#newmenu .hide {display: none;}

a:link {
	color: #000099; 
	text-decoration: underline; 
}
a:visited {
	color: #000099; 
	text-decoration: underline; 
}
a:alink {
	color: #ff0000; 
	text-decoration: underline; 
}
a:hover {
	color: #ff0000; 
	text-decoration: none; 
}

a:link#menu {
	color: #ffffff; 
	font-family: verdana; 
	font: 12pt; 
	text-decoration: none; }
a:visited#menu {
	color: #ffffff; 
	font-family: verdana; 
	font: 12pt; 
	text-decoration: none; 
}
a:alink#menu {
	color: #ffff00; 
	font-family: verdana; 
	text-decoration: none; 
}
a:hover#menu {
	color: #ffff00; 
	font-family: verdana; 
	text-decoration: none; 
}


body {
	background-color: #c2efff;
	font-size:11pt; 
	font-family: verdana,helvetica,arial,sans-serif;
	color: black;
	margin: 0px;
}

td {
	font-size: 9pt; 
	font-family: verdana,helvetica,arial,sans-serif;
	margin: 0px;
}

td#link {
	font-size: 10pt; 
	font-family: verdana; 
	background: #ddddff;
}

h1 {
	font-size: 140%; font-weight: bold;
	font-family: arial,helvetica,verdana,sans-serif;
	margin: 0px;
	padding: 15px 10px 15px 10px;
/*	background: #000000;
	color: #cccccc;
*/
}
h1#heading {
	font-size: 12pt;
	font-family: arial;
	letter-spacing: 1px;
	padding: 10px 0px 10px 0px;
	text-decoration: underline;
	color: #000000;
	background: #c2efff;
}
h3 {
	font-size: 120%;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
}

div.titlebar { 
	background: #000000;
	padding: 2px 0px 0px 0px; 
}

div.important {
	font-size: 86%;
/*	font-size: 100%; */
	width: 90%;
	font-weight: normal;
	padding: 5px 5px 5px 5px; 
	border-width: 0px 0px 0px 0px;
	border-color: #ffdb51;
	border-style: solid;
	background: #c2efff;
	text-align: center;
}

div.importantb {
	font-size: 86%;
/*	font-size: 100%; */
  width: 47%;
	font-weight: normal;
	float: left;
	padding: 5px 5px 5px 5px; 
	border-width: 0px 0px 0px 0px;
	border-color: #ffdb51;
	border-style: solid;
	background: #c2efff;
}

div.importantc {
	font-size: 86%;
/*	font-size: 100%; */
  width: 47%;
	font-weight: normal;
	float: right;
	padding: 5px 5px 5px 5px; 
	border-width: 0px 0px 0px 0px;
	border-color: #ffdb51;
	border-style: solid;
	background: #c2efff;
}

div.submenu { 
	background: #ffdb51;
	padding: 0px 0px 0px 0px; 
  font-size: 10%;
/*
	border-width: 0px 0px 2px;
	border-color: #cc6600 black #ffffff;
	border-style: solid;
*/
}

#sidebarright
{
	padding: 10px 0 10px 0;
	margin-left: 700px;
	width: 150px;
}

#sidebarleft
{
	padding: 10px 0 10px 0;
	margin-right: 0px;
	width: 150px;
}


#sidebar {
	font-size: 86%;
  float: right;
	background: #c2efff; /* #fff; */
/*
	border-left: 1px dotted #ccc;
	border-top: solid 3px #e0e6e0;
*/
	padding: 20px 0 10px 30px;
	right: 2px;
	top: 0;
	width: 18em; /* 11em; */
}

div.menu { 
	background: #c2efff;
}

div.menublack { 
	background: #000000;
}

div.menu a, div.menu a:hover, div.menu a:active, div.menu a:visited {
	border-width: 0px 0px 0px;
/*	background: #ffffff; */
	background: #c2efff; 
	padding: 0px 0px 0px 0px; 
}
#current {
	background: #c2efff; 
/*	background: #65d1ff; */
	color: black;
	border-color: black;
} 
div.content {
	font-size: 86%;
	margin: 0px 10px 10px 10px;
}
div.content a, div.content a:visited {
	color: #0000aa;
}
div.content a:hover, div.content a:active {
	color: #ff0000;
}

div.content2 {
  font-size: 86%;
  margin: 0px 10px 10px 30px;
  width: 92%;
  background: #c2efff;
}

div.content3 {
  float: left;
  font-size: 86%;
  margin: 0px 10px 10px 30px;
  width: 700px;
  background: #c2efff;
}

div.content3 table tbody td tr {
  background: #000000;

}

div.content2_with_sidebar {
  font-size: 86%;
  margin: 0px 10px 10px 30px;
  width: 70%;
  background: #c2efff;
}

div.header {
  width: 100%;
  padding: 5px;
  text-align: center;
  background: #649999;
  margin-bottom: 10px;
  color: #ffffff;
}
