/* CSS Document */

/*ISGO CSS*/

body {
    background : #ffffff;
    margin-right:18.75%;
    margin-left:18.75%;
}
img{
    border-style: none;
}

#masthead {
    margin: 0px;
    padding : 0px;
    width: 800px;
    height :80px ;
    background-image: url(../images/ISGObanner.png);
}
#masthead a i { visibility: hidden; font: 100px georgia; }

#masthead img {
    display :block ;
}


a:link {
    text-decoration: none;
    color: #3E4F87;
}

a:visited {
    color: #00396A;
    text-decoration: none;
    
}

a:hover {
    text-decoration: none;
    color: #00396A;
    
}
a:active {
    text-decoration: none;
    color: #00396A;
    
}

h1 {
    color: #3E4F87;
    font: 22px georgia;
    text-align: left;
}


h2 {
    color: #5168B4;
    font: 20px georgia;
    text-align: left;
    padding-top: 10px;
}
h3 {
    font: 18px georgia;
    text-align: left;
    padding-top: 10px;
}

p {
    color: #000000;
    font: 8pt/16pt georgia;
    font-size: 11px;
    line-height: 150%
}


#containerISGO {
    clear :both ;
    border : 1px solid #000;
    width : 798px;
    background: #ccc url(../images/fauxc.png) repeat-y 50% 0;
    padding-bottom :0px ;
    
}

#containerISGO2 {   
    clear :both ;
    background-color :#ffffff; 
    
    width : 798px;
    border: 1px solid #000;
}
#contentISGO {
    
    border: 1px solid #fff;
    padding:10px;
    text-align: justify;
}
#contenthome {
    float: left;
    width: 458px;
    padding:10px;
    text-align: justify;
    background-color :#ffffff; 
}

#news {
    float: right;
    width: 36%;
    border : 1px;
    padding: 10px;
    
}
#news1 {
    float: right;
    width: 36%;
    border : 1px;
    background-color : #BBF0A2;
    padding: 10px;
    
}
.footerisgo {
    background: #428323;
    padding-left: 6px;
    color: white;
    font: bold 9px Helvetica, Arial, sans-serif;
    text-align: left;
    padding-top: 3px;
    clear :both ;
}

#tabs {
    float:left;
    width:800px;
    background-image:url("../images/tabsbgISGO.png");
    font-size:93%;
    line-height:normal;
    
    
}
#tabs ul {
    margin:0;
    padding:10px 10px 0 50px;
    list-style:none;
}
#tabs li {
    display:inline;
    margin:0;
    padding:0;
}
#tabs a {
    float:left;
    background:url("../images/tableftF.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#tabs a span {
    float:left;
    display:block;
    background:url("../images/tabrightF.gif") no-repeat right top;
    padding:5px 15px 4px ;
    color:#666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
    float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
    color:#428323;
}
#tabs a:hover {
    background-position:0% -42px;
}
#tabs a:hover span {
    background-position:100% -42px;
}

#tabsside a {
    
}
#tabsside a span {
    float:left;
    
    background:url("sidebar.png") no-repeat right top;
}

.centerimage
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.rightimage
{
    text-align:right;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.red {
    color: #FF0000
}

span.codedirection { 
    unicode-bidi:bidi-override;
    direction: rtl;
}

.hidden { 
   display: none; 
}

