body {
	font-family:verdana;
  font-size:11pt;
  color:#000000;
}

#header {
	background:#660000;
}

#footer {
	color:#FF0099;
  height:50px;
  background:#660000;
  font-size:8pt;
  line-height:15px;
}
#footer a{
	color:#FF0099;
}

#menu2 {
	margin:15px 10px 15px 20px;
}

#menu2 h2{
	font-weight:bold;
  font-size:11pt;
  padding:0px;
  margin:0px;
  line-height:16pt;
}

#menu2 h2 a{
	text-decoration:none;
  font-weight:normal;
  color:#000000;
}

#menu2 h2 a:hover{
	text-decoration:none;
  font-weight:bold;
}

#body{
	margin:15px 0 15px 0px;
}

div.login{
	margin:20px;
  border:1px solid black;
  padding:5px;
	background-color:#E79E14;
}

/* menu page styles */
table.menuitem {
}

table.menuitem td{
	padding:14px 5px 0 0;
}

div.dots{
	float:bottom right;
	background: url(/sauce/styles/images/dot.gif) bottom repeat-x;
}

