@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 10px;
	font: 0.8em "Trebuchet MS", Georgia, Arial;
	color: #565D79;
	background: #ffffff url(medias/bg.gif);
	}
#content{
	position: center;
	width: 800px;
	margin: 0 auto;
	border: 2px solid #018AFA;
	
	}
#top{
	width: 788px;
	height: 204px;
	padding: 2px;
	border: 2px solid #FFFFFF;
	/*background: url(images/tiznit1.jpg) no-repeat right ;*/
	}
#top_ban{
	width: 788px;
	height: 204px;
	border: 2px solid #FFFFFF;
	/*background: url(images/cos.gif) no-repeat left bottom ;*/
	
	}
#top_ban h1{
   font: 1.2em Tahoma, sans;
   color: #ED8B00;
}
#menu {
	font: 0.9em Tahoma, sans;
	text-align: left;
	list-style-type: none;
	margin: 0;
	height: 30px;
	line-height: 24px;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-color: #FFFFFF ;/**#59B2FA;*/
	/*-background: url(images/bg.jpg) repeat-x top;*/
	
}
#menu li {
	display: inline;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	color: #FFF;
	font-variant: small-caps;
	font-weight: bold;
	border-right: 2px solid #FFFFFF;
}
#menu li a {
	margin: 0px 12px;
	color: #FFF;
	text-decoration: none;
	
}
#menu a:hover {
	
	background-color:#ED8B00 ;
	padding: 0px 8px 0 8px;
	height: 24px;
	width: 120px;
	/*background:#ED8B00 url(images/bg.jpg) repeat-x bottom;*/
}
#menu2 {
	float: right;
	width: 200px;
	margin-right: 2px;
}
#menu2 li, #menu2 li a{
	display: block;
	color : #FFFFFF;
	height: 22px;
	background-color : #59B2FA;
	padding-left: 10px;
	border-top: 0px solid #000000;
}
#menu2 li a:link, #menu2 li a:visited{
	display: block;
	background-color :#018AFA ;
	border-top: 0px solid #000000;
}
#menu2 li a:hover{
	display: block;
	background-color : #ED8B00 ;/*59B2FA*/
	color: #FFFFFF;
	border-left: 6px solid #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
}
#page{
	float: left;
	width: 565px;
	padding: 30px 10px 10px 20px;
	min-height: 400px;
	}
#footer{
	width: 792px;
	height: 75px;
	padding: 0px;
	border: 2px solid #FFFFFF;
	text-align: center;
	clear: both;
	font-size: 1em;
	color: #FFFFFF;
	background:  url(images/fouter.png) no-repeat ;
	}
	
#footer a{
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: right;
	}
a{
	text-decoration: none;
	color: #FFFFFF;
	}
a:hover{
	text-decoration: underline;
	color: #EFEFEF;
	}
img.img {
	border: 1px dashed #E1E2E8;
	padding: 6px;
	}
#top_ban h1{
	color: #FFF;
	font: 1.4em Georgia, Arial;
	padding: 85px 0px 4px 10px;
	border: 0px solid #E1E2E8;
	font-weight: bold;
	font-variant: small-caps;
	}
h2{
	color: #018AFA;
	font: 1.4em Georgia, Arial;
	border-bottom: 2px solid #59B2FA;
	border-left: 4px solid #59B2FA;
	text-align: left;
	font-variant: small-caps;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	}
h3{
	width: 60%;
	color: #018AFA;
	font: 1.2em Georgia, Arial;
	border-bottom: 1px solid #59B2FA;
	margin: 10px 0 10px 0;
	padding-bottom: 3px;
	}
h4{
	color: #018AFA;
	font: 1em Georgia, Arial;
	border-top: 2px solid #59B2FA;
	border-left: 2px solid #ED8B00;
	border-right: 2px solid #59B2FA;
	border-bottom: 2px solid #ED8B00;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	}	
B{
	color: #018AFA;
	font: 1em Georgia, Arial;
	border-top: 2px solid #59B2FA;
	border-left: 2px solid #ED8B00;
	border-right: 2px solid #59B2FA;
	border-bottom: 2px solid #ED8B00;
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	}	
ul {
	list-style-type: square;
}
ol{
	list-style-type: none;
}
li{
	list-style-type: none;
	margin-top: 12px;
	}
p{
	width: 100%;
	margin: 12px 0px 30px 0px;
	}