* {
	margin: 0px;
	padding: 0px;
}
#wrapper #bodyArea #right {
	text-align: center;
}
#wrapper {
	background-color: #663300;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	margin-top: 60px;
	margin-bottom: 60px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
}
#wrapper #logo {
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 15px;
}
#wrapper #navigation {
}
#wrapper #bodyArea #right #alarm {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #F30;
}

#menuContainer {
	background-color: #663300;
	width: 170px;
	padding: 20px 0px 0px 15px;
	float: left;
}

#menuContainer ul { 
  list-style-type: none;

  margin: 0;
  padding: 0;
}
#menuContainer li {
	width: 9em;
	background-color: #663300;
	/* this is to make the submenus position relative to this li */
  position: relative;
	height: 2em;
}
#menuContainer a {
  text-decoration: none;
  color: #FFCC66;
  font-size: 10pt;
  font-family: Verdana, Arial, sans-serif;
}
#menuContainer li:hover {
	background-color: #663300;
}

#menuContainer a:hover {
  color: #f00;
}

#menuContainer ul ul {
  position: absolute;
  left: 9em;
  top: 0;
  visibility: hidden;
}
#menuContainer li:hover > ul {
  visibility: visible;
}
/*Mouseover: display second level or third level pop-up*/

#menuContainer li:hover ul, #menuContainer li:hover li:hover ul {
  visibility: visible;
}

/* Hide third level menu when the mouse is over the first level li*/
#menuContainer li:hover ul ul {
	visibility: hidden;
}

#wrapper #headerImg {
	height: 150px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-color: #000;
}
#wrapper #bodyArea #left {
	width: 550px;
	float: left;
}
#wrapper #bodyArea #right {
	width: 565px;
	float: right;
	background-color: #f5deb3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #600;
	padding: 1em;
	margin: 0em;
}
#wrapper #bodyArea #left      {
	padding: 0px;
}
#wrapper #bodyArea #footer {
	clear: both;
	background-color: #FFC;
	padding: 0px;
	bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 2em;
	
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #600;
	margin: 20px;
}
#wrapper #bodyArea #right p {
	text-align: left;
}

