/* CSS Document */
body, div, form, img, object {
	border-width: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #005bab;
	font: normal 75% Arial, Helvetica, sans-serif;
	color: #005bab;
}

p {
	margin: .8em 0;
}

hr {
	color: #005bab;
	border: none;
	height: 1px;
	background-color: #005bab;
}

h1 {
	font-size: 2em;
	margin: 0;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

.clear {
	clear: both;
}

a {
	color: #005bab;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* sandbox */

div#container {
	width: 770px;
	margin: 0 auto;
}

div#header {
	height: 201px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}

#message {
  margin: 5px 0 0 35px;
  width: 650px;
  height: 22px;
  float: left;
}

#email {
	float: right;
	width: 50px;
  padding-top: 5px;
  height: 24px;
}

#logo {
	float: left;
	width: 200px;
	height: 170px;
	cursor: pointer; 
}

div#animation {
  float: left;
}

#img1, #img2, #img3 {
	width: 185px;
	height: 140px;
	background-color: white;
}

#img1, #img2 {
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #005bab;
}


div#sandbox {
	background-color: #ffffff;
	background-image: url(../img/bg_bluefade.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#leftnav {
	width: 194px;
	padding-left: 10px;
	float: left;
	background-position: right;
	background-image: url(../images/menu/left_nav.jpg);
  background-repeat: repeat-y;
}

#nav_icon {
  text-align: center;
}

.nav_img {
	margin: .6em 0;
}

div#leftnav_content {
}

div#rightnav 
{
	width: 198px;
	padding-right: 26px;
	float: right;
	background-image: url(../img/rightnav_homepage2.jpg);
	background-position: top;
	background-repeat: repeat-y;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
}

div#rightnav_content {
	padding: 4px 0 0 27px;
}

div#rightnav_content a {
	font-weight: bold;
}

div#content {
	margin-left: 209px;
	margin-right: 211px;
}

div#content_center {
	width: 327px;
	background-image: url(../img/bg_logo_ilaunion.gif);
	background-position: center 40px;
	background-repeat: no-repeat;
	font-size: .9em;
}

table.content_sandbox {
	padding-top: 1.6em;
}

img.content_header {
	float: left;
}

p.content_date {
	text-align: right;
}

.blue_line {
	margin-top: 5px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #005bab;
}

div#footer {
	height: 54px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	color: #005bab;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	padding: .9em;
}

div#footer a {
	color: #005bab;
}

div.footer_left {
	float: left;
}

div.footer_right {
	font-weight: bold;
	float: right;
}

/* holly hack */
* html div#content { height: 1px; }


.ques {
	font-weight: bold;
	text-align: right;
	width: 150px;
}

.ans {
	width: 240px;
}

