/* CSS Document */
/* IWE.CSS - PAGE LAYOUT STYLES USED FOR ALL PAGES *************************************************** */

body {
	background: #ffffff;
	margin: 5px 15px;
	}

html, body{	
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-light-color: #004795;
	scrollbar-arrow-color: #004795;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #8A8A8A;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #8A8A8A;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
}

/* COLUMNS *************************************************** */

#container1{
	width: 950px;
	background: #EEF8FD url(http://www.ungthu.org/images/bg_home.gif) repeat-y;
}


#container_i1{
	background: url(http://www.ungthu.org/images/bg_int.gif) repeat-y;
	width: 950px;
}


#container_i2{
	background: url(http://www.ungthu.org/images/bg_int.gif) repeat-y;
	width: 950px;
}


#container_ifull{
	background: url(http://www.ungthu.org/images/bg_full.gif) repeat-y;
	width: 950px;
}


#maincontainer{
	background: url(http://www.ungthu.org/images/bg_int.gif) repeat-y;
}


#container2{
	position:relative;
	width: 100%;

}

#leftcolumn{
	float: left;
	width: 215px;
}

#rightcolumn{
	margin-left:230px;
}

#col3{                  /* column 3, nested in right column: area for images, ad, links to sponsors*/
	float:right;
	width: 215px;
}
#col3i{                  /* column 3, nested in right column: area for images, ad, links to sponsors*/
	float:right;
	width: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* MAIN CONTENT */

#content480{
	float:left;
	width: 490px;
}

#content520{
	float:left;
	padding: 10px;
	width: 510px;
}

#content700{
	float:left;
	padding: 10px;
	width: 690px;
}

#contentfull{
	padding: 10px 10px 10px 20px;
}

#textbox{                        /* Text box on home page */
	position:relative;
	background: #ffffff;
	padding: 10px;
	border-top: 1px dotted #004795;
	border-right: 1px dotted #004795;
	border-bottom: 1px dotted #004795;
	border-left: 1px dotted #004795;
	margin-top: 8px;
}

#textboxnews{
	position:relative;
	padding: 10px;
	background-color: #44C3F0;
}

#ibox{
	position:relative;
	padding: 0;
}

/* TOP BANNER **************************************************** */

#topbanner { height:145px; background-image:url(http://www.ungthu.org/images/bg_topban.gif); background-repeat:no-repeat}

#topbannerE { height:145px; background-image:url(http://www.ungthu.org/english/images/bg_topban.gif); background-repeat:no-repeat}

#topsection{

}

#topnav{
	height: 20px;
	background: #004795;
	padding-top: 2px;
	width: 950px;
}

#topnavcontainer{
	height: 22px;
	margin:0 auto;
	width: 940px;
}

#horzbar{
	clear: both;
	width: 950px;
}

#horzbarbott{
	background: #FFFFFF;
	border-bottom: 1px dotted ##004795;
	width: 950px;
}

/* CLOUMN 3 **************************************************** */

#rightbox{
	width:184px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:2px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-top: 1px dotted #003399;
	margin-top: 5px;
}



/* BOTTOM BAR **************************************************** */



#footer{
	clear: both;
	padding: 0;
	width: 948px;
}

#footnote{
	background: #9AC8EC;
	height: 35px;
	text-align: center;
	padding-top: 15px;
	width: 100%;
	border-right: 1px solid #004795;
	border-bottom: 1px solid #004795;
	border-left: 1px solid #004795;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #036;
	letter-spacing: 1px;
}



.footer {
	color: #990033;
	font: 10px verdana, Arial, Helvetica, Sans-serif;
	}

/* ************************************************************* */
