@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	width: 100%;
	display: table;
	background-color: #e2e2e2;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
} 

a:active, a:hover {
	color: #009966;
	text-decoration: underline;
	font-weight: bold;
}


h1 {
	font-size: 20px;
	font-weight: bold;
	color: #006633;

}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 200px;
	padding-bottom: 10px;
	text-align: center;

}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
	text-align: center;

}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	
}
h6 {
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: underline blink;
	text-align: center;
	line-height: 1.3em;
}


p {
	padding-right: 20px;

}

em {
	color:#006666;
	text-decoration: underline;
	font-weight: bold;

}

u {
	font-size: 14px;
	font-weight: bold;
	color: #009966
	
}		

#container {
	width: 750px;
	margin: auto;

}


#left_top {
	float: left;
	width: 390px;
	height: 210px;
	background-repeat: no-repeat;
	background-image: url(../images/DELYAKSLogo.jpg);

}

#right_top {
	float: right;
	width: 360px;
	height: 210px;

}

#right_header {
	float: right;
	width: 360px;
	height: 210px;
	background-image: url(../images/headerbg.jpg);

}

#top_right_title {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	height: 45px;
	width: 360px;
	line-height: 1.6em;
	text-align: center;
	padding-top: 13px;

}

#top_right_slogan {
	float: left;
	height: 35px;
	width: 360px;
	color:#ffe9ba;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	padding-top: 115px;

}

#menu {
	width: 750px;
	height: 58px;
	background-image: url(../images/menubar2.jpg);
	background-repeat: no-repeat;
	float: left;

}

.topmenu{
	float: left;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 10px;

}

.topmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;

}

.topmenu li{
	display: inline;

}

.topmenu li a{
	float: left;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
	width: 91px;
	height: 45px;
	padding-top: 5px;

}

.topmenu li a:hover ,.topmenu li .current{
	background-image: url(../images/menu_hover2.jpg);
	background-repeat: no-repeat;
	height: 35px;
	color: #FFFFFF;

}
#content {
	float: left;
	width: 730px;
	text-align: justify;
	background-color: #FFFFFF;
	padding-left: 20px;

}
#content  b {
	font-weight: bold;
	background-color: #FFFF00;
	
}	

.content_left {
	float: left;
	width: 356px;
	text-align: left;

}

.content_right {
	float: right;
	width: 358px;

}
.content_special {
	width: 400px;
	margin-right: 165px;
	margin-left: 165px;
}

.content_menu {
	float: right;
	width: 226px;
	background-color: #999999;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	
}

.content_button {
	float: right;
	width: 285px;
	height: 50px;
	text-align: left;
	
}

.content_button p {
	color: #FF0000;

}

.content_break {
	width: 725px;
	clear: both;
	
}

.content_line {
	clear: both;
	width: 710px;
	border-top-width: thick;
	border-top-style: double;
	border-top-color: #0000FF;
		
}

.content_temp {
	float: right;
	width: 250px;
	height: 50px;
	color: #FF0000;
	
}
.content_ad {
	float: right;
	width: 195px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#right_content {
	float: left;
	width: 235px;
	text-align: justify;
	background-color: #999999;
	padding-left: 0px;	

}

#memberlog {
	width: 203px;
	text-align: center;
	padding-left: 15px;

}

#category {
	float: right;
	width: 230px;

}


.rightmenu {
	width: 211px;
	padding-bottom: 20px;
	text-align: left;

}

.rightmenu ul {
	list-style: none;
  margin: 0;
  padding: 0;

}

.rightmenu a {
	font-size: 12px;
	font-weight: bold;
	color: #006633;
		
}
.rightmenu li {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}

.rightmenu li a:hover{

	color: #000;

}

#contact {
	float: right;
	width: 211px;
	padding-bottom: 5px;
	margin-right: 15px;

}

#contact p {
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
	color: #3e3e3e;

}

#footer {
	clear: both;
	width: 745px;
	height: 50px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	background-color: #333333;
	background-image: url(images/templatemo_footer_bg.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
	font-size: 11px;
	line-height: normal;
	
}
#footer  a {
	color: #FFFFFF;

}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
