
body {
    background-color: #dddddd;
    font-size: 0.85em;
    font-weight: normal;
    font-family: arial, sans-serif;
    color: #222222;
    margin: 0px;
    padding: 0px;
}

td {
	vertical-align: top;
}

p {
	margin: 5px 0px 12px 0px;
}

#main table.topper td {
	vertical-align: baseline;
}

#main table.contact td {
	padding-right: 15px;
}

#right table.address td {
	padding-right: 5px;
}

body ul {
	/*padding-top: 3px;*/
	padding-bottom: 3px;
}

body li {
	/*padding-top: 3px;*/
    padding-bottom: 8px;
}

/*
 * Main document container
 */
#container {
    width: 925px;
    margin: 20px auto;
    background-color: #ffffff;
}

#header {
    height: 124px;
    background-color: #000000;
    border-style: solid;
    border-color: #444444;
    border-width: 4px 4px 0px 4px;
    position: relative;
}

    #header .logo {
        height: 124px;
        width: 500px;
        text-align: left;
        position:relative;
        background-image: url( "../img/arablank.png" );
        background-position: bottom left;
        background-repeat: no-repeat;
    }
    
    #header .text {
        position: absolute;
        color: #ffffff;
        bottom: 0px;
        font-size: 1.55em;
        font-style: italic;
        padding-bottom: 4px;
        padding-left: 10px;
    }

/*
 * Navigation
 */
#top {
    background-color: #444444;
    color: #ffffff;
    padding: 4px 10px /*4px 225px*/;
    text-align: center;
}

    #top a {
        text-decoration: none;
        font-size: 1.1em;
        padding: 1px 3px;
        color: #dddddd;
    }
    
        #top a:hover {
            color: #ffffff;
            text-decoration: underline;
        }
        
        #top a:active {
            color: #ffffff;
            text-decoration: underline;
        }
        
        #top a.active {
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
        }
        
/*
 * Used to display the drop shadow over the main content
 */
#bar {
	background-color: #444444;
	height: 0px;
	border-style: solid;
    border-color: #444444;
    border-width: 0px 4px;
}

	#bar.left_col {
		background: url("../img/left_col.jpg") top left no-repeat #444444;
		height: 8px;
	}
	
	#bar.both_col {
	    background: url("../img/both_col.jpg") top left no-repeat #444444;
	    height: 8px;
	}
	
	#bar.no_col {
	    background: url("../img/no_col.jpg") top left no-repeat #444444;
	    height: 8px;
	}
	
	#bar.right_col {
	    background: url("../img/right_col.jpg") top left no-repeat #444444;
	    height: 8px;
	}

/*
 * Main content table
 */
#col_layout {
	width: 100%;
    border-style: solid;
    border-color: #444444;
    border-width: 0px 4px;
}

	#col_layout td {
	    /*padding-top: 15px;*/
	}

/*
 * Left column
 */
#left {
    width: 225px;
    background: url("../img/left-back.jpg") right repeat-y #224466;
    color: #dddddd;
    padding: 0px;
}

    div.box {
        background-color: #446688;
        margin: 5px 20px;
    }
    
    div.box.right {
        background-color: #446688;
        background-image: url("../img/box_right_back.jpg");
        background-position: right;
        background-repeat: repeat-y;
        margin: 5px 20px;
    }
    
    #left div.box .content {
        padding: 5px 0px 5px 10px;
    }
    
    div.box .header {
        height: 7px;
        background-image: url("../img/rounded.jpg");
        background-position: top left;
        background-repeat: no-repeat;
    }
    
    div.box .header_right {
        height: 7px;
        background-image: url("../img/rounded.jpg");
        background-position: 100% -7px;
        background-repeat: no-repeat;
    }
    
    div.nav_head {
        text-align: right;
        color: #dddddd;
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 10px;
        padding: 2px 10px;
        border-top: 1px solid #224466;
        border-bottom: 1px solid #224466;
    }
    
    div.box .footer {
        height: 7px;
        background-image: url("../img/rounded.jpg");
        background-position: 0 -14px;
        background-repeat: no-repeat;
    }
    
    div.box .footer_right {
        height: 7px;
        background-image: url("../img/rounded.jpg");
        background-position: 100% -21px;
        background-repeat: no-repeat;
    }
    
    div.box.right .footer_right {
        height: 7px;
        background-image: none;
    }
    
    div.box.right .header_right {
        height: 7px;
        background-image: none;
    }
    
    div.box.right {
        margin-right: 0px;
    }
    
    #left .box.right a {
        display: block;
        padding: 1px 0px 1px 8px;
        text-decoration: none;
        color: #dddddd;
        margin-top: 4px;
        font-weight: bold;
    }
    
        #left .box.right a:hover {
            color: #224466;
            background-color: #dddddd;
        }
        
        #left .box.right a:active {
            color: #224466;
            background-color: #dddddd;
        }
    
        #left .box.right a.sub {
            margin-left: 20px;
        }
        
        #left .box.right a.active {
            color: #224466;
            background-color: #eeeeff;
        }

