

/* body */

body
{
    color: black;
    font-family: "Lucida Sans Unicode", Georgia, Arial, sans-serif;
    font-size: 0.9em;
}

#nav_top
{
   width: 200px;
   height: 16px;
   background: url('images/navigation/nav_top.png') no-repeat;
}

#nav_bottom
{
   width: 200px;
   height: 16px;
   background: url('images/navigation/nav_bottom.png') no-repeat;
}

#graphics
{
    display: none;
}

.name
{
    display: inline;
}

#cluster
{
    float: left;
    margin: 0px 10px 10px 0px;
}

#logos
{
    float: left;
    margin: 0px 10px 10px 0px;
}


.link
{
   display: none;
}

.pl
{
   float: left;
    margin: 0px 5px 2px 0px;
}

.pr
{
   float: right;
    margin: 0px 0px 2px 5px;
}

.quote
{
    font-style: italic;
    text-align: center;
}


.colour
{
    color: #ffffff;
    background-color: #2A914A;
}

/* text */

h1
{
    text-align: center;
    color: #2A914A;
	font-size: 1.6em;
}

h2
{
    font-family: Arial;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
}

h3
{
    font-family: Arial;
    font-size: 2.2em;
    font-weight: bold;
}

h4
{
    font-family: Arial;
    font-size: 1.2em;
    font-weight: normal;
}

/* divs */

#local img
{
float: left;
}


#middle
{
text-align: center;
}

#container 
{
    margin-left: auto;
    margin-right: auto;
    width: 756px;
}

#navcon
{
    float: left;
}


#logo
{
    margin: 0;
    padding: 0;
    width: 200px;
    height: 180px;
    background: white;
    text-align: center;

}

#main
{
    margin-left: 210px;
}

#left
{
    width: 250px;
    float: left;
}

#left img
{
    float: left;
    margin: 0px 2px 2px 0px;
}

#right
{
    width: 250px;
    float: right
}

#right img
{
    float: left;
    margin: 0px 2px 2px 0px;
}

#linklist
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer
{
    font-size: 0.9em;
    text-align: center;
    clear: both;
}

#footer a
{
    font-weight: bold;
    color: #660099;
    text-decoration: none;
}

#footer a:hover
{
    color: #FFCC33; 
    text-decoration: underline;
}

#footer li
{
    display: inline;
}

#alphapara
{
    text-align: center;
}

#alpha
{
    width: 100%;
}

#alpha td
{
    display: inline;
}

#alphab
{
    width: 30%;
}

#alphab td
{
    width: 5%;
    text-align: center;
}

a:link, a:visited, a:active
{
    color: #00AAFF; 
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

a:hover
{
    color: #FFCC33; 
    text-decoration: underline;
    font-weight: bold;
}

.centered
{
    font-size: 1.4em;
}



#navigation
{
    margin: 0;
    padding: 0;
    width: 200px;
    text-align: left;
    background-color: #010080;
}



#navigation a
{
    font-family: verdana;
    font-size: 1.4em;
    font-weight: bold;
    display:block;
    padding: 3px 30px 3px 0px;
    text-align: right;
    text-decoration: none;
    color: yellow;
}

#navigation a:hover
{	
    color: blue;
    background-color: yellow;
}

#navigation ul, #navigation li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

/* acronyms */

acronym
{
     font-style: italic;
     border-bottom: 1px dotted;
}
