html, body, table, td, th {
	margin:0;
	padding:0;
	border:0;
	border-collapse: collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:474747;
	height:100%;
	width:100%;
}

body {
	background-color:white;
}
* a {
	color:#0097E5;
	text-decoration:none;
}

* a:hover {
	color:#055781;
	text-decoration:none;
}

#container {
	margin:0;
	width:100%;
	height:100%;
	min-height:100%;	
	text-align: left;
}

#header {
	height:219px;
	background:url('../img/header_bg.jpg') repeat-x;
	width:100%;
	float:left;
}
	.left {
		width:761px;
		height:219px;
		height:201px/*ie*/;
		padding-top:18px;		
		float:left;
		background:url('../img/bg1.jpg') no-repeat;
	}
	.right {
		width:200px;
		width:180px/*ie*/;
		height:219px;
		height:201px/*ie*/;
		padding-top:18px;		
		float:right;
		padding-right:20px;	
		text-align:right;
	}
#subheader {
	height:78px;
	background-color:#E8E8E8;
	width:100%;
	float:left;
}
#menu {
	width:15%;
	float:left;
}
#left_menu {
	width:90%;
	padding-left:10%;
	padding-top:20px;
}
#left_bg {
	height:235px;
	background:url('../img/left_bg.jpg') no-repeat;
}
#left2 {
	width:70%;
	float:left;
}
 #left2 h2 {
 	font-size:14px;
	font-weight:bold;
 }
 #left2 a {
 	color:black;
	font-weight:bold;
 }
#right2 {
	width:30%;
	float:left;
	text-align:center;
}
	.vert {
		list-style:none;
		padding-top:3px;
		padding-bottom:5px;
	}
	.vert2 {
		list-style:none;
		padding-left:30px;
	}
	.vert2 a {
		color:#616161;
	}
	.number {
		font-weight:bold;
		color:#C8C8C8;
	}
	.horiz1 {
		list-style:none;
		display:inline;
		margin:0px;
		padding-top:0px;
		padding-left:5px;
		padding-right:5px;
	}
	.textbox {
		border:#CACACA 1px solid;
		width:150px;
		height:18px;
	}
#content {
	padding-top:20px;
	width:85%;
	float:left;
}
div.footer_guarantor {
height: 123px;
clear: both;
} 
#footer {
	width:100%;
	width:98%/*ie*/;
	height:123px;
	padding-top:25px;
	height:42px/*ie*/;
	margin-bottom:51px;
	padding-right:2%;
	background:url('../img/footer_bg.jpg') right no-repeat;
	clear:both;
	text-align:right;
	color:white;
	font-weight:bold;
	margin: auto;
	margin-top: -123px; 	
}
