/********************
Leading characters
none - html element - h1, body, 
. - class level - .h1, .body, .left_menu
# - id level - one per page
*********************/



body {
    margin:0;
    padding:0;
}

h1 {
    width: 1400px;
    text-align: center;
    font-size: xx-large;
    font-weight: bolder;
}

hr.dividing {

    background: transparent;
    color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: black 1px dashed;
}

h2 {
    text-align: left;
    font-size: x-large;
    font-weight: bolder;
    margin: 0px;
    padding: 0px;
}

.page_width {
    width: 1200px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}


.left_menu {
    float:left;
    width: 200px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.left_menu_group {
     width: 180px;
     border: 0px;
     padding: 5px;
     margin-left: 5px;
     border: solid;
     border-width: 2px;
     font-size: large;
     margin-bottom: 10px;
}

.data_area {
    float: right;
    width: 980px;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.data_area_group {
    width: 920px; 
    border: solid;
    padding: 20px;
    margin-bottom: 10px;
}


.ExpandCollapseHeader {
    padding:3px;
    overflow: hidden;
    cursor: pointer;
}
.ExpandCollapseHeader:hover { 
    background:#6CB023;
}

.ExpandCollapseContent {
    padding-left:20px;
    overflow: hidden;
    display:none;
    cursor: pointer;
}

.ExpandCollapseHeaderFAQ {
    padding:3px;
    overflow: hidden;
    cursor: pointer;
}
.ExpandCollapseHeaderFAQ:hover { 
    background:#2233FF;
}

.ExpandCollapseContentFAQ {
    padding-left:20px;
    overflow: hidden;
    display:none;
    cursor: pointer;
}
.ExpandCollapseContentFAQ:hover { 
    background:#CCEEFF;
    cursor:default;
}

span.leftpad {
padding-left: 10px;
}

.main {
    background: #CCCCFF;
    font-size: x-large;
}

.main_photoart {
    background: #0000E6;
    font-size: x-large;
}

.outer {
    position: absolute; 
    width: 950px; 
    height: 427px; 
    left: 5px; 
    top: 40px;
}

.inner {    
    position: absolute;
    line-height: 200%;
    width: 266px; 
    height: 250px; 
    left: 900px; 
    top: 0px;
}

.sitename {
    position: absolute;
    line-height: 50%;
    vertical-align: bottom;           
    width: 200px; 
    height: 50px; 
    left: 900px; 
    top: 550px;
}


.outer-new {
    position: absolute; 
    width: 950px; 
    height: 427px; 
    left: 80px; 
    top: 40px;
}

.inner-new {    
    position: absolute;
    line-height: 200%;
    width: 266px; 
    height: 250px; 
    left: 900px; 
    top: 40px;
}

.sitename-new {
    position: absolute;
    line-height: 50%;
    vertical-align: bottom;           
    width: 200px; 
    height: 50px; 
    left: 900px; 
    top: 590px;
}

hr {
    text-align: left;
    color: black;
    background-color: black;
    height: 8px;
    width: 137px;
    padding: 0px;
    margin-left: 0px;
    noshade: noshade;
}



/***************************************************
* use to extend a <div> past the bottom of an image
* Useage: <div class=\"fiximage\">&nbsp;</div>
****************************************************/
div.fiximage { 
clear:both; 
height:0px; 
font-size:0px; 
line-height:0px; 
margin:0px; 
padding:0px; 
} 


