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


body td,th{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
	line-height:150%;
	clear: both;
}

body{
	background:#FEFEFE;
	margin:0;
	padding:0;
}

#holdpage{
	width:998px;
	margin:auto;
	padding:0;
	background:#FFFFFE;
}



/* standard elements */

a {color: #99FF00; text-decoration:none;}
a:hover {color:#222222 ;}
a:active{outline: none;}
a img {border:none;}

form{border:0px; margin:0px; padding:0px; color: #333;}
input {color: #333;font: 13px 1em "Trebuchet MS", Arial, Helvetica, sans-serif;}
input[type=button], input[type=submit], input[type=reset] {padding:1px 5px;color:#FFF; background:#FF6600}
p { line-height:1.6em;}
h1 {font-size: 1.2em;}
h1,h2,h3 {color: #666666;}
.imgleft{
	margin:5px 10px 5px 0;
	padding:0;
}
.imgright{
	margin:5px 0 5px 10px;
	padding:0;
	border:4px solid #fff;
}



#logo{
	float:left;
	width:250px;
	height:137px;
	margin:0;
	padding:0;
	background:url(../images/cofcambodia_01.jpg) no-repeat;
}

#topban{
	width:748px;
	height:137px;
	margin:0;
	padding:0;
}

#toplinebreak{
	width:998px;
	height:11px;
	background-color:#05D400;
	border-top:1px solid #99FF99;
}

#leftside{
	width:735px;
	height:auto;
	margin:7px 0 0 0;
	padding:0;
}

#rightside{
	width:255px;
	height:auto;
	padding:7px 0;
	margin:7px 0 0 8px;
	background-color:#048707;
}

#latest_news{
	background-color:#41A83D;
	margin:7px;
	padding:7px;
	color:#FFFFFF;
}

#donatepic{
	margin:0 0 5px 0;
	padding:0;
}

.header1{
	font-size:130%;
	font-weight:bold;
	color:#FFCC00;
}

.header2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#222222;
}

.header3{
	font-size:140%;
	font-weight:bold;
	color:#009900;
}

.header4{
	font-size:110%;
	font-weight:bold;
	color:#00CC33;
}

#info{
	padding:5px 5px 5px 10px;
	margin:0;
}

#linebreak{
	border-bottom:1px solid #009900;
	margin:5px 0 5px 0;
}

#footer{
	height:auto;
	padding:0;
	color:#FFFFFF;
	background:url(../images/footer.jpg) repeat-x #00A400;
}

#footerinfo{
	padding:8px;
	margin:0;
}



/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:137px;
	
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}