/**
 * CSS for BAA landing pages.
 *
 */
BODY, FORM {
	margin: 0;
	padding: 0;
	width: 100%;
}

BODY {
	background: #EFEFF0;
	color: #191919;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	height: 100%;
	min-width: 1000px;
	text-align: center;
}

BODY, DIV, OL, UL, LI {
   border: 0;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

A, A:link, A:visited {
   color: #000000;
}

H1 {
   margin: 0;
   padding: 0;
}

H2 {
   color: #293A96;
   font-size: 20px;
   font-weight: bold;
   line-height: 23px;
}

IMG {
   border: 0;
}

LI {
   display: inline;
   list-style: none;
}

UL, OL {
   display: inline;
   list-style: none;
}

/* ------------------- */
#page_container {
   background: #FFFFFF url(/images/bg_body.gif) repeat-y scroll center top;
   margin: 0 auto;
   min-height: 600px;
   padding: 20px 5px 0;
   position: relative;
   text-align: left;
   width: 900px;
}

/* ------------------- */
#container_terms_and_conditions {
   color: #191919;
   clear: both;
   font-size: 10px;
   line-height: 11px;
   padding: 0px 20px 10px 20px;
   text-align: left;
}

#container_terms_and_conditions OL {
   display: block;
   float: none;
   margin-left: 22px;
}

#container_terms_and_conditions LI {
   display: list-item;
   list-style-image: none;
   list-style-position: outside;
   list-style-type: decimal;
}

/* ------------------- */
#page_footer {
   background: #7A7A7A;
   font-size: 0.7em;
   text-align: center;
   width: 100%;
}

#footer_bar_centered UL {
   float: none;
}

#footer_bar_centered A {
   color: #FFFFFF;
   margin: 0 4px;
   text-decoration: none;
}

/* ------------------- */
DIV.form_row {
   clear: both;
   float: left;
   margin: 1px 50px;
   width: 800px;
}

DIV.form_field {
   float: left;
   margin-right: 30px;
   width: 300px;
}

DIV.form_field LABEL {
   float: left;
   font-size: 12px;
   font-weight: bold;
   margin-right: 10px;
   text-align: right;
   width: 100px;
}

DIV.form_field INPUT, DIV.form_field SELECT {
   float: left;
   font-size: 12px;
   text-align: left;
}

UL.errors {
   clear: left;
   color: #FF0000;
   float: left;
   font-size: 12px;
   text-align: left;
}

DIV.form_field UL.errors {
   padding-left: 110px;
}

UL.errors LI {
   clear: left;
   float: left;
   margin: 0;
   padding: 0;
}

/* ------------------- */
TABLE.group_opt_ins {
   font-size: 12px;
   text-align: left;
}

TABLE.group_opt_ins TD, TABLE.group_opt_ins TH {
   line-height: 14px;
}

TABLE.group_opt_ins TH {
   font-size: 11px;
   font-weight: bold;
}