body {
	background-image:url(images/grid.gif);
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000099;
}
#main {
	margin-left:auto;
	margin-top:auto;
	margin-bottom:auto;
	margin-right:auto;
	background-image: url(images/main_back.jpg);
	background-color:#fff;
	background-repeat:repeat-x;
	position: relative;
	width:770px;
	height:100%;
	padding-bottom:290px;
	border:#CCCCCC solid 2px;
	
	
}
.html>body #main
{
	width: auto;
	height: auto;
	min-width:750px;
	min-height:650px;
} 


#header {
	position:absolute;
	width:770px;
	height:190px;
	z-index: auto;
	left: 0px;
	top: 0px;
	background-image: url(images/head.jpg);
	background-repeat:no-repeat;
}
#title {
	font-size:16px;
	font-weight:bold;
	position:absolute;
	width:500px;
	height:42px;
	z-index:1;
	left: 82px;
	top: 230px;
}
#content {
	position: relative;
	width:640px;
	height:auto;
	z-index: auto;
	left: 60px;
	top: 270px;
}

#nav_area {
	background-color:#242462;
	position:absolute;
	width:100%;
	height:25px;
	z-index: auto;
	left:0px;
	top:180px;
}
	
#nav_area ul{
	width:750px;
	list-style-type:none;
	padding:0;
	margin:0;
}

#nav_area li{
	float:left;
	margin:0;
	padding:0;
	display:inline;

}

#nav_area a{
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #fff;
	text-decoration:none;	
	display: block;
	padding:6px 10px 0 20px;
	height:19px;
	width:94px;

}

#nav_area  a:hover{
	background-color:#edcd22;
	text-decoration:none;
	color: #000066;

}

#nav_area a:active{
	color:#fff;
}


.right_pic{
	float:right;
	border:none;
	margin-left:30px;
	margin-bottom:15px;
	margin-top:15px;
}
.left_pic {
	float:left;
	border:none;
	margin-right:30px;
	margin-left:50px;
	margin-top:20px;
	margin-bottom:20px;
}

.images {
	border:none;

}

#footer {
	color: #666666;
	padding-right:20px;
	padding-top:15px;
	font-size:10px;
	position: inherit;
	width: auto;
	height: auto;
	z-index:auto;
	bottom:20px;
	left:10%;
	}

#footer a{
	color: #999999;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF
	}
.text {
	color:#000099;
	font-size:medium;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.p-sys{
	padding:20px;
	}
	
#dropmenudiv{
	width:150px;
	text-indent:6px;
	position:absolute;
	border:1px dotted black;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	text-transform:uppercase;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 150px;
	display: block;
	border-bottom: 1px dotted black;
	text-decoration: none;
	font-weight: bold;
	border-width:1px;
	color:#000099;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #000066;
	color:#FFFFFF;
}

.backwards {
	unicode-bidi:bidi-override; 
	direction: rtl; 

}
.left_pic1 {
	float:left;
	border:none;
	margin-right:30px;
	margin-left:0px;
	margin-top:20px;
	margin-bottom:20px;
}
#table {
	width:100%;
	height:auto;
	margin-left:0px;
	border:none;
	}
.text1{
	font-style:italic;
	font-size:x-small;
	float:left;
	}
