/* CSS Document */


body {
	background-repeat: no-repeat;
	background-image: url(../images/background_graphic.jpg);
	background-attachment: fixed;
	background-color:#eceabc;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
}

a {
	font-weight: bold;
	color: #003333;
}

a:hover {
	text-decoration: none;
}

h1 {
	display:none;
}

#idn_logo {
	position:absolute;
	left:0px;
	top:-7px;
	width:171px;
	height:251px;
	z-index:1;
	background-image: url(../images/idn_logo.gif);
}
#idn_logo span {
	display:none;
}
#side_nav {
	position:absolute;
	left:0px;
	top:223px;
	width:171px;
	height:253px;
	z-index:2;
}

#top_image {
	position:absolute;
	left:203px;
	top:31px;
	width:690px;
	height:210px;
	z-index:15;
	
}
#page_title {
	position:absolute;
	left:204px;
	top:241px;
	width:690px;
	height:38px;
	z-index:10;
}

#body_content {
	position:relative;
	left:204px;
	top:280px;
	width:630px;
	height:auto;
	z-index:200;
	margin: 0px;
	margin-bottom: 25px;
	padding: 30px;
	background-color: #FFFFFF;
	filter:alpha(opacity=64);-moz-opacity:.64;opacity:.64; /*get background transparency working*/
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}


HR {
    height:3px;
    width:80%;
    background:#999999;
    margin: 0px 0px 0px 0px;  
   }
   
#newstitle {
	margin:0px;
}

#footertext {
	padding-top: 25px;
	padding-bottom: 40px;
	clear:both;
	z-index: 500;

}
