	/* CSS Document */
	
	/*General CSS */
	body 
	{
		margin:0px;
		font-family:arial;
		font-size:12px;
		background-image:url(images/page_bg.jpg);
		color:#E7E7E7;
		text-align: center;
		background-repeat: repeat;
		background-position: center top;
	}
	a:link, a:visited, a:active
	{
		text-decoration:none;
		color:#DA641A;
	}
	a:hover
	{
	text-decoration:underline;
	color:#8BD0F1;
	}
	
	table td 
	{
		margin:0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#E7E7E;
		
	}
	.content{
		width:100%;
	}
	.left-background
	{
		background-image:url(images/left-bg.jpg);
		background-position:right;
		background-repeat:repeat-y;
	}
	
	.right-background
	{
		background-image:url(images/right-bg.jpg);
		background-repeat:repeat-y;
	}
	
	.main_container
	{
		background-color:#101C92;
		width: 800px;
		margin-right: auto;
		margin-left: auto;
	}
	#main_header
	{
		width:800px;
		height:120px;
	}
	.main_page_content{
		margin-left:10px;
		margin-right:10px;
	}
	
	/* website logo */
	#website_logo
	{
		float:left;
		padding:15px;
	}
	
	#website_title
	{
	color:#3E48A7;
	float:right;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:10px;
	width:500px;
	font-size:20px;
	padding-top: 15px;
	}
	.judul	{
		background:#232e9a;
		padding:10px;
		color:#00cfbd;
		font-size:18px;
	}
	
	/* left box */
	#left_box
	{
		background-color:#3A3A3A;
		width:200px;
	}
	
	#page_navigation
	{
		padding-top:15px;
		margin-bottom:10px;
	}
	.parent_page_style
	{
		color:#A8A8A8;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-left:15px;
		font-weight:bold;
	}
	.parent_page_style div
	{
		display:block;
		color:#A8A8A8;
		background-color:#3A3A3A;
		width:180px;
		height:20px;
		/*border-bottom: #4E4E4E 1px solid;*/
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		padding-top:5px;
		padding-left:5px;
		padding-bottom:2px;
		float:left;
	}
	.parent_page_style div:hover
	{
		background-color:#4E4E4E;
	} 
	.parent_page_style a:link,.parent_page_style a:active,.parent_page_style a:visited
	{
		text-decoration:none;
		color:#ffffff;
		float:left;
	}
	.parent_page_style a:hover
	{
	color:#8BD0F1;
	} 
	.parent_page_style span
	{
		background:transparent url(images/tri.jpg) no-repeat right;
		width:190px;
		cursor:pointer;
		display:block;
		float:left;	
	}
	#page_navigation .line{
		border-bottom:1px solid #4E4E4E;
	}
	
	.child_page_style
	{
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-left:5px;
		text-indent:5px;
	}
	.child_page_style a:link,.child_page_style a:active,.child_page_style a:visited
	{
		text-decoration:none;
		color:#ffffff;
		display:block;
		margin-left:10px;
		font-weight:bold;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 15px;
	}
	.child_page_style a:hover
	{
	width:100%;
	color:#8BD0F1;
	background:#4E4E4E;
	}
	
	/*Dynamic Menu*/
	#dynamic_menu
	{
		padding-left:5px;
	}
	
	/* News Section */
	.news_content {
		color:#A8A8A8;
		font-family:Arial, Helvetica, sans-serif;
		padding:5px;
		font-size:12px;
		line-height:18px;
	}
	
	.news_title
	{
		color:#A8A8A8;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		padding-bottom:5px;
		border-bottom: #A8A8A8 2px solid;
	}
	
	.news_content h1{
		color:#fff;
		padding-top:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		margin-bottom:0px;
		text-transform: uppercase;
	}
	
	.news_content a {
		color:#fff;
		font-size:11px;
		text-decoration:none;
	}
	
	.news_content a:hover {
		color:#A8A8A8;
		text-decoration:underline;
	}
	
	
	/* Menu Blog */
	
	#menu_blog{
		margin:5px;
	} 
	
	#menu_blog ul li
	{
		margin-bottom:5px;
	}
	
	.blog_menu_title
	{
		color:#E7E7E7;
		font-size:13px;
		font-weight:bold; 
		text-transform:uppercase;
		text-decoration:underline;
	}
	
	.blog_menu_link ul li a
	{
		text-decoration:none;
		color:#E7E7E7;
	} 
	
	
	/*Calendar starts */
	.css_skin_blog_calendar_tb_bg
	{
		border:#262F8E 1px solid;
		padding:2px;
	}
	.calendar
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	.calendar_month
	{
		background-color:#262F8E;
		color:#E7E7E7;
	}
	.calendar_month a
	{
		text-decoration:none;
		color:#E7E7E7;
	}
	.calendar_month a:hover
	{
		text-decoration:underline;
		color:#FFF;
	}
	.calendar_week
	{
		font-weight:bold;
		color:#FFF;
		border:#262F8E 1px solid;
	}
	
	.calendar_date a
	{
		text-decoration:underline;
		color:#E7E7E7;
	}
	.calendar_date a:hover
	{
		text-decoration:none;
		color:#FFF;
	}
	
	
	
	/* right box */
	#right_box
	{
	width:600px;
	}
	
	#page_container
	{
		padding:10px;
	}
	
	.main_page_content
	{
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding:5px;
		width:568px;
	}
	.main_page_content h1
	{
		color:#8BD0F1;
		font-size:16px;
		font-weight:bold;
		margin-bottom:5px;
	}
	
	.main_page_content a:link, .main_page_content a:active, .main_page_content a:visited
	{
		color:#D2ECFD;
		font-size:12px;
		text-decoration:none;
	}
	
	.main_page_content a:hover
	{
		color:#fff;
		font-size:12px;
		text-decoration:underline;
	}
	
	/*Gallery */
	
	.gallery_content
	{
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding:5px;
	}
	.gallery_content h1
	{
		color:#fff;
		font-size:16px;
		font-weight:bold;
		margin-bottom:5px;
	}
	
	.gallery_content a
	{
		color:#fff;
		font-size:12px;
		text-decoration:underline;
	}
	
	.gallery_content a:hover
	{
		color:#000;
		font-size:12px;
		text-decoration:none;
	}
	
	/* SPECIAL IMAGE */
	
	#special_image_block
	{
		background-color:#262F8E;
		width:599px;
		color:#E7E7E7;
		margin-left:10px;
		margin-right:10px;
	}
	
	#special_image_block table td
	{
	color:#E7E7E7;
	}
	#special_image_block div
	{
		margin-top:5px;
	}
	
	
	#special_image_block a:hover
	{
		color:#E7E7E7;
		text-decoration:none;
	}
	#special_image_block table
	{
		padding-bottom:5px;
	}
	
	
	/* Footer */
	
	.footer {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		background-color:#262F8E;
		padding:20px;
		color:#FFFFFF;
	}
	
	.footer p span {
		padding-left:30px;
	}
	.footer a {
		color:#fff;
		text-decoration:none;
	}
	
	.footer p a:hover {
		color:#fff;
		text-decoration:underline;
	}
	
	.copyright
	{
		 padding-right:20px;
		 color:#fff;
	}
	
	.copyright a
	{
		color:#fff;
		text-decoration: none;
	}
	
	.copyright a:hover
	{
		color:#FFFFFF;
		text-decoration: underline;
	}
	#layout {
		width: 800px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	#layout_bg {
		background-image: url(images/bg_shadow.gif);
		background-repeat: repeat-y;
		background-position: center top;
	}
	#content table tr td iframe{
		width:100%;
	}
	
	#content hr {
	height: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #101C92;
	border-bottom-color: #3E48A7;
	margin-top: 12px;
	margin-bottom: 12px;
	}
#table_menu_text {
	text-align: center;
	width: 200px;
}
.hr_top{
	margin-bottom:15px;
}