/* CSS Document */



/* style untuk hyperlink  */
.linkOutside:link {
text-decoration: underline;
color: #3366ff
}

.linkOutside:visited { 
      text-decoration: underline;   
      color: #993399
}

						
.linkOutside:hover { 
color: #3366ff; 

} 

			  

/* style untuk content */
#contentStyle {
	position:absolute;
	padding:4px 10px 10px 10px;
	left:230px;
	top:0 px;
	
	width:660px;
	margin-left:1em;
	line-height:100%
	
}

.judul
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color: #0066cc;
}

.subjudul
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color: #000000;
}

* html #contentStyle  {

top:10px;
}

/* style untuk menu */
#menuStyle {
/* background: #8cb3d9; */
background:#BECAE9;

position:absolute;
top:0px;
left: 0px;

width:220px;
padding:10px;
line-height:12px;
font-size:8pt;
}

/* style untuk indentasi menu */
.menuIndentation {

  		margin-top: 0em;
  		margin-right: 1em;
		margin-bottom: 0em;
	    margin-left: 1em;
		line-height:8px
		
}

.menuIndentation2 {

  		margin-top: 0em;
  		margin-right: 0em;
		margin-bottom: 0em;
	    margin-left: 2em;
		line-height:10px

}

/* style untuk link pd menu */

.linkMenu:link, .linkMenu:visited { text-decoration: none; 
	                    color: black }
.linkMenu:hover { 
color: #330066; 
font-weight: bold;
} 

#specialContentBorder {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 0.5em

}

#specialContent {
	margin-top: 0;
	margin-left: 1em

}

#subTitleBackground {
	background-color: #8cb3d9;
	

}


