@charset "utf-8";
/* CSS Document */

body {
	background-color: #025167;
	margin: 0px;
	padding: 0px;
}
#base {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
}
h3 {
	color: #FF8100;
	font-size: 30px;
	font-weight: bold;
	font-family: JasmineUPC;
	font-style: italic;
	letter-spacing: 1px;
	text-decoration: underline;
}

#footer {
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #216477;
	color: #FFF;
	margin-top: 5px;
}
#fpub {
	height: 350px;
	overflow: scroll;
}

#main a:link {
	font-family: verdana;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#main a:visited {
	font-family: verdana;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
#main a:hover {
	font-family: verdana;
	font-size: 11px;
	color: #FF8100;
	text-decoration: none;
}









#nav {
	width: 150px;
	float: left;
	line-height: 50px;
}
#fpub ol li a:link {
	color: #F60;
	font-weight: bold;
}
#fpub ol li a:visited {
	color: #F60;
	font-weight: bold;
}
#fpub ol li a:hover {
	color: #F60;
	font-weight: bold;
}



#header {
	height: 200px;
	text-align: left;
	vertical-align: top;
	font-family: "MS Serif", "New York", serif;
	color: #2D4851;
	font-size: 26px;
	/* [disabled]background-color: #025167; */
	background-image: url(../images/SharifLogo.jpg);
	background-repeat: no-repeat;
}
#base #header img {
	float: left;
	margin-right: 20px;
}
h1 {
	font-family: calibri;
	font-size: 28px;
	color: #1A282D;
	padding-top: 20px;
}
h2 {
	font-family: calibri;
	font-size: 25px;
	color: #17262B;
}


#main {
	text-align: left;
	/* [disabled]vertical-align: bottom; */
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: verdana;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	overflow: auto;
}
#base #main ol li {
	line-height: 30px;
}
#base #main ul li {
	line-height: 30px;
}
#main img {
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 120px;
}

