/* CSS Document */
/* IWE.CSS - PAGE LAYOUT STYLES USED FOR ALL PAGES *************************************************** */

body {
	margin:0px 20px 20px;	
	background: url(../images/bg_topgrad.gif) repeat-x top;
	}

html, body{	
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-light-color: #91081A;
	scrollbar-arrow-color: #9A0000;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #8A8A8A;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #8A8A8A;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
}

/* TOP BANNER **************************************************** */

#topsection{
	width: 960px;
	background: url(../images/bg_topban.gif) no-repeat;
}

#topnav{
	width: 960px;
	background: url(../images/bg_topnav.gif) repeat-y;
}

/* MAIN CONTAINERS *************************************************** */

#container1{
	background: url(../images/bg_content1.gif) repeat-y;
	width: 960px;
	margin: 0 auto;

}

/*  Background */
.bg_content1{
	background-image:url(../images/bg_content1.gif);
}

.bg_content2{
	background-image:url(../images/bg_content2.gif);
	background-repeat: no-repeat;
}

.bg_content3{
	background-image:url(../images/bg_content3.gif);
	background-repeat: no-repeat;
}


/* Table columns - HOME - 	width: 260px;*/

#container2_hm{
	background: url(../images/bg_content2.gif) no-repeat;
	padding: 0 21px 0 22px;
	width: 917px;

}

.col1hm{ 
	width: 166px;
    border-right: 1px dotted #3D729E;
 }

.col2hm{ width: 490px}

.col3hm{ 

	background: url(../images/bg_righthm.gif) no-repeat }

/* Table columns - INTERNAL */



#container2{
	background: url(../images/bg_content3.gif) no-repeat;
	padding: 0 23px 0 22px;

}

.col1 { width: 198px; border-right: 1px dotted #4f2901; background-color: #e8dacc }

.col2 { width: 500px}

.col3 { width: 217px }

.col2b { width: 717px}

/* LEFT *************************/

#leftcolumn{
	float: right;
	width: 196px;
	margin-right: 1px;
	margin-left: 1px;
}


/* MAIN TEXT BOXES *******************/

#content480{
	width: 475px;
	padding: 5px 10px 10px 15px;
}

#content700{
	padding: 5px 15px 15px 15px;
	width: 685px;
}

#contentfull{
	float: right;
	padding: 15px;
	width: 900px;
}


/* COLUMNS & BOXES ON HOME PAGE ********************************************* */

/* Left */

#leftcol_hm{
	float: left;
	width: 195px;
}

#leftnav_hm{
	padding-top: 60px;
	padding-left: 6px;
	width: 160px;
	margin-top: 10px;

}

/* NEWS on home page */

#newsbox_heading{
	padding-top: 2px;
	padding-left: 10px;
	background: url(../images/bg_newsboxhead.gif) no-repeat;
	height: 20px;

}

.news_txt{
	text-align: justify;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	padding-left: 10px;

}

/* BOTTOM BAR **************************************************** */

#footer{
	width: 960px;
	background: url(../images/bg_footer.gif) no-repeat;
	height: 85px;
	position: relative;
	clear: both;
	margin: 0px auto;
}
/* ************************************************************* */
