body {
	margin: 0px;
	padding: 0px;
}

#page {
	margin: 10px;
}


.menuItem {
	display: block;
	width: 200px;
	padding: 4px;
	margin: 2px 0px 2px 20px;
	border: solid #ffaa79 1px;
	font: 12px 'Times New Roman', Times, serif;
	line-height: 12px;
	color: #333333;
	background: #ffffff;
	text-decoration: none;
}
.menuItem:hover {
	color: #ffffff;
	background: #ffaa79;
}
.menuItemActive {
	display: block;
	width: 200px;
	padding: 4px;
	margin: 2px 0px 2px 20px;
	border: solid #ffaa79 1px;
	font: 12px 'Times New Roman', Times, serif;
	line-height: 12px;
	color: #ffffff;
	background: #ffaa79;
	text-decoration: none;
}

.menuDrop {
 background: #ffffff;
 border: solid #ffffff 1px;
 position: absolute;
 top: 0px;
 left: 0px;
 visibility: hidden;
 overflow: hidden;
}
.menuDropItem {
	display: block;
	width: 200px;
	padding: 4px;
	margin: 2px 2px 2px 0px;
	border: solid #56b2da 1px;
	font: 12px 'Times New Roman', Times, serif;
	line-height: 12px;
	color: #ffffff;
	text-decoration: none;
	background: #56b2da;
}
.menuDropItem:hover {
	background: #67c3eb;
	border: solid #67c3eb 1px;
}
.menuDropItemActive {
	display: block;
	width: 200px;
	padding: 4px;
	margin: 2px 2px 2px 0px;
	border: solid #67c3eb 1px;
	font: 12px 'Times New Roman', Times, serif;
	line-height: 12px;
	color: #ffffff;
	text-decoration: none;
	background: #67c3eb;
}



#searchBox {
	color: #56b2da;
	width: 170px;
	margin-left: 20px;
}

.bottomLeft {
float: left;
height: 12px;
width: 460px;
padding: 6px 0px 6px 12px;
font: 10px Times New Roman, Times, serif;
color: #ffffff;
text-align: left;
vertical-align: middle;
}
.bottomLeft a {
text-decoration: none;
}
.bottomLeft a:hover {
text-decoration: underline;
}
.bottomRight {
float: right;
height: 12px;
width: 260px;
margin: 6px 12px 6px 0px;
font: 10px Times New Roman, Times, serif;
color: #ffffff;
text-align: right;
vertical-align: middle;
}
.bottomRight a {
text-decoration: none;
color: #ffffff;
}
.supportTop {
font: 18px Times New Roman, Times, serif;
}
a.supportTop {
color: #56b2da;
font-style: italic;
}
a.supportTop:hover {
text-decoration: none;
}