#container {
	font-family: "Trebuchet MS", Georgia, Verdana;
	font-size: small;
	color: #000000;
	margin:auto;
	background-color: #666699;
	background-image: url(../images/vertTile.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 99%;
	position: static;
}
#head {
	width: 760px;
	left: 10px;
}
#nav {
	width: 775px;
	height: 62px;
}
body {
	background-color: #666699;
	margin:none;
}
#fill {
	position: relative;
	height: 99.9%;
	width: 1px;
}
#top {
	background-image: url(../images/topEdge.gif);
	background-repeat: no-repeat;
	width: 760px;
}
#bot {
	background-image: url(../images/botEdge.gif);
	background-repeat: no-repeat;
	width: 760px;
	background-color: #666699;
}
#logo {
	margin-left: 25px;
}
#flashHead {
	left: 25px;
	padding:35px;
	height: 105px;
	width: 515px;
}
#bodyText {
	width: 400px;
	text-align: justify;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
	left: 0px;
	position: relative;
	background-position: right top;
	top: 20px;
	float: right;
}
.bottomNav {
	position: relative;
	top: -15px;
	text-align: center;
	width: 720px;
	height: 10px;
	font-family: "Trebuchet MS", Georgia, Verdana;
	font-size: 10px;
}
.nosh {
	display:none;
}
a:link {
	text-decoration: none;
	border: none;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	background-color: #666699;
}
img {
	border: none;
}
input {
	width: 230px;
}
.sendBtn {
	width: 75px;
	background-color: #666699;
	border: none;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/send_btn.gif);
	background-repeat: no-repeat;
	height: 30px;
}
.resetBtn {
	width: 75px;
	background-color: #666699;
	border: none;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/reset_btn.gif);
	background-repeat: no-repeat;
	height: 30px;
}

.MENU_td_ovr {
	font-size:12px;
	color: #000000;
	background-color: #f9c728;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.MENU_td_reg {
	font-size:12px;
	color: #333333;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	margin: 0px 0px 5px;
}
