#head {
	position: relative;
    border-bottom: 1px solid #000033;
    background: #FFFFFF url(../images/header_background2.jpg) bottom right no-repeat;
}
    #head .logo {
        display: inline;
        padding: 5px;
    }
    
    #head .advert {
        display: block;
        background: #281c4e;
        color: #FFFFFF;
        position: absolute;
        left: 180px;
        top: 0px;
        width: 570px;
        height: 30px;
        text-align: center;
        vertical-align: middle;
    }
    
    /* IE position fix */
    html.* #head .advert {
        top: 5px;
        left: 178px;
    }

    #head .advert .left {
    	position: relative;
    	float: left;
    	margin: 5px;
  	}
  	#head .advert .right {
  		position: relative;
  		float: right;
  		margin: 5px;
  	}
  	
  	#head a, #head a:link, #head a:visited {
        color: #FFFFFF;
  	}
  	#head a:hover {
  		color: #CCCCCC;
  	}
    
	#head .tagline {
		display: block;
		position: absolute;
		top: 45px;
		left: 200px;
		width: 500px;
		height: 40px;
		color: #116280;
		font-weight: bold;
		text-align: center;
		font-style: normal;
		font-size: 9pt;
		vertical-align: center;
    }
    
    #head .tagline h1 {
        font-weight: bold;
        font-size: 16pt;
        padding: 0px;
        padding-bottom: 15px;
        margin: 0px;
    }

#nav {
	display: block;
	float: left;
	width: 150px;
	border-right: #CCCCCC;
}

    #nav ul {
        list-style: none;
        display: block;
        padding: 0px;
        margin: 0px;
        position: relative;
    }
    
    #nav ul li {
        list-style: none;
        display: inline;
        padding: 0px;
        margin: 0px;
        position: relative;
    }
    #nav ul li a {
        position: relative;
        display: block;
        padding: 5px 3px 5px 5px;
        margin: 0px;
        height: 20px;
        border-bottom: 1px solid #CCCCCC;
    }   
    #nav a, #nav a:link, #nav a:visited {
    	color:#000099;
    	text-decoration: none;
    	font-weight: bold;	
    }

    #nav h2 {
    	margin-top: 20px;
    	background: #281c4e;
    	color: #FFFFFF;
    	font-size: 8pt;
    	margin-bottom: 0px;
    	margin-left: 0px;
    	margin-right: 0px;
    	padding: 5px;
    	border-bottom: 1px solid #CCCCCC;
    }
	
    #nav ul li a:hover {
        background: #FF9900;
    	color: #FFFFFF;
    }

#content {
	position: relative;
	margin: 0px;
	padding: 10px;
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	margin-left: 150px;	
}

    #content .graphic {
        text-align: center;
        margin: 0px 0px 15px 0px;
    }
    #content .graphic img {
        margin: 0px;
        padding: 0px;
    }
    #content .graphic .label {
        font-weight: bold;
	    color: #FF6600;
        display: block;
        text-align: center;
        font-size: 9pt;
    }
