﻿html, body {
				height:100%;
			}

			body {
				margin:0px;
				font-family:verdana,arial,sans,helvetica;
				background-color:#666666;
				font-size:11px;
			}

			ul {
				padding-left:0px;
				margin-left:16px;

			}

			a {
				color:#007BC7;
				text-decoration:none;
			}

			a:hover {
				text-decoration:underline;
			}
			
			p {
				font-family:verdana,arial,sans,helvetica;
				color: #000000;
				line-height: 18px;
			}

			h1 {
				font-size:12px;
			}

			h2 {
				font-size:11px;
			}

			table td {
				font-size:11px;
			}	
#Wrapper {
				width:984px;
				min-height:100%;
				background-color:white; 
				margin:0 auto;
				padding-left:15px;
				padding-right:15px;
			}
			
#Header
{
    width: 980px;
    text-align: center;
    height: 120px;
    top: 0px;
    left: 0px;
    background-image: url( '../images/headerDh.jpg' );
    background-repeat: no-repeat;
}
#logo
{
    width: 340px;
    float: right;
    overflow: hidden;
    text-align: right;
}
#top_nav
{
    width: 420px;
    height: 21px;
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: left;
    float: left;
}
#top_nav a
{
    color: #3a84cf;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 21px;
    font-size: 12px;
    padding-right: 20px;
    font-family: 'Simplified Arabic';
}	
			#top_nav2
{
    width: 609px;
    height: 21px;
    background-color: #FFFFFF;
    margin: 2px auto 0 auto;
    text-align: left;
    float: left;
}
#top_nav2 a {
    color: #3a84cf;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 21px;
    font-size: 12px;
    padding-right: 20px;
    font-family: 'Simplified Arabic';
			}	
#bottom_nav
{
    background-color: #F3F2ED;
    width: 980px;
    height: 25px;
    margin: 0px auto 0px auto;
    text-align: right;
    float: right;
}
#bottom_nav a
{
    text-transform: uppercase;
    padding-right: 20px;
    color: #000000;
}

#Main
{
width:980px;
height:100%;

}
#Footer
{
    color: #666666;
    font-size: 10px;
    padding-bottom: 15px;
    margin-top: 15px;
    width: 980px;
    padding-top: 10px;
    bottom: 0px;
    border-top: 1px dashed #aaaaaa;
    text-align: center;
    bottom: 0px;
    clear: both;
    background-image: url('../images/divider.png');
}
			
			
			
			#footer a {
				color:#666666;
			}
			
			#footer a:hover {
				color:#007BC7;
			}
