body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/star.gif);
	background-repeat:no-repeat;
	background-position: center bottom;
}

.star{

}

.oneColElsCtr #container {
	width: 1024px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #mainContent {
	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
width: 1024px;
height: 440px;
float:left;
}

#header_innerpage{
width: 1024px;
height: 265px;
float:left;	
}

#submenu{
width: 185px;
height: 400px;
float:left;
margin-left:20px;
font-family: Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: normal;
line-height: 2.5em;
color:#006666;
}

#websiteslinks{
width: 185px;
height: 20px;
float:left;
margin-top:130px;
}

#content {
width: 770px;
height: 100%;
float: left;
margin-left: 40px;
font-family:Verdana,Arial,Sans-Serif;
font-size:11px;
color: #666;
}

#content_innerpage {
width: 600px;
height: 100%;
float: left;
margin-left:40px;
font-family:Verdana,Arial,Sans-Serif;
font-size:11px;
color: #666;
}

ul, li
{
list-style-type: none;
}

#footer {
width:780px;
height:50px;
float:right;
margin:30px 0 30px 0px;
}

#leftword {
width: 156px;
height:34px;
float:left;
background-image:url(../images/footer.gif);
background-repeat:no-repeat;
background-position:bottom;
}

#copyright {
width:300px;
height:20px;
float:right;
font-size:10px;
color:#666;
margin-top:20px;
}

* { margin:0; padding:0; }

#banner {
width:320px;
height:162px;
float:right;
margin-top:30px;
}

img
{  border-style: none;
}

.bg_mapasia {
	background-image: url(../images/overview_map.gif);
	background-repeat: no-repeat;
}


#newsticker-demo {
width:400px;
padding:5px 5px 0;
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
}

#newsticker-demo a { text-decoration:none; color:#669900; font-size:11px;}
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:left;
font-size:14px;
padding:3px;
font-weight:bold;
font-family: Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: normal;
color:#006666;
}

.newsticker-jcarousellite { width:400px;}
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:10px; }
.newsticker-jcarousellite .thumbnail { float:left; width:120px; height:95px; }
.newsticker-jcarousellite .info { float:right; width:270px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.newsticker-jcarousellite2 { width:400px;}
.newsticker-jcarousellite2 ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:10px; }
.newsticker-jcarousellite2 .thumbnail { float:left; width:120px; height:95px; }
.newsticker-jcarousellite2 .info { float:right; width:270px; }
.newsticker-jcarousellite2 .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }


/*Typo for innerpage*/

h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;	
}

h3 {
color:#3F991C;
font-family:Verdana,Arial,Sans-Serif;
font-size:11px;
}

h6 {
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
color:#888;
}


p {
}

a:link {
	color: #3c9322;
	text-decoration: none;
}

a:visited {
	color: #3c9322;
	text-decoration: none;
}

a:hover {
	color: #66CC00;
	text-decoration: underline;
}

a:active { color: 3c9322 }

ul.a {
list-style-type: disc;
}	

/*table*/
.style1 {
color:#FFFFFF;
font-weight:bold;
}

td  {
	display:table-cell;
	padding:2px;
	text-align:inherit;
	vertical-align:top;
}


table  {
border-collapse:separate;
border-spacing:2px;
text-indent:0;
font-family:Verdana,Arial,Sans-Serif;
font-size:10px;
color: #666;
}