/*
 * Main content
 */
#main {
    background-color: #eeeeff;
    color: black;
    padding: 10px 20px 20px 20px;
}

    #main h1, #main h2, #main h3 {
        color: #224466;
        font-weight: bold;
        padding: 0.5em 0;
        margin: 0px;
    }
    
    #main img {
        border: 1px solid #224466;
    }
    
    #main hr {
        width: 80%;
        color: #224466;
        background-color: #224466;
        border: 0px;
        height: 2px;
        text-align: center;
        margin: 15px auto;
    }
    
    #main a {
        color: #446688;
        text-decoration: none;
        font-weight: bold;
    }
    
        #main a:hover {
            color: #224466;
            text-decoration: underline;
            font-weight: bold;
        }
        
        #main a.active {
            color: #224466;
            text-decoration: none;
            font-weight: bold;
        }
        
    #main form {
        border: 1px solid #224466;
        background-color: #446688;
        color: white;
        padding: 10px;
        margin-top: 30px;
        line-height: 1.5;
    }
    
    #main form textarea {
        border: 1px solid #224466;
        background-color: #eeeeff;
        width: 100%;
        overflow: auto;
    }
    
    #main form input[type="text"] {
        border: 1px solid #224466;
        background-color: #eeeeff;
        margin-right: 10px;
    }
    
    #main form div {
        margin: 0px 0px 20px 0px;
    }
    
    #main ul.sitemap {
        position: relative;
    }
    
    #main ul.sitemap a span {
        display: none;
    }
    
    #main ul.sitemap li {
        position: relative;
    }
    
    #main ul.sitemap a:hover span {
        display: block;
        float: right;
        position: absolute;
        top: 0px;
        left: 30%;
        width: 300px;
        margin-right: 100px;
        text-decoration: none;
    }
    
h1 {
    font-size: 1.375em;
}

h2 {
    font-size: 1.25em;
}

h3 {
    font-size: 1.125em;
}

div.caption {
    font-size: 0.78em;
    color: #999999;
    font-style: italic;
    padding: 3px 0px;
    white-space: normal; 
}

.float_left {
    float: left;
    margin-right: 10px;
}

.float_right {
    float: right;
    margin-left: 10px;
}

.clear_right {
	clear: right;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
	font-style: normal;
}

.italic {
	font-style: italic;
}

/* orange looks better on blue than red for something that needs to contrast */
.important {
	color: #ff8800;
}

/*
 * Right column
 */
#right {
    width: 225px;
    background: url("../img/right-back.jpg") left repeat-y #224466;
    color: #dddddd;
    padding: 0px;
    line-height: 1.2;
}

    #right h1, #right h2, #right h3 {
        color: #dddddd;
        font-weight: bold;
        padding: 0.5em 0;
        margin: 0px;
    }
    
    #right hr {
        width: 80%;
        color: #224466;
        background-color: #224466;
        border: 0px;
        height: 1px;
        text-align: center;
        margin: 10px auto;
    }
    
    #right div.nav_head {
        text-align: center;
    }
    
    #right div.box .content {
        padding: 5px 10px;
    }
    
    #right a.normal {
        font-weight:normal;
    }
    
    #right a {
        color: #ffffff;
        text-decoration: underline;
        font-weight: bold;
    }
    
        #right a:hover {
            color: #224466;
            text-decoration: underline;
        }
        
        #right a.active {
            color: #ffffff;
            text-decoration: none;
        }

/*
 * page footer
 */
#footer {
    background-color: #444444;
    background-image: url("../img/footer-left.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
    color: #aaaaaa;
    
}

    #footer a {
        color: #aaaaaa;
        text-decoration: none;
    }
    
        #footer a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

	#footer .content {
		background-image: url("../img/footer-right.jpg");
	    background-position: bottom right;
	    background-repeat: no-repeat;
	    padding: 4px 25px;
	    font-size: 0.75em;
	    text-align: right;
	}