FONT, DIV, INPUT, TEXTAREA, FORM {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin: 35px 0px 0px 0px;
	line-height: 14px;
	font-style: normal;
	min-width: 812px;
	background-color: #666666
}
image {
	display: inline;
}
/* To Remove Link-Image borders */
a img {
	border: 0;
}
/* End Change */
#container {
	width: 812px;
  background-color:transparent;
	margin: 0 auto;
}
.left, .right {
	background-color:#000000;
	overflow: hidden;
}
.left {
	width: 330px;
	float: left;
	background-image:url(images/menu_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.left-bottom {
	width: 330px;
	float: left;
	background: url(images/bottom_bg.gif) repeat;
}
.right {
	width: 482px;
	float: right;
	text-align: right;
	background-image:url(images/menu_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.right-bottom {
	width: 482px;
	float: right;
	text-align: right;
	background-image: url(images/bottom_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.main_content {
	width: 810px;
	float: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.grey_spacer {
	width: 100%;
	background-color: #B2B2B2;
}
.content {
	width: 100%;
	float: left;
	background-color: white;
}

#menu1 {
	height: 6.5em;
	width: 120px;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: transparent;
	cursor: pointer;
	margin-top: -22px;
  margin-left: 20px;
}

* html #menu1 {
  height: 6em; 
}

#menu1 ul {
	list-style-type: none;
	padding: 10px 0 0 3px;
	margin: 0;
}

* html #menu1 ul {
  padding-top: 6px; 
}

#menu1 a {
  text-decoration: none;
  color: #333;
	font-size: 70%;
	line-height: 160%;
}

* html #menu1 a {
	line-height: 180%;
}

#menu2 ul {
	list-style-type: none;
	font-size: 75%;
	line-height: 1.8em;
	color: red;
}

#menu2 {
	margin-left: 0;
  margin-top: 15px;
}

* html #menu2 {
  margin-top: -5px; 
}

#menu2 a {
	text-decoration: none;
	color: black;
}
#menu2 a:hover {
	color: red;
}
#bubbles {
	width: 80px;
	min-width: 80px;
	margin: 0 8px;
	display: block;
}
.bubrow {
	display: inline;
}
.bubrow img {
	margin: 1px 4px;
	width: 26px;
}
#contentMain {
	font-size: 11px;
	line-height: 140%;
	height: 280px;
	overflow: auto;
	padding: 15px 15px;
}
#rollcage {
	visibility: hidden;
	display: block;
	position: absolute;
	margin-left: 85px;
}
