body {
	color: rgb(16,106,184);
	background-color: rgb(181,208,227);
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}
.banner 
{
	background-image: url(skyegg_banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 100px;
	margin: 0px 100px 0px 100px;
	padding: 0px 16px 0px 16px;
	background-color: #1B76BD;
}
.banner p 
{
	padding-top: 70px;
}
.shop
{
  float: right;
  font-size: 12pt;
  font-weight: bold;
  text-align: right;
  color: white;
}
.shop img
{
  padding-top: 2px;
}
.shop a {
	text-decoration: none;
	color: white;
}
.shop a:hover {
	color: white;
	text-decoration: underline;
}
h1 {
	color: rgb(16,106,184);
}
h2 {
	color: rgb(16,106,184);
}
h3 {
	color: rgb(16,106,184);
}
a {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a img { border: 0px; }

.left {
	float: left;
	padding: 4px 4px;
	margin: 4px 8px 4px 0px;
	background-color: rgb(181,208,227);
	border: dashed 1px black;
}
.right {
	float: right;
	padding: 4px 4px;
	margin: 4px 0px 4px 8px;
	background-color: rgb(255,251,204);
	border: dashed 1px black;
}

.copyright {
	font-size: 8pt;
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 10px;
	margin-bottom: 80px;
}

#mainDiv {
	color: black;
	background-color: white;
	margin: 0px 100px 0px 100px;
	padding: 0px 16px 8px 16px;
}

#menuDiv {
	margin: 10px 100px 0px 100px;
	padding: 0;
}

#mainDiv img {
	margin: 8px;
}

#ad {
	float: right;
	width: 120px;
	height: 600px;
	margin-left: 10px;
}
#adlinks {
	margin-top: 10px;
}

/* top-level menu */
ul.menu {
	list-style: none;
	padding: 2px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	margin: 0px;
	white-space: nowrap;
}
ul.menu li {
	display: inline;
	white-space: nowrap;
}
ul.menu li a {
	text-decoration: none;
	color: rgb(16,106,184);
	padding: 1px 10px 6px 10px;
}
ul.menu li a:hover {
	text-decoration: underline;
	color: rgb(56,95,248);
}

/* mark the active menu item with this class */
ul.menu li.menuactive {
	background-color: white;
}
ul.menu li.menuactive a {
	background-color: white;
	color: rgb(56,95,248);
}
ul.menu li.menuactive a:hover {
	background-color: white;
	text-decoration: underline;
	color: rgb(56,95,248);
}

/* submenu */
ul.submenu {
	list-style: none;
	padding: 4px 0px 0px 0px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	background-color: white;
	margin: 0px;
	color: rgb(16,106,184);
}
ul.submenu li {
	display: inline;
	white-space: nowrap;
	padding-right: 6px;
}
ul.submenu li a {
	color: #CC6600;
	text-decoration: none;
}
ul.submenu li a:hover {
	color: #FF6600;
	text-decoration: underline;
}


