/*Attributes for the body tag, note this is not a class*/
body
{
	text-align:center;
}

/*Page Attribute Used as the primary container for the page content*/
.page 
{
  width:800;
  height:100%;
  text-align:center;
  font-size:12px;
  background-color:#FFFFFF;
  color:#2E3192;
  font-family: Arial, verdana, sans-serif;
  margin-left:100;
	
  }
  
  .home_page 
{
  width:800;
  font-size:12px;
  background-color:#FFFFFF;
  color:#000000;
  text-align:center;
  margin-left:100;
 }
 .table_border
 {
	border:1;
 }
 
 .content
 {
	
	width:590;
	/*border-bottom: solid 6px #E5E4E0;*/
	text-align:center;
	
 }

/*This is the header that contains the logo for the site*/
.header 
{
	width:699px;
	padding:0px;
	height:146;
	color:#0000FF;
	background: url(/includes/em_logo.gif);
	text-align:center;
}

.footer 
{
	width:800px;
	height:20px;
	border-top: solid 16px #F1F0F0; 
	vertical-align:bottom;
	margin-top:25;
	text-align:center;
}

.nav_footer 
{
	border-top: solid 16px #F1F0F0; 
	vertical-align:bottom;
	width:800px;
	height:16px;
	text-align:center;
	color:#2E82FD;
	font-family: Arial, verdana, sans-serif;
	font-weight:bold;	
	background-color:#FFFFFF; 
	text-align:center;
	margin-top:5;
}

.header_border
{
	width:800px;
	/*border-top: solid 1px #000099;
	border-bottom: solid 1px #000099;*/
	
}

/*This is the top navigation bar*/
.nav 
{
	width:800px;
	height:16px;
	text-align:right;
	color:#ffffff;
	font-family: Arial, verdana, sans-serif;
	font-weight:bold;	
	background-color:#F1F0F0; 
	border-bottom: solid 6px #E5E4E0;
	
}
.leftnav 
{
	/*float:left;
	height:auto;
	width:190;*/
	background: url(images/MM_small.gif) bottom center no-repeat;
	background-color:#D2E6FE;
	/*margin-right:8;*/
	/*border-bottom: solid 6px #E5E4E0;*/
}

/*This is the primary body content*/


