    body {
        background: white url('') repeat; 
        margin: 15px auto 30px auto;
    }
    body, td {
       font-family: Arial; font-size: 12px; color: #696969; 
       margin: 0; padding: 0px; 
    }
    a, a:visited {
	    color: green;
	    font-family: Arial;
	    font-size: 12px;
	    font-weight: bold;
	    text-decoration:none;
    }
    h1, h2, h3, h4 {margin: 7px 0px 7px 0px;}
    h1, h1 a, h1 a:visited {
        color: green;
        font-size: 24px;
    }
    h2, h2 a, h2 a:visited {
        color: green;
        font-size: 15px;
    }
    h3, h3 a, h3 a:visited {
        color: green;
        font-size: 14px;
    }
    h4, h4 a, h4 a:visited {
        color: green;
        font-size: 13px;
        margin: 0px 0px 3px 0px;
    }
    li {color: green;
        list-style-type:none;}
    .featured_image { padding:1px; border:1px solid #B18848; }
    
    #topnav {
        width: 1050px; 
        margin: 15px auto 5px auto;
        text-align: right;
    }
    #topnav a, #topnav a:visited {
        font-size: 95%;
        color: White;
    }
    #header {
    }
    #content {
        width: 1050px; 
        background-color: white; 
        border-left: 1px solid #3D632A;
        border-right: 1px solid #3D632A;
    }
    #footer {
        width: 100%; margin: 0 auto;
    }
    #footer td, #footer a, #footer a:visited {
        font-size: 95%;
        color: White;
    }
    /* Navigation Banner */
    #bannernav {
        width: 910px; height: 25px;
        border-bottom: 0px; margin-bottom: 10px;
        clear: right; background: url('/images/menu_background.jpg');
    }
    #bannernav ul {
        margin: 0px; padding: 0px;
        list-style-type:none;
        width: auto;
    }
    #bannernav ul li {
        margin: 0px;
        float:left; display:block;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
    }
    #bannernav ul li a {
        text-decoration: none;
        padding:0 12px;
        line-height: 25px;
        float:left; display:block;
        font-size: 90%; color: White;
    }
    #bannernav ul li a:hover, #bannernav ul li a.current {
        background-color: green;
        color: white;
    }    
    
    
#wrapper1 {
    width: 960px; 
    margin: 0px auto 7px auto; padding: 0px;
}	
#entirearea, #orlandoarea { 
    width: 960px; height: 100%;
    margin: 0px auto 7px auto; 
    padding: 3px 0px 30px 0px;
    float: left; 
    font-size: 8pt; color: black;
}
#leftcol {
	width: 200px; 
    margin-right: 0px; padding: 0px;
	float: left; overflow: hidden;
}
#contentarea { 
    width: 760px; height: 100%;
    margin: 0px auto 7px auto; 
    padding: 3px 0px 30px 0px;
    float: left; 
    font-size: 8pt; color: black;
}
#centercol { 
    width: 750px;
    margin: 0px auto 7px auto; 
    padding: 3px 5px 30px 5px;
    float: right; overflow: hidden;
    font-size: 8pt; color: black;
}

.big_button {
    padding: 2px 7px 4px 7px; 
    color: white; 
    background-color: green !important; 
    border: 1px solid gray;
    cursor: pointer; cursor: hand;
    height: 22px;
}    
.select_dropdowns {width: 173px; height: 31px; float: left; margin: 0px 23px; padding: 30px 0px 0px 10px;}

/* Popups */
#popup_ad {
    position: fixed;
    bottom: 0px; width: 100%; 
}
#dimmerform
{
   filter: alpha(opacity=60); 
   -moz-opacity: 0.6; opacity: 0.6; 
   background: #ccc; position: absolute; 
   left:0; top:0; width: 100%; height: 300%;
   display: none; z-index: 10;
}
.popup { 
    display: none; position: absolute; 
    left:50%; top:40%; 
    background: #ffffff; padding: 0px; z-index: 10;
}
.popup_content {  
    overflow: auto; 
}
.popup_header { 
    background-color: green;
}    
.popup_title { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    color: #ffffff;
    font-weight: bold;
}

.frame_box {
    margin-bottom: 7px; padding: 0px 1px 10px 1px;
    color: White; font-weight: bold;
    background-color: #B18848;
    border: solid 0px red; 
    border-top: solid 1px #B18848; 
}
.frame_box .title {
    background: #B18848 url("/images/menu_background.jpg") repeat;
    padding: 4px 4px 2px 8px; margin: 0px;
}
.frame_box h1, .frame_box h2, .frame_box h3, .frame_box h4 {
    color: white; font-weight: bold;
    text-align: left;
}
.frame_box a, .frame_box a:visited {
    color: green; font-weight: bold;
}
.content_box {
    margin: 2px; padding: 5px;
    background: white url("") repeat-x;
    border: solid 0px gray;
    font-weight: normal; color: green;
    text-align: left;
}
