/* style.css - a simple style sheet */
body {
  color: black; 
  font-family: arial, helvetica;
  font-size: 100%;
}

h1 { font-size: 150%; 
     font-weight:normal;
}

h2 { font-size: 120%; 
}

h3 { font-size: 100%; 
}


#box1 { 
    border: none; 
    border-width: none; 
    height:3.3em;
    padding:0.5em;
    background: rgba(130,130,130,.7);
    margin-left:12%;
    margin-right:12%;
    margin-top:6em;
}

#navigationtop a{
    border: 0em; 
    padding:0em;
    background: none;
    float:left;
    color:white; 
    text-decoration:none;
}

#navigationtop a:hover{
    background-color:white;
/*#488AC7;*/
/*#667B5D;*/
    color:gray;
    padding:0em;
}

#left1 {
  float: left; 
  width: 42%; 
}

#right1 {
  float: right; 
  width: 50%; 
}

#navigationimage a{
    border: 0em; 
    padding:0.2em;
    background: none;
    float:left;
    color:black;
    text-decoration:none;
}

#navigationimage a:hover{
    background:none;
/*#488AC7;*/
/*#667B5D;*/
    color:black;
    padding:.2em;
}

#boxnb { 
    border: solid; 
    border-width: 0em; 
    margin-top:0em;
    margin-left:12%;
    margin-right:12%;
    height:1.6em;
    background: rgba(130,130,130,.7);
    padding:1em;
}

#navigation a{
    color:white;
    margin-top:.5em;
    margin-bottom:.5em;
    text-decoration:none;
    padding-left:2em;
    padding-right:2em;
/*   border-right:.1em solid ; */
}

#navigation a:hover{
    background-color:rgba(255,255,255,0.5);
/*#488AC7;*/
/*#667B5D;*/
    margin-top:.5em;
    margin-bottom:.5em;
    color:black;
    text-decoration:none;
    padding-left:2em;
    padding-right:2em;
    padding-top:0.5em;
    padding-bottom:0.5em; 
}


#box2 { 
    border: solid; 
    border-width: 0em; 
    margin-left: 12%; 
    margin-right: 12%;
/*    margin-left: 8%; 
    margin-right: 8%; */
    padding:2em;
    background: rgba(255,255,255,1);
    
}


#left2 {
  float: left; 
  width: 30%; 
}

#right2 {
  float: right; 
  width: 30%; 
}

#boxbottom { 
    border: none; 
    border-width: none; 
    height:3.3em;
    padding:0.5em;
    background: rgba(130,130,130,.7);
    margin-left:12%;
    margin-right:12%;
}

#rightb {
  float: right; 
  width: 7%; 
}

#bottomspace {
    height:6em;
}

#footer {
	height:1.8em;
	width: 100%;
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
	background: white;
	}


