/*
Global styles
*/
BODY {
background-color: #90B7D8;
font-family: arial, helvetica, sans;
color: white;
margin: 20px 40px;
text-align: left;
}

A { color: white; font-weight: bold; }
A:HOVER { color: white; }
A:ACTIVE { color: white; }
A:VISITED { color: white; }

HR { 
border: 0px;
border-top: 1px solid #90B7D8;  } 

H1 { /* is the page title for most pages... */
letter-spacing: 0.2em;
font-size: 36px;
margin: 0px 0px 16px 0px;
}
H2 {
margin: 0px;
margin-top: 0px;
line-height: 1.1em;
font-size: 1.1em;
}


/*
major page elements
*/
#lefthandcol { 
float: left;
}
#title { 
font-weight: bold;
font-size: 24px;
line-height: 100%;
}
#navlinks { 
list-style-type : none;
padding: 0px;
line-height: 200%;
/*IE hack*/
margin: 0px;
margin-top: 25px;
}
#navlinks A {
text-decoration: none;
font-weight: bold;
border: 1px solid #90B7D8; 
padding: 2px;
}
#navlinks A:HOVER {
color: #90B7D8;
background-color: white;
border: 1px solid #999999; 
padding: 2px;
}
#righthandcol { 
margin-left: 280px;
padding-top: 80px;
border: 0px solid black;
width: 560px
}

#footer {
clear: both;
width: 854px;
border-top: 1px solid white;
margin-top: 20px;
text-align: center;
}

