/* Style Sheet */
/* MedStatStudio 2010 */




/* Main Body and Sections */ 
body {
    color:black;
    font-family:'ubuntu';
    max-width: 
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    
}


section {
    width: 78%;
    float: left;
    margin-bottom: 4cm;
 
}

section li{
    margin-bottom: 15px
}		      

h1 {
    font-family: 'ubuntu';
    color:#C80032;
    text-align:center;
} 

h2 {
    font-family: 'ubuntu';
    color:#C80032;
    text-align:center;
} 


a:link {
    text-decoration: none;
   
}



a:visited {
    text-decoration: none;
}



A:active {text-decoration: none}

dd { 
  margin-bottom: 15px;
}

.twitter-follow {
  margin-top: 15px;
}



/* Top Navigation 
Navigation within the Site but outside of the section
*/

nav.top{
    background-color: #81B3D4;
    width: 100%;
    text-align:center;
}

nav.top a:link{
    text-decoration: underline;
    padding: 50px 50px 50px 50px
}


/* SideBar Navigation 
(internal navigation within the section)
*/

.navbar {

    background-color: #81B3D4;   

}



nav.side{
    width: 20%;
    float: left;
    margin-top: 12px;
    margin-right: 18px;
    background-color: #81B3D4;
    
}

nav.side li{
    border-bottom: 1px solid #FFFFFF

}

nav.side ul{
    list-style: none;
    margin: 12px 0px 0px 0px;
		    
}

nav.side li a:hover, nav li a:active {
     font-weight:bold;


}





/* Bottom Navigation 

*/

nav.bottom{
    background-color: #81B3D4;
      width: 100%;
      bottom: 0; 
      position: fixed;
      text-align:center;
     
}

nav.bottom a:link{
    text-decoration: underline;
    padding: 50px 50px 50px 50px;
}

nav.bottom a:visited{
    text-decoration: underline;
}

nav.bottom a:active{
    text-decoration: underline;
}






/* Tables */

table{
border:1px solid #000000;
}

table td{
border:1px solid #000000;
}


/* Some IDs */

#bigsubmit {
  width: 20em;
  height: 4em;
} 

#bigselect {
  width: 20em;
  height: 4em;
}

#tool {
  width: 20em;
  height: 4em;
}



/* some responsive elements */

@media screen and (max-width: 950px) {
    nav.side {
       display: none;
    }

    section{
    width: 100%;
    float: left;
    margin-bottom: 4cm;
 
}


}


