/* 
    Document   : index
    Created on : 18/10/2012, 06:05:30 PM
    Author     : rijae
    Description:
        Purpose of the stylesheet follows.
*/

span {
    /*font: 95% "Trebuchet MS", Arial, Helvetica, sans-serif;*/
}

#borderContainer {
    height: 500px;
    width: 700px;
    margin: 0 auto 0 auto;
    
}
#borderContainer {
    font: 95% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
    font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
}

ul {
    padding-left: 0;
    list-style-type: none;
}


.navlist
 {
    margin:5px auto 0 auto;
    width: 700px;        
 } 
 .subnavilist {     
     margin:3px auto 0 auto;
     width: auto !important;
 }
 
 .subactive, .subactive a {
     width: auto !important;     
 }
 .subactive a {
     display: block;
     text-align: center;
     text-decoration: none;
     /*border: solid 1px #FFFFFF;*/
     color: #000000;
     background-color: #FFFFFF;
     border-bottom: solid 1px #2AFFFF;
     font: 95% "Trebuchet MS", Arial, Helvetica, sans-serif;
 }
 .subactive a:hover {
     color: #FFFFFF;
     background: #7F00FF;
 }
 .subactive {
     margin: 0 auto 0 auto;
     
 }