@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #000000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center center;
	text-align:justify;
	background-attachment: fixed;
}

#container{}

/*CONTENT SETTING*/
.contentheading{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color:#464646;	
	/*color: #4f81bd;*/
	
}
.cotent-yellow{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fcde21;}
.content-white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #464646;
	padding: 0px 15px 10px 15px;
}
.content-top{
	background-image: url(../images/top-content.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 596px;
	
}
.content-bg{
	background-image: url(../images/bg-content.png);
	background-repeat: repeat;
}
.content-bottom{
	background-image: url(../images/bottom-content.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 596px;
}
li{
	list-style:none;
	padding: 10px 0px 10px 0px;}
.li2{
	list-style: square;
	padding: 0px 15px 0px 0px;}
.innner-top{
	background-image: url(../images/top-inner.png);
	height: 11px;
	width: 282px;
	background-repeat: no-repeat;
}
.inner-bg{
	background-image: url(../images/bg-inner.png);
}
.inner-bottom{
	background-image: url(../images/bottom-inner.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 282px;
}

/*NAVIGATION*/

a.left:link, a.left:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left:15px;
	font-weight:bold;
	text-decoration:none;
	width:200px;

}
a.left:hover{
	font-weight:bold;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	padding-right:0px;
	height: 12px;
	width: 12px;
	}
a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration:none;
	
}
a:hover{}
a.inner:link, a.inner:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fcde21;
	
}
a.inner:hover{}
.mainlevel {
	display: block;
	/*border-bottom    : 1px dotted #C0C0C0;*/
    width            : 200px;
	margin-left: 5px;
	padding-left:20px;
}

a.mainlevel:link, a.mainlevel:visited {
	text-decoration  : none;
	font-size: 14px;
	font-weight:normal;
	padding-bottom:10px;
	background-image: url(../images/indent2.png);
	background-repeat: no-repeat;
	color:#464646;
}
a.mainlevel:hover {
   text-decoration  : none;
  	padding-bottom:10px;
	background-image: url(../images/indent2.png);
	background-repeat: no-repeat;
	
	color:#146ab2;
}
a.mainlevel#active_menu {
	color:#333333;
	font-weight:bold;
}

a.mainlevel#active_menu:hover {
	color:#146ab2;
}

.sublevel {
  font-size  : 10px;
  margin-left: 5px;
}
.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#464646;
		padding-bottom:3px;}
.footer2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFCC00;}
a.footer:link, a.footer:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	text-decoration:none;
	
}
a.footer:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration:underline;}
/* code by:eric cabusao */
