body  {
	background: #333 url("../back.gif") repeat;
	color: #443;
  margin: 0px;
  padding: 0px;
}
p {
  line-height: 1.3em;
	margin: 8px;
}
h1 {
  display: none;
}
h2 {
  display: none;
}
h3 {
  font-size: 1.4em;
  font-weight: bold;
  font-family: georgia, Sans-serif;
}
#allcontent {
  position: relative;
  width: 900px;
  color: #000000;
  background-color: #e5e6fb;
  margin: 20px auto;
  font-family: haramain, Arial, Sans-serif;
}
#maincontent {
  font-size: 1.0em;
  position: relative;
  width: 670px;
  left: 200px;
  padding: 0px 15px;
}
#topmenu {
	height: 25px;
	background-image: url(../images/topmenu_bg_flipped.gif);
	font-weight: bold;
}
#topmenu ul {
	position: relative;
	left: 150px;
	list-style-type: none;
	margin: 0px;
}
#topmenu ul li {
	display: inline;
	width: 150px;
	text-align: center;
	padding: 0px 50px;
	background-color: transparent;
}
#topmenu ul li a:link {
	background-color: transparent;
	color: #0000ff;
	text-decoration: none;
}
#topmenu ul li a:visited {
	background-color: transparent;
	color: #0000ff;
	text-decoration: none;
}
#topmenu ul li a:hover {
	background-color: transparent;
	color: #eeeeee;
	text-decoration: underline;
}
#sidemenu {
  position: absolute;
  width: 200px;
  top: 180px;
  clear: both;
}
#sidemenu ul {
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidemenu ul li {
	margin: 0px 10px;
	padding: 0px 10px;
	height: 25px;
	font-size: 0.8em;
}
#sidemenu ul.common {
	display: block;
}
#sidemenu ul a:hover {
	font-style: italic;
	text-decoration: none;
}
#sidemenu ul a div.hint {
	display: none;
	position: absolute;
	left: 12em;
	width: 20em;
	background-color: #000000;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 1em;
	font-size: 0.9em;
	font-style: normal;
	z-index: 30;
}
/*#sidemenu ul a:hover div.hint {
	display: block;
}*/
.invisible { /*Hide it from the screen but make it accessible to screen readers */
  position: absolute;
  top:  -999em;
  height: 0px;
  overflow: hidden;
}
.hot {
	float: left;
	width: 220px;
	margin: 10px;
	background-color: #ffffff;
	color: #000000;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
}
.hot .hothead {
	background-color: #322ea9;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.hot p {
	padding: 10px;
}
.emphasis {
	font-weight: bold;
	font-style: italic;
}
#footer {
  font-size: 0.6em;
  position: relative;
  margin: 25px;
  text-align: center;
  font-style: italic;
  border-top: 1px gray solid;
}
.dec, .divisiona, .divisionb, .divisionc, .divisiond, .divisione, .hidden {
  display: none;
}
.picright {
	float: right;
	margin: 5px;
}
.picleft {
	float: left;
	margin: 5px;
}
.report {
	background-color: #ffffff;
	color: #000000;
	font-family: georgia, sans-serif;
	padding: 0px 10px;
}
.commentary {
	padding: 5px;
}
.plan p {
	border: 1px solid black;
	padding: 10px;
}
.contest {
	display: block;
	background-color: #f8e72b;
	color: #120480;
	font-size: 120%;
	font-family: georgia, San-serif;
}
.soon {
	background-color: #ede6e6;
	color: #3e474e;
	font-size: 70%;
	font-family: verdana, arial, San-serif;
	margin-top: 10px;
	padding: 5px;
}
p.soondate {
	margin-left: 40px;
	font-style: italic;
	font-family: georgia, San-serif;
	color: #111111;
}
ul.success {
	list-style-type: none;
	margin-top: 15px;
}
ul.success ul {
	margin-top: 10px;
}
ul.success ul ul {
	margin-top: 5px;
}
div#alert {
	display: block;
	background-color: #e71111;
	color:  #dfe711;
	padding: 10px;
	border: 1px solid black;
}
p.dashboard {
	margin-left: 200px;
}
p.dashboard span {
	margin: 0px 3px;
}
div.adminlink {
	margin: 0px auto;
	text-align: center;
}
div.webmeeting {
	padding: 5px;
}
div.webmeeting object.dimdim {
	float: left;
	margin: 5px;
}
div.webmeeting p {
	float: right;
	margin: 5px;
}
