    body {
        background-color: #3a6ea5;
        color:            #ffffff;
        font-family:      Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size:        13px;
    }

		div#last {
			overflow: hidden;
			height:   0px;
			clear:    both;
		}
    
    div#bin_main {
        width:  800px;
        border: 1px solid #000000;        
        margin: 25px auto;
    }
    
    div#header_title {
        background-image: url('/images/layout/header_title.gif');
        height:           70px;  
    }

    div#header_mid {
        background-image: url('/images/layout/header_mid.png');
        height:           73px;
    }

    div#header_appointments {
        width: 310px;
        float: left;
    }

    div#header_login {
        width: 190px;
        float: left;
        padding-top: 5px;
        font-size: 11px;
    }

    div#bin_nav_sections {
        background-image: url('/images/layout/header_navigation_sections.png');
        height:           36px;     
            
    }
    
    div#bin_nav_links {
        background-image: url('/images/layout/header_navigation_sites.png');
        height:           28px;
        padding-left:     170px;
        font-size:        14px;
        padding-top:      2px;
        color:            #ffffff;
        
    }

    div#nav_date {
        width:        145px;
        font-size:    11px;
        padding-left: 9px;
        padding-top:  15px;
        float: left;        
    }
    
    div.nav_tabs_bg_mid {
        background-image:  url('/images/layout/nav_tabs_bg_mid.png');
        background-repeat: repeat-x;
        padding:           10px 3px 0px 3px;
        font-size:         15px;
        font-family:       Arial Narrow, Arial, Helvetica, sans-serif;
        float:             left;
    }

    div.nav_tabs_bg_last {
        background-image: url('/images/layout/nav_tabs_bg_last.png');
        float:            left;
        width:            26px;
        height:           33px;
    }
    
    div.nav_tabs_bg_active {
        background-image: url('/images/layout/nav_tabs_bg_active.png');
        float:            left;
        width:            14px;
        height:           33px;
    }
    
    div.nav_tabs_bg_connector {
        background-image: url('/images/layout/nav_tabs_bg_connector.png');
        float:            left;
        width:            26px;
        height:           33px;
    }
    
    a.nav_tab_inactive {
        font-family:		 Arial Narrow, Arial, Helvetica, sans-serif;
        color:           #ffffff;
        text-decoration: none;
        font-weight:     800;
    }
    
    a.nav_tab_active {
        font-family:		 Arial Narrow, Arial, Helvetica, sans-serif;
        color:       #f7bf27;
        font-weight: 800;      
    }
    
    a.nav_site_inactive {
        font-size:       12px;
        color:           #f7bf27;
        text-decoration: none;
    }
    
    a.nav_site_active {
        font-size:       12px;
        font-weight:     800;
        color:           #f7bf27;
        text-decoration: underline;
    }
    
    a {
        color:           #f7bf27;
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    input.textfield_login {
        width:            105px;
        font-size:        11px;
        border:           1px solid #000000;
        background-color: #fbdb8d;
    }
    
    div.bin_login_form {
        width:  100%;
        height: 20px;
    }
    
    span.login_form_label {
        width: 80px;
        float: left;
    }
    
    span.login_form_input {
        float: left
    }
    
    div#content_bg_grid {
        background-image: url('/images/layout/content_bg_grid.png');
    }

    div#content_bg_logo {
        background-image:    url('/images/layout/content_bg_logo.png');
        background-position: 227px 9px;
        background-repeat:   repeat-y;
        padding-top:         30px;
    }
    
    hr {
        border: 1px solid #f7bf27;
    }
    
    div.box_content1 {
        width:            650px;
        border:           1px solid #f7bf27;
        margin:           auto auto;
        padding:          10px;
        background-image: url('/images/layout/content_bg_raster.gif');        
    }

		div.box_content {
        border:           1px solid #f7bf27;
        margin:           auto auto;
        background-image: url('/images/layout/content_bg_raster.gif');
        margin-bottom:    30px;
    }

    div.box_error {
        width:            400px;
        border:           1px solid #000000;
        margin:           auto auto;
        padding:          10px;
        color:            #000000;
        background-color: #ff5d61;
    }

    div.box_success {
        width:            400px;
        border:           1px solid #000000;
        margin:           auto auto;
        padding:          10px;
        color:            #000000;
        background-color: #80ff80;
    }
    
    .news_title {
        font-family: Arial;
        font-size:   20px;
        font-weight: 800;
        color: #f7bf27;
    }
    
    div.news_content {
        text-align: justify;
        line-height: 1.4em;
    }       
    
    div.news_info {
        clear: both;
        font-size: 12px;
        margin-top: 2px;
    }
    
    div.form_row_container {
        clear: both;
        width: 100%;
     }
    
    div.form_row_controls {
        clear: both;
        padding-top: 5px;
        padding-left: 110px;
    }
    
    button {
        border: 1px solid #000000;
        background-color: #fbdb8d;        
    }
    
    button.submit {
    	font-weight: 800;
    }
    
    
    span.form_row_label {
        width: 20%px;
        float: left;
    }
    
    span.form_row_input {
        width: 400px;
        float: right;
        text-align: left;
        padding-bottom: 5px;
    }

    span.form_row_error {
        border: 1px solid #000000;
        font-size: 11px;
        background-color: red;
        padding: 2px;
    }
    
    input.textfield_default {
        width: 100%;
        border: 1px solid black;
        background-color: #fbdb8d;
        margin-bottom: 3px;
    }

    input.textfield_error {
        width: 100%;
        border: 1px solid black;
        background-color: #ff8080;
        margin-bottom: 3px;
    }
    
    textarea {
        width: 100%;
        border: 1px solid black;
        background-color: #fbdb8d;
        height: 150px;
        margin-bottom: 3px;
    }

    textarea.default {
        width: 100%;
        border: 1px solid black;
        background-color: #fbdb8d;
        height: 150px;
        margin-bottom: 3px;
    }

    textarea.error {
        width: 100%;
        border: 1px solid black;
        background-color: #ff8080;
        height: 150px;
        margin-bottom: 3px;
    }

    div.box_content_caption {
			background-color: #f7bf27;
			color:            #3a6ea5;
			font-weight:      800;
			float:            left;
			padding:          2px;
			padding-left:     8px;
			padding-right:    8px;
			font-size:        11px;
			margin-right:     10px;
			margin-bottom:    10px;
			clear:            left;
		}
		
		table.links {
			clear: both;
			width: 100%;
		}
		
		td.links {
			padding: 3px;
			border-top: 1px solid #f7bf27;			
		}

		th.links {
			padding: 3px;
			text-align: left;
		}		
		
		select {
			background-color: #fbdb8d;
			border: 1px solid #000000;
		}
