* { 
    margin:0px; 
    padding:0px;
	outline: none;
	zoom:1;
}
        
html {
    height:660px;
    overflow:hidden;
}
                
body {
    height:660px;
    width:100%;
    background:white;
    overflow:hidden;
}

.break {
    font-size: 1px;
    line-height: 2px;
}
            
#ie_lte7 {
    background:white;
    display:block;
    color:grey;
    height:100%;
    width:100%;
}
        
#site_navigation {
    height:40px;
    width:100%;
    background:#161618;
}
         
#site_links {
    position:relative;
    list-style:none;  
    width:690px;  
    margin:0px auto 0px auto;
    height:20px;
}
        
#site_links li {
    float:left;  
    display:block;  
    text-align:center;  
    position:relative;  
    padding: 4px 10px 4px 10px;  
    margin-right:30px;  
    margin-top:7px;  
    border:none;
}
        
#site_links li a {
    font-family: calibri,Arial,Helvetica,sans-serif;
    text-decoration:none;
    color:white;
    font-style:normal;
    font-size:16px;
    font-weight:normal;
}
        
#page_box {
    position:relative;
    width:960px;
    height:400px;
    margin-left:auto;
    margin-right:auto;
    top:40px;
}
        
#filter_box {
    position:relative;
    height:410px;
    width:150px;
    background:white;
}
        
#filter li {
    list-style-type:none;
    height:1.3em;
}
        
#filter li a {
    font-family: calibri,Arial,Helvetica,sans-serif;
    text-decoration:none;
    color:#424242;
    height:1.3em;
    padding-right:150px;
    padding-left:10px;
}
        
#filter li.active,
#filter li.active a,
#filter li:hover,
#filter li:hover a {
    font-family: calibri,Arial,Helvetica,sans-serif;
    text-decoration:none;
    color:white;
    background:#424242;
}        
        
#flash_container {
    display:block;
    position:relative;
    left:150px;
    top:-410px;
    height:400px;
    width:810px;
    background:white;
    border-left-width:1px;
    border-left-style:solid;
    border-left-color:#424242;
}
        
#block_logo {
    position:absolute;
    display:block;
    float:left;
    margin-top:-35px;     
    height:35px;
    width:810px;
    background:white;
    z-index:2;
}
        
#disclaimer {
    position:relative;
    width:960px;
    height:400px;
    margin-left:auto;
    margin-right:auto;
    font-family: calibri,Arial,Helvetica,sans-serif;
    font-size:12px;
    color:#424242;
    top:60px;
    z-index:3;
}

#searchForm {
    position:relative;
    top:20px;
    margin-right:auto;
    margin-left:auto;
    width:735px;
}
#Search {
    size:41px;
    height:20px;
    padding:5px;
    width:735px;
    font-size:13px;
}
#button {
    border:none;
    color:white;
    background:white;
}