@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #562F32;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
	background-color: #FDE8D7;
	
}
h1 {
	font-size: 1.5em;
	padding-bottom: 0px;
	margin-bottom: 5px;
	line-height: 1em;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #859731;
	max-width: 20em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.2em;
	padding-bottom: 0px;
	margin-bottom: 3px;
}

h3 {
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
p {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 1.3em;
}

li {
	line-height: 1.3em;
	padding-bottom: .5em;
}

a {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
	font-variant: normal;
	font-size: 1em;
	text-transform: none;
	color: #562F32;
}

a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #859731;
}

#container {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
  margin-right: auto;
	padding: 0px;
  width: 800px;
}

#FlashHeaderBox {
	position:relative;
	top: 0px;
	width: 799px;
	height: 247px;
	margin-left: auto;
  margin-right: auto;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	z-index:1;
	overflow: visible;
}

#mainDropShadow {
	background-image: url(../_images/mainDropShadow.png);
	background-repeat: repeat-y;
	width: 825px;
}

#mainContent {
	position: relative;
	top: 0px;
	width: 758px;
	min-height: 300px;
	padding-left:20px;
	padding-right:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
  margin-right: auto;
	text-align:left;
	background-color: #fff;
	z-index: 0;
}

#drnasserihead {
	position: relative;
	top: 0px;
	float: right;
	border-style: solid;
	border-color: #562F32;
	border-width: 2px;
	margin: 10px;
}

#footer {
	position: relative;
	clear: both;
	left: 0px;
	top: 70px;
	width: 600px;
	height: 70px;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-top: 10px;
	margin-left: auto;
  margin-right: auto;
	border-top: #859731 1px solid;
/*	border: #000 1px solid;*/

}

#navcontainer {
	margin-left: 0px;
	text-align: center;
	width: auto;
}

#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navlist li {
	display: inline;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border-left: 2px solid #859731;
	padding-left: 3px;

}

#navlist li#first {
	border-left: none;
}
/*
#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }
*/
#navlist li a {
	text-transform: capitalize;
}

#navlist li a:hover {
	text-transform: capitalize;
	text-decoration: underline;
	color: #859731;
}

#footerDropShadow	{
	position: relative;
	background-image: url(../_images/footerDropShadow.png);
	background-repeat: no-repeat;
	width: 825px;
	height: 78px;
}