body
{
	margin: 10px auto;
	background-color: #646464;
}

td
{
	font-size: 12px;
	color: #555555;
	font-family: Tahoma, Arial, 'Times New Roman'; /*text-align: left;*/
}

a
{
	font-weight: bold;
	color: #3399ff;
	text-decoration: none;
}

a:hover
{
	color: #3399ff;
	font-weight: bold;
	text-decoration: underline;
}


#ajaxticker1
{
	margin: 10px;
	border: #eeeeee 0px ridge;
	width: 300px;
	padding: 10px;	
	height: 100px;
}

/*=== Menu Style ===*/
#menu_en
{
	width: 520;
}

#menu_en:after
{
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#menu_en ul
{
	border: 0px solid #BBB;
	width: 100%; /*background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font: bold 10px Tahoma;
}

#menu_en ul li
{
	display: inline;
}

#menu_en ul li a
{
	font-weight: bold;
	font-size: 12px;
	float: left;
	color: #ffffff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 7px;
	padding-bottom: 6px;
	padding-top: 6px;
}

#menu_en ul li a:hover
{
	padding-right: 10px;
	padding-left: 7px;
	font-weight: bold;
	padding-bottom: 6px;
	color: #494949;
	padding-top: 6px;
	background-color: #ffffff;
	text-decoration: none;
}

.dropmenudiv_en
{
	position: absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font: normal 12px Tahoma;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 230px;
	visibility: hidden; /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	filter: Alpha(opacity=90); -moz-opacity:0.90;
}

.dropmenudiv_en a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0; /* padding-right: 5px; */
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.dropmenudiv_en a:hover
{
	color: black;
	background-color: #cccccc;
	text-decoration: none;
}
/*=== ===*/

/*=== Text ===*/
.NormalText
{
	font-size: 10pt;
	color: #555555;
	line-height: 15pt;
	font-family: Verdana, Tahoma, Arial, 'Times New Roman';
	text-align: justify;
}

/*=== ===*/

.header
{
	height: 110px;
	background-image: url(../image/headerbg.gif);
	background-repeat: no-repeat;
	background-color: #646464;
}

.headerleft
{
	width: 200px;
	text-align: center;
	vertical-align: middle;
	padding: 15px 0 0 15px;
}

.headerright
{
	padding: 15px 15px 0 0;
}

.title
{
	font-weight: bold;
	font-size: 12px;
	color: #005aff;
}

.mainbody
{
	background: url(../image/mainbodybg.gif) repeat-y;
	background-color: #646464;
	text-align: center;
	padding-left: 10px;
}

.mainleft
{
	padding: 10px 15px 0 10px;
}

.dividervert
{
	/*background-image: url(../image/divider_vert.gif); 	background-repeat: repeat-y;*/
}

.mainright
{
	padding: 10px 15px 0 5px;
}

.footer
{
	height: 43px;
	margin: 0;
	background-image: url(../image/footerbg.gif);
	background-repeat: no-repeat;
	background-color: #646464;
}

.footerleft
{
	padding: 8px 0 0 35px;
	font-size: 9px;
}

.footerright
{
	text-align: right;
	padding: 8px 35px 0 0;
	font-size: 9px;
}

.poweredBy
{
	font-family: Tahoma, Arial, 'Times New Roman';
	font-size: 10px;
	color: #555555;
}

/*=== navlist ===*/
.panelStyle
{
	vertical-align: top;
	position: absolute;
}

#navlist
{
	height: 200px;
	font-family: Tahoma, Arial, 'Times New Roman';
	border: 1px solid #3399ff;
	padding: 5px 5px 5px 5px;
	width: 130px;
	margin: 10px 10px 10px 10px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
	height: 20px;
	width: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #f0f0f0;
	color: #000000;
	text-decoration: none;
	vertical-align: bottom;
	padding: 5px 5px 5px 5px;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3399ff;
}



