/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {
     font-family:verdana, serif;
     background-color: #AEE5E1; 
     height:300px;
     width:850px;
	font-size:18px;

}

h1{
   font-size:36px; 
	font-family:"Happy Monkey";
	color:navy;
}


 #header{
  url('images/WebsiteHeader.png') no-repeat left top;
  }
  
 /* 3 columns */ 
#column1{
   background-color: #0EB6D2;
   color:#ffffff;
   border: 5px dotted  #ffffff;
   width: 200px;
   float:left;
 }

#column1 h2{color:#AEE5E1; }

#column2{
          background-color:#0FBE7C;
          color: black;
          border: 1px inset #ffffff;
          width:200px;
          float:right;
          padding:10px;

 }
.content{
         margin: 0 200px;
         padding:10px;
 }
 
 /*general formatting */
 
.list1{
       display:block;
 }

.list2 li{
       display: inline;
 }

#footer{
        clear:both;
        font-size:9px;
        font-style:italic;
        background-color:#ffffff;
        width=650px;
 }

 /*navigation bar*/
#nav ul{
     list-style-type:none;
     padding:0px;
     margins:0px;
     background-color:#0FBE7C;       
     height:30px;
     padding-top: 15px;
}

#nav li{
     background-color:#0FBE7C; 
     display:inline;     
}

#nav li a {
     width:200px;
     text-decoration:none;     
     color:#ffffff;
    padding:25px 25px;

 }
 #nav a:hover{
      font-weight:bold;
  }
  
  /*quiz */
table.quiz {
background-color:#ffffff;
width: 650px; 
padding: 12px;
font-size:14px;
}

td.quiz{border:dashed; font-weight:bold;
 	padding-left: 22px;
  text-indent: -22px;
}


.nobullets ul, ul.nobullets{list-style-type:none; }
form{background-color:#ffffff;
      width: 650px;
      padding:15px;
 }