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

#page {
	margin: 10px;
}

#menuBar {
	color: #333333;
	font-size: 12px;
	line-height: 12px;
	font-family: Times New Roman, Times, serif;
	text-align: left;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 230px;
	overflow: hidden;
	vertical-align: top;
	background-color: #ffaa79;
	}
.menuHeader {
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	padding: 4px;
	cursor: pointer;
	margin: 2px 0px 2px 20px;
	display: block;
	width: 200px;
	border-bottom: 1px solid #fdffc1;
	}
.menuHeader a {
	color: #333333;
	text-decoration: none;
}
.menuHeader a:hover {
	color: #ffffff;
	background: #ffaa79;
}
.menuLink {
margin: 0px;
padding: 4px;
}
a.menuLink {
	display: block;
	}

a.menuLink:link {
	color: #ffffff;
	text-decoration: none
	}

a.menuLink:visited {
	color: #ffffff;
	text-decoration: none
	}

a.menuLink:hover {
	text-decoration: none;
	color: #ffffff;
	}
a.menuLink:active {
	color: #ffffff;
	text-decoration: none;
	}
.menuDrop {
	color: #ffffff;
	font-size: 11px;
	font-family: Times New Roman, Times, serif;
	background-color: #ffffff;
	background-repeat: repeat;
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 990;
	top: 60px;
	left: 0;
	text-align: left;
	cursor: pointer;
	white-space: nowrap;
	width: 175px;
	border-right: solid white 2px;
	}
.subMenuDrop {
	color: #ffffff;
	font-size: 11px;
	font-family: Times New Roman, Times, serif;
	background-color: #ffffff;
	background-repeat: repeat;
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
	top: 60px;
	left: 0;
	text-align: left;
	cursor: pointer;
	white-space: nowrap;
	width: 175px;
	border-right: solid white 2px;
	}
.submenuItem, .submenuitem a {
	display: block;
	background: #56b2da;
	white-space: nowrap;
	margin: 2px 0px 2px 2px;
	border: 0px;
	}
.submenuItem a:hover {
	background: #67c3eb;
	}
.leftie {
	position: relative;
	left: -5px;
}
#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;
}
.rightie {
float: right;
margin-left: 4px;
}