@charset "UTF-8";
#container {
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: static;
}
#nav {
	background-color: #003366;
	height: 25px;
	width: 100%;
	border: thin solid #0099CC;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	position: static;
	font-size: 16px;
}
#leftColumn {
	background-color: #999999;
	width: 16.5%;
	height: 100%;
	float: left;
	border: thin solid #003366;
	text-align: center;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;	
}
#rightColumn {
	background-color: #FFFFFF;
	float: right;
	width: 83%;
	border: thin none #999999;
	position: static;
}
#header {
	background-color: #FFFFFF;
	height: 120px;
	width: 100%;	
	margin: auto;
	padding: 0px;
	position: static;
	background-image: url(Images/banner.jpg);
	background-repeat: no-repeat;
	
}
#window {
	background-color: #ffffff;
	position: absolute;
	z-index: 0;
	height: 675px;
	width: 581px;
	left: 22%;
	top: 56%;
	border: thin none #0099CC;
	background-image: url(Images/WindowBack.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #003366;
	font-weight: bold;
}

#imgs
{
  margin: 5px; 
  height: auto;
  width: auto;
  float: left;
  display: inline;
  padding-top: 10px;
  text-align: center;
}	



#imgText

{
	text-align: center;
	font-weight: bold;
	width: 120px;
	margin: 2px;
	color: #003366;
	height: 0px;
	padding: 0px;
}


#main {
	height: 150px;
	width: 600px;
	border: thin none #0066CC;
	position: absolute;
	left: 22%;
	top: 22.5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #003366;
	text-align: left;
	z-index: 1;
}

#main2 {
	height: 600px;
	width: 600px;
	border: thin none #0066CC;
	position: absolute;
	left: 240px;
	top: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #003366;
	text-align: left;
	z-index: 1;
}






#insurance  {
    position: absolute;
    height: 150px;
	width: 150px;
	left: 860px;
	top: 180px;
}