/* 30min studies-layout.css */

body 
  {
   margin: 0;
   padding: 0;
   margin-left: 5%;
   margin-right: 5%;
   background: white;
   font-family: Verdana;
  }

/* set colors for hyperlinks */

a:link
  {
   color: blue;
  }

a:visited
  {
   color: blue;
  }
 
a:hover
  {
   color: red;
  }

#header 
  {
   margin-top: 1em;
   margin-bottom: 0;
   text-align: left;
   width: 100%;
  }

#header h1
  {
   font-family: Georgia;
   color: purple;
   font-size:32pt;
   font-weight: bold;
   font-style: italic;
  }

#menu ul
  {
   list-style: none;
   padding: 0;
   margin: 0;
  }

#menu li
  {
   float: left;
   margin: 0 0.15em;
  }

#menu li a
  {
   background: purple;
   height: 1.5em;
   line-height: 1.5em;
   float: left;
   width: 8em;
   display: block;
   border: 0.1em solid #dcdce9;
   color: white;
   font-family: Verdana;
   font-weight: bold;
   font-size: 10pt;
   text-decoration: none;
   text-align: center;
  }

#menu
  {
   width: 100%;
   margin-top: 0;
  } 


#menu li a:link
  { 
   color: white;
   text-decoration: none;
  }

#menu li a:hover
  { 
   color: gray;
  }

#main
  {
   background: white;
   float: right;
   width: 100%;
   font-family: Verdana;
   color: black;
   font-size: 10pt;
   margin-top: 0;
  }

#content
  {
   background: white;
   float: left;
   width: 70%;
   font-family: Verdana;
   color: black;
   font-size: 10pt;
   margin-top: 0;
  }


#content h2

  {
   text-align: center;
   font-size: 18pt;
   color: black;
   }

#content td
  {
   background: #CC99FF;
   font-weight: bold;
   color: black;
  }

#content table
  {
   background: #FFFFFF;
  }

#sidebar
  {
   background: #cCCCCC;
   float: right;
   width: 29%;
   margin-top: 0;
  }

#sidebar h3
  {
   background: #CCCCCC;
   color: black;
   font-style: verdana;
   font-weight: bold;
   font-size: 14pt;
   text-align: center;
  }

#sidebar li
  {
   text-align: left;
   margin: 0.25em 0.15em;
  }

#sidebar li a
  {
   color: purple;
   font-style: Verdana;
   font-weight: normal;
   font-size: 10pt;
   text-align: left;
  }

#sidebar li a:hover
  { 
   color: #FF33FF;
  }

#studyview
  {
   margin-left: 10em;
   font-family: arial;
   font-size: 12pt;
   margin: 1em 1em;
  }

#footer
  {
   margin-top: 0.2em;
   float: left;
   text-align: center;   
   background: white;
   font-size: 8pt;
   font-weight: normal;
   color: black;
  }

#content2
  {
   background: white;
   float: left;
   width: 100%;
   font-family: Verdana;
   color: black;
   font-size: 10pt;
   margin-top: 0;
  }

#content2 h2

  {
   text-align: left;
   font-size: 18pt;
   color: black;
   }

#content2 td
  {
   background: #FFFFFF;
   font-weight: bold;
   color: black;
  }

#content table
  {
   background: #FFFFFF;
  }

#content3
  {
   background: white;
   float: left;
   width: 100%;
   font-family: Verdana;
   color: black;
   font-size: 10pt;
   margin-top: 0;
  }



#content3 h2
  {
   text-align: left;
   font-size: 16pt;
   color: black;
   }

#content3 h3
  {
   text-align: left;
   font-size: 14pt;
   color: black;
   }

#content3 h4
  {
   text-align: left;
   font-size: 12pt;
   color: black;
   }


#content3 h5
  {
   text-align: left;
   font-size: 12pt;
   color: black;
   }



