 
 
/* CSS Document */

body {
	margin:0;
	padding-top: 15px;
}
	
form, p, h1,h2,  h3, h4, h5, ul {
	margin:0;
	padding:0;
}



h1{
	margin:0;
	padding:0;
	font-family: tahoma;
	font-size: 16px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}

h2{
	margin:0;
	padding:0;
	font-family: tahoma;
	font-size: 16px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}

td {
	font-family: Tahoma;
	font-size: 11px;
}

.main ,.main a:hover,.main a:visited,.main a:link
{
	color:#1c2e5b;
	text-decoration: none;	
	vertical-align: middle;
}


.footer ,.footer a:hover,.footer a:visited,.footer a:link
{
	color:#1c2e5b;
	text-decoration: none;	
	vertical-align: middle;
}

/* Top Left Menu */
#navtitle{
	background:#8f95a3;
	font-weight: bold;
	color: #fff200;
	padding-left: 20px;
}

#topnav{
	color:#FFFFFF;
	background-color: #1c2e5b;
	padding-top: 0px;
}


/*Header*/
#title{
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #808284;
	text-decoration: none;
	vertical-align: bottom;
	padding-bottom: 15px;
}

#title2{
	font-family: tahoma;
	font-size: 12px;
	color: #1c2e5b;
	text-decoration: none;
	padding: 15px;
}

.email{
	font-family: tahoma;
	font-size: 12px;
	color: #808284;
	text-decoration: none;
	padding-bottom: 15px;
}

#title3{
	font-family: tahoma;
	font-size: 12px; /* before is 20px */
	color: #1c2e5b;
	text-decoration: none;
	padding: 15px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	width: 150px;
	background-position: right top;
}




#box {
	padding:10px;
}

.redtitle{
	color:#c0272d;
	font-weight:bold;
}

.border{
	border: 1px solid #000000;
}

.borderred{
	border: 1px solid #c0272d;
}


#highlight {
	font-family: tahoma;
	font-size: 12px;
	color: #1c2e5b;
	background-color: #bcbdbf;
}


/*Content*/
#content{
	padding: 30px;
	color:#1c2e5b;
	vertical-align:top;

}
#content h1{
	font-family: tahoma;
	font-size: 16px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}

#content h2{
	font-family: tahoma;
	font-size: 16px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}

.arrow{
	font-family: arial;
	font-size: 11px;
	color: #1c2e5b;
}

#boxlink a {
color:#222245;
text-decoration:none;
font-weight:bold;
}

#boxlink a:hover {
color:#c0272d;
text-decoration:none;
font-weight:bold;
}

#boxlink2 a {
color:#000000;
text-decoration:none;
font-weight:bold;
}

#boxlink2 a:hover {
color:#c0272d;
text-decoration:none;
font-weight:bold;
}

#content a{
	font-family: tahoma;
	color: #1c2e5b;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover{
	color: #c0272d; /* changed by Arifin. Default is #FF0000 */
}


/*Content2*/
#content2{
	padding: 30px;
	color:#1c2e5b;
}
#content2 h1{
	font-family: tahoma;
	font-size:16px;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
}
#content2 h2{
	font-family: tahoma;
	color: #696969;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
}
.arrow2{
	font-family: arial;
	font-size: 16px;
	color: #1c2e5b;
}
#content2 a{
	font-family: tahoma;
	color: #1c2e5b;
}


/*Right*/
#rightmenu {	
	padding-top: 20px;
	padding-bottom: 20px;
}
#limit {	
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #1c2e5b;
}



/*Submenu*/
.line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.noline{
	border: none;
}


#topnav a{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	text-decoration:none;
}

/* Menu */
#menu {
	line-height: 18px;
	margin:0;
	padding:0;
	width:auto;
}
#menu ul {
	margin:0;
	padding:0;
	float:left;
}
#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	float:left;
	position:relative;
}
#menu a {
	color:#1c2e5b;
	font-family: tahoma;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	background-image: url(images/nav_out.jpg);
	background-repeat: no-repeat;
	width: 132px;
	text-align: center;
}
#menu a:hover {
	background-image: url(images/nav_over.jpg);
	background-repeat: no-repeat;
	width: 132px;
	color:#FFFFFF;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	float:left;
	padding-bottom: 15px;
}

html>body #menu ul ul {
}

#menu ul ul li {
	display:block;
	float:left;
	padding: 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#menu ul ul li a {
	color:#000000;
	text-decoration:none;
	display:block;
	float:left;
	line-height:25px;
	padding:0px 10px;
	font-family: Tahoma;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
}
#menu ul ul li a:hover {
	color:#701a06;
	text-decoration:none;
}

#menu ul ul ul {
	position: absolute;
	top: 50%;
	left: 100%;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{
	display: block;

}

#menu li:hover ul, li.over ul { display: block; float:left;}

/*add by arifin*/
#limit a {
color:#000000;
text-decoration:none;
font-weight:bold;
}

#limit a:hover {
color:#c0272d;
text-decoration:none;
font-weight:bold;
}

.redtitle a {
color:#222245;
text-decoration:none;
font-weight:bold;
}

.redtitle a:hover {
color:#c0272d;
text-decoration:none;
font-weight:bold;
}

/*end*/


[if lt IE 7]>
#menu{float:left;}
body{behavior:url(csshover.htc); }
#menu a{height:1%;}

#menu ul ul {
	position: absolute;
	z-index: 500;
	top:100%;
	left:0;
	width:125px;
}

<![endif]


.subMenu { font-size: 11px; color: #000000; font-weight: bold;  text-decoration: none}
.subMenu:link { font-size: 11px; color: #000000; font-weight: bold;  text-decoration: none}
.subMenu:visited { font-size: 11px; color: #000000; font-weight: bold;  text-decoration: none}
.subMenu:hover {font-size: 11px; color: #ffffff; font-weight: bold; text-decoration: none}
