body {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	color: #000; 
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt; 
	background-color: #fff;
	padding: 8px;
	padding-top: 0px;
	
}

div#inner {
	margin: 0px; width: 100%
}

div#outer {
	border-left-width: 150px; 
	border-left-color: #fff; 
	background-color: #fefefe; 
	border-right-width: 190px; 
	border-right-color: #fff;
	width: auto; 
	border-right-style: solid; 
	border-left-style: solid;
}

div#header {
	width: 100%; 
	position: relative;
	height: 100px;
	background-image: url(images/hamdanlogo.jpg);
	background-repeat: no-repeat;
}

div#dateBox {
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	color:#333;
	position: absolute;
	right: 10px;
	top: 80px;
}

.searchButton {
	font-family: Tahoma, Verdana;
	font-size: 8pt;
}

div#navigation {
	width: 100%; 
	position: relative;
	height: 24px;
	background-image: url(images/nav.gif);
}

div#left {
	margin-left: -150px; 
	width: 150px;
	float: left; 
	position: relative;
	margin-right: 1px;
	padding-top: 20px;
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	color: #666666;
	}

div#right {
	width: 190px; 
	margin-right: -190px; 	
	float: left; 
	position: relative;
	margin-left: 8px;
	padding-top: 20px;
}

div#center {
	float: left; 
	width: 100%; 
	position: relative;
	margin: 0px -8px 0px -2px;
	z-index: 0;
	
}

div#main_text {
	z-index: 1;	
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 100px;
}


div#footer {
	padding-top: 20px; 
	width: 100%; 
	position: relative;
	font: 8pt Tahoma;
	color: #999;
	text-align: center;
}

div#footer a {
	color: #999;
}

div#footer a:hover {
	color: #333;
}

.clear {
	clear: both
}

div.box {
	border: 1px solid #FF6600;
	padding: 10px;
	}
	
div.boxleft {
	border: 1px solid #FF6600;
	}
	
.leftnav a {
	background-image:url(images/arrow_none.gif);
	background-repeat: no-repeat;
	color: #999;
	padding-left: 10px;
	display: block;
	font: 8pt Tahoma;
	margin-left: 0px;
	height: 20px;
	text-decoration: none;
}

.leftnav a:hover {
	background-image:url(images/arrow_blue.gif);
	background-repeat: no-repeat;
	color: #005092;
	}
h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
}
.sideHeading {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	background-color: #330066;
}
