﻿/* common specific simple classes */
.block
{
    margin: 20px; /*border:1px solid black;*/
}
.wfull
{
    width: 100%;
}
.right
{
    float: right;
}
.centeredImg
{
    padding: 20px 10px 20px 10px;
    margin: 10px 0px 10px 0px;
    border: thin dotted #CCCCCC;
    text-align: center;
    vertical-align: middle;
}
.PagePath
{
    padding: 20px 20px 5px 20px;
    margin: 0px 0px 0px 0px;
    background-color: #E1E7F7;
    font-size: 80%;
}
.clear
{
    /*clear: both;*/
}
.nodisplay
{
    display: none;
}
.f30
{
    font-size: 130%;
}
.f20
{
    font-size: 120%;
}
.f10
{
    font-size: 110%;
}
.f90
{
    font-size: 90%;
}
.f80
{
    font-size: 80%;
}
.f70
{
    font-size: 70%;
}
.just
{
    text-align: justify;
}
/* common universal simple classes */
body
{
    background-color: #E9EFF3;
    background-position: center center;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#outerwrapper
{
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

H1, H2, H3, H4, H5, H6
{
    margin: 30px 0px 10px 0px;
}
H1
{
    font-size: 160%;
}
H2
{
    font-size: 135%;
}
H3
{
    font-size: 115%;
}
H4
{
    font-size: 105%;
}
H5
{
    font-size: 100%;
    font-weight: normal;
}
H6
{
    font-size: 90%;
    font-weight: normal;
}
td
{
    padding: 2px 4px 2px 4px;
}


/*******************************************************/
#top
{
    margin-top:40px;
}

#top table
{
    margin-left: 23%;
    width: 77%;
    margin-bottom:20px;
    
}

#top table tr td {background-color: #E9EFF3;}

/*#top #rimos_logo_img
{
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: -15px;
    position: relative;
    left: 25%;
    top:-20px;
}

#rimos_logo_img_bottom
{
    float: left;
    width: 110px;
    position: relative;
    right: 130px;
    top: 10px;
}*/


/*******************************************************/
#main
{
    overflow: visible;
    float: left;
    width: 100%;
}


#main #main_content
{
    margin-left: 23%;
    /*************/
    background-color: #FDFDFD;
    
    border-width: 1px; 
    border-style: solid;
    border-color: #FFFFFF #D7DEEA #D7DEEA #FFFFFF;
    
    overflow:visible;
    min-height:500px;
    
    }
#main #main_menu
{
    margin-top:-20px;
    margin-left:-20px;
    float: left;
    width: 23%;
    position: relative ;

    
    /*************/
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


#main #main_menu a:hover
{
    background-color: White;
}


/*******************************************************/
#bottom
{
    font-size: 80%;
    overflow: auto;
    /*margin-top: 20px;*/
    margin-right: 5px;
    margin-bottom: 600px;
    overflow: visible;
    position:relative;
    top:50px;
}
#Counters
{
    display: none;
}





/**********************************************************/

.Spaced20 td {padding-top:20px;}

