﻿
@font-face
{
	font-family: aldhabi;
	src: url (fonts/aldhabi.ttf);
}

@font-face
{
	font-family: arial;
	src: url (fonts/arial.ttf);
}

@font-face
{
	font-family: comic;
	src: url (fonts/comic.ttf);
}

@font-face 
{	
	font-family: verdana;
	src: url (fonts/verdana.ttf);
}

body 

img.picture:hover{
	width:250px;
	height:250px;
	display: onmouseover;
	border: 5px solid #00ccff;
}

img.pic3:hover{
   width: 280px;
   height: 280px;
   display: onmouseover;
   border: 5px solid #00ccff;
	
}



img.pic4:hover{
	width: 280px;
	height: 280px;
	display: onmouseover;
	border: 5px solid #00ccff;
}

img.pic10:hover{
	width: 280px;
	height: 280px;
	display: onmouseover;
	border: 5px solid #00ccff;
}



p {
	font-size: 14pt;
	font-family: arial;
	text-align: justify;
	letter-spacing: 0.03em;
	padding-left:40px;
	padding-right:40px;
}


div.banner {
	background-image:url('logo_rks.jpg');
	background-color:#ffffff;
	margin-top:10px;
	margin-right:10%;
	margin-left:13%;
	border-top: 3px solid #00cc99;
	border-left: 3px solid #00cc99;
	border-right: 3px solid #00cc99;
	width:1000px;
	height:220px;
	border-top-left-radius:25px;
	border-top-right-radius:25px;
}

div.content {
	background-color:lightgreen;
	margin-left:100px;
	margin-right:10%;
	margin-left:13%;
	border-bottom: 3px solid #00cc99;
	border-left: 3px solid #00cc99;
	border-right: 3px solid #00cc99;
	width:980px;
	min-height:400px;
	padding:  5px 10px 5px 10px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
}

table {
	font-family: times;
	font-size:14pt;
	width:80%;
	margin-left:10%;
}

tr.row1 {
	background-color: #00ffff;
}

tr.row2 {
	background-color: #99ffcc;
} 

th {
	padding:5px;
}

td {
	padding:5px;
}


h2{ 
	font-family: comicbd;
	font-size: 46px;
	color:blue;
}


#wrap {
	width: 1006px; 
	height: 50px; 
	margin-left:100px;
	margin-right:10%;
	margin-left:13%;
	position: relative; 
	background-color: #00cc99;
}

.navbar {
	height: 50px;
    padding: 0;
	margin: 0;
	position: absolute; /* Ensures that the menu doesn’t affect other elements */
	border-right: 1px solid #00cc99; 

}

.navbar li {
			height: auto;
			width: 125.4px;  
			float: left;  
			text-align: center;  
			list-style: none;  
			font: normal bold 12px/1.2em Arial, Verdana;  
			padding: 0;
			margin: 0;
			background-color: #00cc99;
}

.navbar a	{							
		padding: 18px 0;  /* Adds a padding on the top and bottom so the text appears centered vertically */
		border-left: 1px solid #00cc99; /* Creates a border in a slightly lighter shade of blue than the background.  Combined with the right border, this creates a nice effect. */
		border-right: 1px solid #00cc99; /* Creates a border in a slightly darker shade of blue than the background.  Combined with the left border, this creates a nice effect. */
		text-decoration: none;  /* Removes the default hyperlink styling. */
		color: white; /* Text color is white */
		display: block;
		}

.navbar li:hover, a:hover {background-color: #66ffcc;} 

.navbar li ul 	{
		display: none;  /* Hides the drop-down menu */
		height: auto;									
		margin: 0; /* Aligns drop-down box underneath the menu item */
		padding: 0; /* Aligns drop-down box underneath the menu item */			
		}				

.navbar li:hover ul 	{
                        display: block; /* Displays the drop-down box when the menu item is hovered over */
}

.navbar li ul li {background-color: #00cc99;} 

.navbar li ul li a 	{
		border-left: 1px solid #00cc99; 
		border-right: 1px solid #00cc99; 
		border-top: 1px solid #00cc99; 
		border-bottom: 1px solid #00cc99; 
		}
				
.navbar li ul li a:hover	{background-color: #66ffcc;}


footer {color:blue;}

