@charset "UTF-8";
body {
		margin: 0;
		padding: 0;
		font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		color: #001E81;
		background-color:#F2F7FF;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 100px;
	background-image: url(frame_t.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.logo {
	float: left;
	height: 200px;
	width: 200px;
	margin-left: -75px;
	background-image: url(em_logo.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(content_bg.png);
	background-repeat: repeat-y;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background-image: url(frame_b.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	font-size: 35px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0;
}
#splashcon table {
	position: relative;
	left: 60px;
	top: 140px;
}
.frmwng{
      color:red;
}
label.txtfield {
	text-align:right;
	display:block;
	margin-right:10px;
	position:relative;
	width:120px;
	float:left;
}
label.radlbl {
	display:inline;
	float:none;
}
input.txtfld {
	border:1px solid #006;
	margin-right:5px;
	margin-bottom:5px;
	padding:2px;
	height:15px;
	font-size:12px;
}
textarea.formtxt {
	border:1px solid #006;
	margin-bottom:5px;
	padding:2px;
	height:100px;
	width:300px;
	font-size:12px;
}
#splashcon {
	margin:10px auto;
	width: 760px;
	text-align: left;
	height:450px;
		background:url(https://www.staymiles.com/images/sm_spalsh_img.jpg) left top no-repeat;
}
#numb {
	margin-right:40px;
	text-align:right;
	padding-top:10px;
	font-size:14px;
	letter-spacing:2px;
}
#body {
		background:url(https://www.staymiles.com/images/bg_body.gif) left top repeat-y;
	width:760px;
	height:auto;
}
#headern {
		background:url(https://www.staymiles.com/images/bg_head_n.jpg) left top no-repeat;
	width:760px;
	height:187px;
}
.menu {
	font-size: 14px;
	color: #FABB17;
	text-align:right;
	position:relative;
	top:132px;
	right:80px;
}
.menu a:link {
	color:#FAB801;
	text-decoration:none;
}
.menu a:visited {
	color:#FAB801;
	text-decoration:none;
}
.menu a:hover {
	color:white;
}
#contents {
	padding-left:20px;
}
#copyrt {
	font-size: 10px;
	color: #6699CC;
	margin-top: 10px;
}
.fmenu {
	font-size: 10px;
	color: #262B66;
	padding-top: 30px;
	padding-bottom: 10px;
	width:340px;
	margin:0 auto;
}
.fmenu a:link {
	text-decoration:none;
	color: #262B66;
}
.fmenu a:visited {
	text-decoration:none;
	color: #262B66;
}
.fmenu a:hover {
	text-decoration:underline;
	color: black;
}
.memmenu {
	margin-right:18px;
	margin-left:18px;
}
h2 {
	font-size:14px;
	margin-top:10px;
	margin-bottom:5px;
	color:#262B66;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
}
h3 {
	font-size:12px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#69C;
	border-top:1px solid #69C;
	text-align:right;
	padding-top:5px;
	font-weight:100;
	margin-bottom:10px;
}
h3 a:link, a:visited{
	text-decoration:none;
	color:#6699CC;
}
h3 a:hover {
	color:#262B66;
}
h4 {
	font-size: 16px;
	font-weight:bold;
}
h5 {
	font-weight:600;
	font-size:16px;
	color:#001E81;
	margin-bottom:10px;
	margin-top:10px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h6 {
	font-size:14px;
	color:#001E81;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6;
}
p {
	line-height:18px;
}
ul {
	line-height:16px;
	padding: 10px;
	margin: 10px;
}

ol {
	line-height:16px;
	padding: 10px;
	margin: 10px;
}

#fieldlist_light {
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	color: #001E81;
	background-color: #F2F7FF;
}

#fieldlist_dark {
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	color: #F2F7FF;
	background-color: #001E81;
}


#record_1 {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/* text-align: center; */
	color: #001E81;
	background-color: #F2F7FF;
}

#record_2 {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/* text-align: center; */
	color: #001E81;
	background-color: #FFFFFF;
}