html {
	min-height: 100%;
	height:100%;
}

body {	
	background:#ffffff url("../images/bg_main.gif") repeat-x top;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size:14px;
	color: #000000;
	height: 100%;
	margin:0;
}


h1 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 26px;
	color: #000000;
	line-height:normal;
	font-weight:bold;
	padding:0;
	margin: 0 0 20px 0;
}

h2 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight:normal;
	font-style:italic;
	margin: 0 0 50px 0;
}

h3 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight:bold;
	margin: 0 0 4px 0;
}


p {
	margin: 0 10px 15px 0;
	line-height:18px;	
}

a {
	color: #bf002c;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #cc394e;
	text-decoration: underline;
}

strong {}

select {
	color:#6b6b6b;
	font-size:12px;
}

.border {
	border:1px solid #c7c7c7;
}

.left {
	position:relative;
	float:left;
	margin:0 20px 10px 0;
}

.right {
	float:right;
	margin:10px 0 10px 0;
	clear:right;
}

.noborder {
	border:0;
	padding:0;
	margin:0;
}

.container {
	position:relative;
	margin:0 10px 20px 20px;
}

.red {
	color: #bf002c;
	font-weight:bold;
}

/*#content ul {
	position:relative;
	width:95%;
	margin:5px 0 20px 20px;
}

#content ul li {
	padding-left: 12px;
	margin:0 10px 0 0;
	line-height:20px;
}*/

/********************* MAIN BODY *************************/

#main_body {
	position:relative;
	margin: auto;
	width:940px;
	z-index:100;
}

/********************* HEADER STYLES *************************/

#top {
	height:50px;
	width:940px;
	position:relative;
	margin:auto;
	z-index:101;
}

a.logo {
	position:absolute;
	top:0px;
	right:0;
	display:block;
	height:17px;
	width:132px;
	text-indent:-3000px;
	background:url("../images/logo_ics.gif") no-repeat;
}	

a.rf_logo {
	margin: 25px 0 10px 0;
	display:block;
	height:42px;
	width:137px;
	text-indent:-3000px;
	background:url("../images/logo.jpg") no-repeat;
}	

#top h1 {
	font-size:26px;
	color:#ffffff;
	margin:0;
}

#top h2 {
	color:#ffffff;
}

#top ul {
	width:95%;
	margin:5px 0 20px 0;
	padding:0;
	list-style:none;
	font-size:14px;
}

#top ul li {
	padding-left: 12px;
	background:url("../images/layout2/bullet_white.gif") no-repeat 0 6px;
	margin:0 10px 0 0;
	line-height:18px;
}

/*********************  LAYOUT STYLES *************************/

#content {
	position:relative;
	width:970px;
	margin:0 0 20px 0;
	padding:0 0 0 3px;
}

/* ***************  INTERIOR LAYOUT STYLES *************** */

.hr {
	background:url("../images/hr_island.gif") repeat-x ;
	height:2px;
	line-height: 2px;
	position:relative;
	text-align:left;
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}

.hr hr {
	display:none;
}

#col_1 {
	position:relative;
	float:left;
	width:650px;
	padding:0;
	margin:45px 30px 0 0;
}

#col_1 ul {
	position:relative;
	margin:10px;
	padding:0 0 0 20px;
	/*margin-right:40px;*/
	list-style: disc;
}

#col_1 ul li {
	line-height:18px;
}

.img {
	position:relative;
	float:right;
	margin:0 0 15px 10px;
}

#col_2 {
	position:relative;
	float:left;
	width:260px;
	padding:35px 0 20px 0;
}

.logo {
	position:relative;
	display:block;
	margin:20px auto;
}

.download_top {
	position:relative;
	width:210px;
	margin:auto;
	background:#14305F url("../images/layout2/bg_form.gif") repeat-x top;
	text-align:center;
	padding:25px 15px 10px 15px;
}

.download_top p {
	color:#ffffff;
}

.download_form {
	position:relative;
	width:206px;
	margin:auto;
	background:#d9d9d9;
	text-align:center;
	padding:25px 15px 20px 15px;
	border-bottom:2px solid #bebebe;
	border-left:2px solid #bebebe;
	border-right:2px solid #bebebe;
}

.submit {
	color:#ffffff;
	font-weight:bold;
	border:none;
	background:none;
	text-decoration:none;
}

.submit:hover {
	color:#ffffff;
	font-weight:bold;
	border:none;
	background:none;
	text-decoration:none;
}

.btn_mid {
	background:url("../images/layout2/btn_submit_mid.gif") repeat-x;
	height:22px;
	padding:0 10px 0 10px;
}