/*These are site wide pseudo classes used to control link presentation*/
a:link {color: #2E3192; text-decoration:none; font-size:11px; font-family:arial; font-weight:bold }
a:visited {color: #2E3192; text-decoration:none; font-size:11px; font-family:arial; font-weight:bold}
a:hover {color: #2E3192; text-decoration:none; font-size:11px; font-family:arial; font-weight:bold}

a.paragraph:link {color: #2E3192; text-decoration:underline; font-size:11px; font-family:arial; font-weight:bold}
a.paragraph:visited {color: #2E3192; text-decoration:underline; font-size:11px; font-family:arial; font-weight:bold}
a.paragraph:hover {color: #2E3192; text-decoration:underline; font-size:11px; font-family:arial; font-weight:bold}

a:link.text {color: #2E3192; text-decoration:underline; font-size:11px; font-family:arial; font-weight:bold}
a:visited.text {color: #2E3192; text-decoration:underline; font-size:11px; font-family:arial; font-weight:bold}
a:hover.text {color: #2E3192; text-decoration:underline; font-size:11px; font-family:arial; font-weight:bold}

b.contact_blue
{
	color:003399;
	font-weight:bold;
}

/*The following tags are used to control the form tags on the order page*/
.label
{
	font-style:italic;
}


/*Fieldset Legend*/
.legend
{
	
	text-align:center;
	font-style:normal;
	font-family:Arial;
	color:#FF0000;
	font-size:12;
	text-decoration:none;
	
}
.legend_rules
{
	font-style:normal;
	font-family:Arial;
	font-weight:bold;
	color:#2E3192;
	font-size:12;
	text-decoration:underline;
	padding-bottom:3px;
	text-align:center;
	color:#FF0000;
}
.fieldset
{
	
	width:500;
	/*border-color:#DF034A;*/
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	padding:20px;
	text-align:left;
}

.fieldsetA
{
	border-color:#2E82FD;
	border-width:1px;
	border-style:solid;
	height:320;
}

.fieldset_fees	
{
	
	width:300;
	/*border-color:#DF034A;*/
	border-color:#2E82FD;
	border-width:1px;
	border-style:solid;
	padding:5px;
	text-align:left;
}
.fieldset_large
{
	
	width:699px;
	height:700px;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	text-align:center;
	margin: 0px,0px,0px,0px;
	color:#2E3192;
	
}
.fieldset_large1
{
	
	width:570;
	border-color:#2E3192;
	border-width:1px;
	border-style:solid;
	text-align:center;
	margin-top:10;
	margin-right:10;
	margin-bottom:10;
	color:#2E3192;
	
}

.message
{
	color:#2E3192;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	padding:4px;
}

.fieldname
{
	color:#000000;
	font-weight:bold;
	text-align:left;
	font-size:11px;
	padding:4px;
}
.fieldnamesm
{
	color:#000000;
	font-weight:none;
	text-align:left;
	font-size:11px;
	padding:4px;
}
.fieldname_header
{
	color:#FF0000;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	padding:4px;
	text-decoration:underline;
}

.fieldname_mymiles
{
	color:#FF0000;
	font-weight:bold;
	text-align:left;
	font-size:11px;
	padding:4px;
}

.p_home
{
	color:#2E3192;
	font-family: Arial, verdana, sans-serif;
	font-size:12px;
	width:560;
	margin-right:5;
	margin-left:5;
}

.p_home1
{
	color:#2E3192;
	font-family: Arial, verdana, sans-serif;
	font-size:12px;
	width:360;
	margin-right:5;
	margin-left:5;
}
.international
{
	color:#2E3192;
	font-family: Arial, verdana, sans-serif;
	font-size:12px;
	border-bottom-color:#2E3192;
	border-bottom-style:solid;
	border-bottom-width:1;
	border-top-color:#2E3192;
	border-top-style:solid;
	border-top-width:1;
	border-right-color:#2E3192;
	border-right-style:solid;
	border-right-width:1;
	border-left-color:#2E3192;
	border-left-style:solid;
	border-left-width:1;
	width:200;
	height:400;
	
}
.p_home2
{
	color:#2E3192;
	font-family: Arial, verdana, sans-serif;
	font-size:12px;
	width:240;
	margin-right:5;
	margin-left:5;
	
}
.p_page
{
	color:#2E3192;
	font-family: Arial, verdana, sans-serif;
	font-size:12px;
	width:720px;
	
}

.button
{
	background-color:FFFFFF;
	color:#000000;
	font-weight:bold;
	font-size:13px;
	border-color:#000000;
	border-width:2px;
}

li
{
	margin-bottom:10;
}

ul
{
	color:#2E3192;
	font-family: Arial, verdana, sans-serif;
	font-size:12px;
}

ol
{
	color:#2E3192;
	font-family: Arial, verdana, sans-serif;
	font-size:12px;
	white-space:nowrap;
	margin-left:30px;
	padding-left:50px;
}

.chart
{
	width:400px;
	color:#2E3192;
	font-family: Arial, verdana, sans-serif;
	font-size:12px;
}

.dd_leftnav
{
	font-size:11px;
	font-family: Arial, verdana, sans-serif;
	color:#00000;
	border-bottom-style:solid;
	border-color:#000000;
	border-width:1;
}

.dd_leftnav_table
{
	margin-left:10;
	
}
.body_table
{
	border-bottom-color:#2E3192;
	border-bottom-style:solid;
	border-bottom-width:1;
	border-top-color:#2E3192;
	border-top-style:solid;
	border-top-width:1;
	border-right-color:#2E3192;
	border-right-style:solid;
	border-right-width:1;
	border-left-color:#2E3192;
	border-left-style:solid;
	border-left-width:1;
	
	
}

.page_header
{
	color: #FF0000; 
	text-decoration:underline; 
	font-size:15; 
	font-family:arial; 
	font-weight:bold;
	text-align:center;
}