﻿/* Styles for Munir's home page */

body{
	margin: 0px;
	background-color: #3A5B70;
	font-family: Georgia, "Times New Roman", Times, serif,sans-serif;
	padding: 0px;
	font-size: 0.75em;
}
#container{
	margin: 0px auto;
	width: 770px;
	border-style: ridge;
	border-width: 0px;
	width: 100% _height: 600px;
	min-height: 600px;
	max-height: auto;
	background-color: #FFFFFF;
}
#header{
	background-position: center;
	height: 100px;
	padding: 5px;
	border: 0px solid #000000;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}
#sidebar{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 20%;
	height: 600px;
	min-height: 600px;
	max-height: auto;
	padding: 5px;
	border: 0px solid black;
	background-color: #FFFFFF;
}

#content{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 75%;
	_height: 600px;
	min-height: 600px;
	max-height: auto;
	padding: 5px;
	border: 0px solid black;
	background-color: #FFFFFF;
}
#footer{
	clear: both;
	padding: 0px;
	border: 0px solid #000000;
	font-size: small;
	text-align: center;
	background-color: #3A5B70;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
}

/* Styles for header */
#header a{
	color: #336699;
	margin: 0px;
	padding: 0px;
	text-align:right;
}

#header a:hover {
	text-decoration: none;
}
#header img {
	float:left;
}

#boxhead {
	
	background-color: #999966; 
	color: white;
	padding: 5px;  
	font-weight: bold; 
	text-align: center;
	font-size: 10pt;
}
#thebox {
border:1px solid  #ECE9D8;
padding:0px 4px 4px;
text-decoration: none;
}

#linkmed {
width:100%;
text-decoration: none;
}
#linkmed a {
background-color:white;
text-decoration: none;
color: #00468C;
padding-top:0px;
width:100%;
}
#linkmed a:hover {
background-color: #FFFFFF;
color:#FF6600;
text-decoration:none;
}
#linkmed a:visited {
color:#008888;
text-decoration: none;
}

#form1 {
	position:relative;
}

h1 {
	position: relative;
	width:100%;
	height: 43px;
	overflow: hidden;
	font-size: 1.5em;
	line-height: 43px;
	text-transform: uppercase;
}

#return {
	float: right;

}
#return a {
	text-decoration: none;

}
#return a:hover {
	text-decoration: none;
}
#return a:visited {
	text-decoration: none;
}

#thename  {
	font-size: 10pt;
	color: black;
	font-family: Tahoma;

}
#date {
	font-family: Georgia, "Times New Roman", verdana, serif,sans-serif;
	float: right;
	color:#5A5A5A; 

}