@charset "UTF-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #9BA53C;
	background-image: url(../images/ij_bkg.gif);
	background-repeat: repeat;
}

#main{
	margin-top:0em;
	margin-left:1em;
	margin-right:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper{
	width:60em;
	margin:auto;
}

/* Page header styles */
#header{
 	width: 955px;
	height: 2313px;
	position:absolute;
	background-image:url(../images/ijmain_bkg.gif);	
 	background-repeat: no-repeat;
}

/* Style for Navigation */
#nav{
	margin-top:0em;
	clear:both;
	font-size:14px;
		}
ul{
	list-style-type: none;
	display: inline;
}

li{
	display:inline;
	margin-right: 3em;
}
/* left column */
.leftcolumn{
	position:absolute;
	top: 120px;
	left: 10px;
	width: 520px;
	margin: 10px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* right column */
.rightcolumn{
	position:absolute;
	top: 210px;
	left: 540px;
	width: auto;
	margin: 10px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* bottom column */
.bottom{
	position:absolute;
	top: 525px;
	left: 20px;
	width: 920px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* bottom column */
.bottomfaq{
	position:absolute;
	top: 759px;
	left: 20px;
	width: 920px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF9E4;
}
/* bottom column */
.footer{
	position: absolute;
	top: 2310px;
	width:920px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:600;
	color: #FFF;
}

/* none bulleted list */
ul{
	list-style-type: none;
	display: inline;
}

/* LINKS */
/* Unvisted links */
a:link{
	color:#D2D3C5;
	text-decoration:underline;
}

/* Active links */
a:active{
	color: #D2D3C5;
	text-decoration:underline;;
}

/* Visited links*/
a:visited{
	color: #D2D3C5;
	text-decoration:underline;
}

/* Images */
div.img
{
  margin: 10px;
  border: 0px;
  height: auto;
  width: 111px;
  float: right;
  text-align: center;
}	

/* Image description */
div.desc
{
	text-align: center;
	font-weight: normal;
	font-size:12px;
	width:auto;
	margin: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* footnote description */
div.footnote
{
  text-align: left;
  font-weight: normal;
  font-size:12px;
  width:auto;
  margin: 10px;
}


