/* CSS Document */

body {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial Helvetica, sans-serif;
	font-size: 12px;
	}
	
/* header things */	
div.header {
	background-color: #5B92E5;
	width: 100%;
	height: 115px;
	}
	
div.header-bannercont {
	background-color: #5B92E5;
	border-bottom: #00CCFF 1px solid;
	border-top: #00CCFF 1px solid;
	}
	
div.header-banner {
	/*background-color: #5B92E5;*/
	background-image: url(../images/UNLaoPHPheader.png);
	height: 85px;
	width: 800px;
	margin: auto auto auto auto;
	}
	
div.navcontainer {
	background-color: /*#93aed8*/#4e6fa4;
	border-bottom: #455573 solid 5px;
	}
	
div.navbar {
	width: 800px;
	height: 25px;
	background-color: #455573;
	margin: auto auto auto auto;
	}
	

/* content things */
div.main {
	width: 100%;
	background-image: url(../images/mainbgfade.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	}
	
div.content {
	width: 800px;
	margin: auto auto auto auto;
	}

div.content td {
	vertical-align: top;
	}
	
div.updates {
	width: 570px;
	padding: 0px;
	}

div.updates td {
	vertical-align: top;
	border-bottom: /**#333333 solid 1px**/none;
	text-align: justify;
	}

table.unctlist {
	width: 100%;
	}

table.unctlist td img {
	float: left;
	padding: 5px;
	margin: 15px 20px 10px 0px;
	}

table.unctlist td ul {
	list-style-type: disc;
	}

span.form form {margin: 0;}
span.form table {border-left: 1px #a0a0b3 solid; border-top: 1px #a0a0b3 solid;}
span.form td {border-bottom: 1px #a0a0b3 solid; border-right: 1px #a0a0b3 solid;}
span.form td.td1 {background: #fccccc; border-bottom: 1px #a0a0b3 solid; border-right: 1px #a0a0b3 solid;}
span.form tr.h td {background: #a0a0b3; font-weight: bold; font-size: 13px;}
span.form tr.h2 td {background: #9BB3E3; font-size: 11px; COLOR: #FFFFFF}
span.form tr.h3 td {background: #c4c4db; font-size: 11px; COLOR: #333333; font-weight:bold}
span.form a.nil {color: #000000;}



/*Sidebar Things*/
		
div.sidebar {
	padding-top: 2px;
	width: 200px;
	}

div.ctcontainer {
	width: 200px;
	}
	
div.ctbar {;
	margin: 0px 0px 0px 0px;
	z-index: 2;
	}
	
div.ctbar table {
	width: 100%;
	background-color: #4e6fa4;
	border: #455573 solid 2px;
	}
div.ctbar td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	}
	
#srchResult iframe { 
	width: 550px; 
	height: 1000px; 
	}

/* Text formatting */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	text-align: center;
	}
	
h2 {
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #455573;
	}

h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #455573;
	text-align: left;
	}

p {
	font-size: 12px;
	}
	
hr	{
	color: #455573;
	}
	
/*blog feed formatting*/

span.headline, span.headline a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4e6fa4;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	}
span.headline a:hover{
	color: red;
}

p.date {
	font-weight: bold;
	}

div.feedburnerFeedBlock ul{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	}
	
div.feedburnerFeedBlock ul li{
	padding-top: 15px;
	}

/*nav formatting*/

body#home a#homenav,
body#country a#countrynav,
body#unsystem a#unsystemnav,
body#contact a#contactnav,
body#mdg a#mdgnav,
body#media a#medianav,
body#faqs a#faqsnav,
body#links a#linksnav {
color: #fff;
background: #455573;
}



#nav {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	margin: 0 auto;
	padding: 0;
	background-color: #4e6fa4;
	height: 25px;
	width: 100%;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	float: right;
}

ul#nav li {
	background-image: none;
	padding: auto 0;
	float: left;
	margin: 0;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 25px;
	white-space: nowrap;
	text-transform: none;
}

ul#nav li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
	border-right: 1px dotted #777;
}

ul#nav li.current_page_item, ul#nav li a:visited.current_page_item, ul#nav li a:hover, .current_page_item, .current_page_parent {
	color: #fff;
	background: #455573 url('images/pyramid.png') no-repeat center bottom;
}
ul#nav li ul {
	display: none;
	height: auto;
	width: auto;
	position: absolute;
	list-style: none;
	z-index: 200;
	/*background: url(/images/nav/bg-main-drop.png) left bottom no-repeat;  reset in iepc.css*/ 
	padding: 1px;
	margin: 0;
	background-color: #4e6fa4;
}

ul#nav li.hover ul,
ul#nav li:hover ul,
ul#nav li.over ul {
	display: block;
}

ul#nav li ul li {
	float: none;
	border: 1px dotted #777
	}

ul#nav li > ul{
top: auto;
left: auto;
}



/*ctbar formatting*/

#ct {
	font-size: 1em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #4e6fa4;
	height: 245px;
}

ul#ct {
	
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	width: 97px;
	vertical-align: top;
}

ul#ct li {
	padding: auto 0px auto auto;
	margin: 0px 0px auto 0px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	white-space: nowrap;
	text-transform: uppercase;
	border: 1px dotted #777
}

ul#ct li a {
	padding: 0px 6px;
	text-decoration: none;
	color: #ffffff;
}

ul#ct li.current_page_item, ul#ct li a:visited.current_page_item, ul#ct li a:hover, ul#ct li:hover, .current_page_item, .current_page_parent {
	color: #fff;
	background: #455573;
}

ul#ct li.hover ul{
	display: block;
}

td#ctt h3 a:hover, td#ctt h3:hover, ul#ctt h3.current_page_item, td#ctt h3 a:visited.current_page_item, .current_page_item, .current_page_parent  { 
	color: #fff;
	background: #455573;
}



