body 
{
    margin : 0;
    height : 100%;
}


    
#header
{
    background-color : #19202d;
    width : 100%;
    height : 200px;
    text-align : center;
    color : #FFFFFF;
    font-size : 12pt;   
}

#nav
{
    background-color : #3d434f;
    height : 20px;
    text-align : center;
    color : #FFFFFF;
    font-size : 10pt;
}

#header0
{
    background-color : #020409;
    height : 20px;
    text-align : center;
    color : #FFFFFF;
    font-size : 10pt;
    vertical-align : bottom;
    border : solid 1px #b1b1b1;
}

#header_submit
{
    border : solid 1px #FFFFFF;
    background-color : #19202d;
    color : #FFFFFF;
    height : 22px;
}


#current_menu
{
        text-align : left;
        background-color : #ff8a00;
}

#nav td
{
     text-align : left;
}


#content_table
{
    background-image : url(../img/couch.png);
    background-repeat : no-repeat;
    background-position : right top;
    width: 100%;
}

#content_table0 td
{
    padding : 20px;
}

#content_table td
{
    padding : 20px;
}

#knowledge_is_power
{
    background-color : #19202d;
    width : 300px;
    padding : 20px;
    color : #FFFFFF;
    background-image : url(../img/Qm-icon.png);
    background-repeat : no-repeat;
    background-position : top right;
}   

#right_side
{
    width : 300px;
    text-align : right;
    padding-top : 100px;
    color : #FFFFFF;
}


#add_links
{
    text-align : left;
    vertical-align : top;
}

#search
{
    vertical-align : bottom;
    text-align : right;
    padding : 20px;
}

#content
{
    font-size : 12pt;
    color : #353535;
}

#footer
{
    background-image : url(../img/footer_back.jpg);
    background-repeat :  repeat-x;
    height : 150px;
}

#footer a
{
    font-size : 10pt;
    padding : 25px;
 	color: blue;
}

#content_right
{
    background-color : #19202d;
    padding : 20px;
    color : #FFFFFF;
}

#nav td
{
    width : 200px;
}

#sofa
{
    background-color : #000000;
    color : #ffffff;
    text-align : left;
    padding : 5px;
    font-size : 11pt;
    visibility : hidden;
}

.web_description
{
    font-size : 10pt;
    color : #000000;
    background-color : #e7e7e7;
    padding : 10px;
}

.authors
{
    font-size : 10pt;
    color : #110047;
    font-family : Arial;
} 

.authors_right
{
    font-size : 10pt;
    color : #110047;
    font-family : Arial;
    text-align : right;
} 

.panoramic
{
    background-image : url(../img/panoramic.jpg);
    background-repeat :  repeat;
    height : 100px;
    border : solid 1px gray;
}

.env
{
    background-image : url(../img/env.jpg);
    background-repeat : no-repeat;
    width : 1100px;
    height : 470px;
    padding-top: 280px;
    padding-left : 20px;
    color : #ffffff;
    font-size : 10pt;
}

.logos_table
{
    font-size : 10pt;
}

.logos_table td
{
    vertical-align : top;
}

#footer a:hover {
color: maroon;
}
#footer a:visited{
	color: purple;
}

#nav a:hover {
	color: white;
	text-decoration: none;
	background: #ff8a00;
}

#nav a {
	color: Window;
	text-decoration: none;
}
.text
{
    width: 420px;
}
.textarea
{
    width: 420px;
    height: 150px;
}
.navigators a:link, .navigators a:visited, .navigators a:hover, .navigators a:active {
   color: ButtonText;
   text-decoration: none;
   background-color: #add8e6;
   border: 1px solid black;
}