body, div, td, p, h1, h2, h3 {
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    vertical-align:top;
}

h1 {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    color: #2C5673;   
}

h2 {
    text-decoration: none;
    font-weight: bold;
    color: #426E8C;   
}

b, .highlightinlinebold{
    display:inline;
    text-decoration: none;
    font-weight: bold;
    color: #426E8C;   
}

.highlight{
    color: #426E8C;
    font-weight: normal;
}


.mainli{
    list-style-type:square;
    list-style-position:inside;
}

ul{
	margin-left:0px;
}

.keyplayer{
    list-style: none inside none;
}

body {
    text-align: center;
    background-color: #D3E6EA;
}

div, td, p, li {
    text-align:justify; 
}

.centre{
    text-align:center;
}

.right{
    text-align:right;
}

.page{
    position: static;
    margin-left: auto;
    margin-right: auto;
    width : 900px;
    padding: 0px 0px 0px 0px; 
    height: 1000px;
    background: transparent url(../images/bg.gif) no-repeat top left;
}



.header{
    position: relative;
    /*height: 100px;*/
    width: 100%;
    padding: 30px 0px 100px 35px;
}


.mainleft{
    float:left;
    width: 210px;
    height:800px;
    text-align: center;
    padding: 0px 15px 0px 0px;
}

.mainright{
    float:right;
    width: 210px;
    height:800px;
    text-align: center;
    padding: 40px 0px 0px 5px;
}


.navbar{
    padding: 50px 5px 0px 20px;
    float:left;
    color: black;
    height: 800px;
    width: 180px;
}

.navtable{
    width: 180px;
}

.keyplayertable{
    width: 180px;
    padding: 10px 0px 0px 40px;
}

.hover {
    background-color: #D6D6D6;
    padding: 0px 5px 0px 5px;
    cursor:pointer;
}

.active {
    background-color: #B6B6B6;
    padding: 0px 5px 0px 5px;
}

.normal{
    /*should be same as td.menu*/
    background-color: #DEE7F0;
    padding: 0px 5px 0px 5px;
}

.subnormal{
    /*should be same as td.menu*/
    background-color: #F0E6DE;
    padding: 0px 5px 0px 5px;
}

.subsubnormal{
    /*should be same as td.menu*/
    background-color: #EEEAD6;
    padding: 0px 5px 0px 5px;
}

.hidden{
    display: none;
}

.showen{
    /*display: marker;*/
}


img{
    border-style:none;
}

a {
    text-decoration: underline;
    font-weight: normal;
    /*color: #426E8C;  */
    color: #DE1717;  
    font-size: 13px;
}


a:hover {
    color: #464646;  
}



/*sub menu colors*/
    #philosophy:first-child{
    background-color: blue;
}


.main{
    padding: 0px 0px 0px 0px;
    width: 94%;
    
}

.footer{
    display: block;
    bottom: 0;
    background-color: green;
    width: 100%;
}


