@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body {
background-color: #f3f9fc;/*super light blue*/
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
}

#wrapper {
width:60em;
margin:auto;
background-color: #FFF;
}

#branding{
position:relative;
width:100%;
height:10.5em;
background-color:#fff;
border-bottom: #1b560e thin solid;/*dark green*/
}

#branding h1{
font-family: "Times New Roman", Times, serif;
font-size:200%;

color:#16435c;/*dark blue*/
}
#bar{
width:100%;
height:1em;
background-color:#0000FF;
}

.box{
position:absolute;
}

#menutop{
font-size:90%;
display:block;
height:1.75em;
background-color:#70b9e1;/*light blue*/


}

/*remove bullets from ul in navbar */
#menutop ul{
list-style-type:none;

}

#menutop li{
float:left;

}

#menutop a,
#menutop a:link,
#menutop a:visited{
text-decoration:none;
color:#000000;
letter-spacing:.1em;
display:block;
background-color:#70b9e1;/*light blue*/
width:9em;
border-right:black thin solid; 
text-align:center;
line-height:1.75em;
outline-style:none;
}


#menutop a:hover,
#menutop a:active{
background-color:#3b7ebd;/*medium blue*/
color:#000;
}

#menutop .current a,
#menutop  .current a:link,
#menutop  .current a:visited{
text-decoration:none;
color:#000000;
letter-spacing:.1em;
display:block;
background-color: #fff;
width:9em;
border-right:black thin solid; 
text-align:center;
line-height:1.75em;
outline-style:none;
}


#menutop .blank{
background-color: #6f8aac;
width:1em;
border-right:black thin solid; 
text-align:center;
line-height:1.7em;
}




#mainmed{
background-color: #fff;
padding-left:0.5em;
padding-right: 0.5em;
color:#333333;
height:54em;
}

#maintall{
background-color: #fff;
padding-left:0.5em;
padding-right: 0.5em;
color:#333333;
height:70em;
}


#leftboxmed {
float:left;
width:29em;
background-color:#FFF;
height:40em;
}

#rightboxmed {
width:29em;
height:40em;
float:right;
background-color:#FFF;
}


#footer {
width:100%;
height:7em;
font-size:11px;
color: #333333;
background-color: #e6f3fa;/*very light blue*/
line-height:2.2em;
text-align:center;
}

#footer a,
#footer a:link,
#footer a:visited{
text-decoration:none;
color: #666666;
}

#footer a:hover,
#footer a:active{
text-decoration:underline;
color:#000;
}

