/* Global Page Styles   
----------------------------------------------- */

body {
	margin: 0px;
	padding:  15px 0px;
	background-color: #ffffff !important;
	text-align:left;
	}

body, tr, td, div {
	font-size: 11pt !important;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000 !important;
	}

#header,
#content_left,
#content_right,
#nav,
#footer,
#member_nav,
.error,
.printer {
	display:none !important;
	}


#main,
#main_top,
#main_bot,
#main_inner,
#content,
#content_center_single,
#content_center,
.mid_content,
.mid_content_single,
.mid_content_home,
.mid_content_home_inner  {
	width: auto;
	background-image: none !important;
	padding: 0px;
	float: none !important;
	background-color: #ffffff !important;
	}

a {
	color:#333333;
	text-decoration:underline;
	}	

.small {
	font-size: 10pt;
	}	

.smallred {
	font-size:10px;
	line-height: 1.3;
	color:#CC0000;
	}
	
.data_table {
	width: 100%;
	border-collapse:collapse;
	}

.data_table td {
	padding: 3px;
	border-bottom: 1px solid #c2ddf0;
	}

.data_table th {
	padding: 3px;
	font-weight:normal;
	font-size:14px;
	}



h1 {
	font-size: 16pt;
	font-weight:bold;
	}

h2   {
	font-size: 14pt;
	font-weight:bold;
	}

h3, h4, h5, h6   {
	font-size: 13pt;
	font-weight:bold;
	}



.clearBoth {
	clear: both;
	height: 1px;
	overflow: hidden;
	}


hr  { 
	height: 0px; 
	border: 0px solid #3399cc; 
	border-top-width: 1px;
	display: block;
	margin: 10px 0;
	}

img  {
  	border-width:0;
  	}


input, textarea, select {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}

.input {
	width: 300px;
	}
	
.button {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #000099;
	border-left: 1px solid #000099;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	color:  #ffffff; 
	background-color: #000099; 
	}	
	
.terms {
	width: 100%; 
	height: auto !important;
	padding: 0 !important;
	border:none !important;
	}
	
.question {
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	right: 23px;
	top: 0px;
	}
		
.pop-info {
	background-color: #d2e6fb;
	display: none;
	position: absolute;
	height: auto;
	width: 230px;
	left: -250px;
	border: 1px solid #99ccff;	
	padding: 10px;
	overflow: visible;
	bottom: 20px;
	z-index: 1000;
	visibility: visible;
	color:#000000;
	}

.box-title, label {
	display: block;
	width: 150px;
	position: absolute;
	color: #000000;
	left: 3px;
	}

.input-box {
	height: 60px;
	width: 210px;
	position: relative;
	float: left;
	display: inline-block;
	}

.terms-box {
	width: 100%;
	clear:both;
	}

.form-content {
	width: 640px;
	overflow: visible;
	}

.form-content  input  {
	position: relative;
	width: 180px;
	margin: 0px;
	display: block;
	top: 24px;
	}
	
.form-content  .chk {
	width: 20px; 
	display:inline;
	top: 0;
	}

.form-content  .imfield {
	width: auto; 
	top: 0;
	}
	
.form-content select {
	display: block;
	position: relative;
	width: 180px;
	top: 22px;
	margin: 0px;
	z-index: 1;
	}
	
option {
	display: block;
	position: relative;
	width: auto;
	}


.formHead  {
	background:#0099ff;
	color:#FFFFFF;
	float: none;
	clear: both;
	margin: 20px 0 0 0;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	width: auto;
	}
	
.formExp {
	background-color: #d2e6fb;
	color:#000000;
	float: none;
	clear: both;
	padding: 5px 10px;
	width: auto;
	font-size:11px;
	font-style:italic;
	margin-bottom: 20px;
	line-height: 1.2;
	}
	

