/*Styles for Midterm*/

body {font-family: Georgia, serif; 
      color: #000000;
	  font-size: 12px;
	  line-height: 120%;
	  background-color: transparent;
	  margin: 30px;
	  background-image: url(images/pageBkg.jpg); background-repeat: no-repeat; 
	  background-attachment: fixed;
	
}

#pageHeader h1{
			  font-size: 180%;
              color: #FFFFFF;
              padding: 40px;
			  padding-left: 170px;
			  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/siteLogo.png", sizingMethod="image");
			  background-image: url(images/siteLogo.png); background-repeat: no-repeat;
			  background-position: top;
			  background-position: left;
}

#contactInfo{
font-size: 11px;
color: #FFFFFF;
width: 150px;
line-height: 120%;

}

#navigation {float: left;
             width: 145px;

}

#navigation ul {padding: 0px;
                margin: 0px;
			    list-style-type: none;
			    color: #7C1A00;
				font-size: 11px;

}
#navigation li {margin: 10px;
                border-width: 1px;
			    border-style: solid;
			    border-color: #e9e940;
			    background-color: #efefaa;
				font-size: 11px;
}

#navigation a{color: #322269;
              padding: 3px;
			  padding-right: 10px;			   
              text-decoration: none;
			  font-size: 11px;
}

#navigation a:hover {background-color: #a46d03;

}

#content {background-image:  url(images/trans-bg.gif);
          border: 1px solid #efefaa;
		  margin-left: 170px;
		  padding: 10px;
		  
}



h2 {border-left: 20px solid #8C9273;
    border-bottom: 5px solid #8C9273;
    padding-left: 5px;
}
/* Blockquote Section */
blockquote {background-color: #efefaa;
            text-align: center;
			font-weight: bold;
			font-family: georgia, serif;
			font-style: oblique;

}
/* List */
ul {list-style-type: square;

}
/* Footer Section */
}
#footer {clear: both;
         text-align: center; 
		 
}

#footer li {display: inline;
            padding: 2px; 
			font-size: 11px;
		
}
a{color: #770000;
  font-weight: bold;

}
a:hover{color: #e5e50e;

