/* wednesday1 three column style sheet, tempcsssheet.css */
body { font-family: arial; helvetica; sans-serif; font-size: 0.8em;
background-color: #002200;
background-image: url('../images/header/top_header.jpg'); 
background-position: center top;
background-repeat:no-repeat};

 
p {  margin: 10px;	padding: 10px; font-size: 1em;  }
p { color: white; }
p { text-align: center;  }
p.stdcup { text-align: left;
	color: white; }
p.intro { text-align: left;
color: black; }
h2 {text-align: center; margin-top: 20px; font: italic bold small-caps 15pt Verdana; color: yellow; }
h3 { text-align: center; margin-top: 200px; }
h3 { font:  italic bold small-caps 15pt Verdana; }
h3 { color: yellow; }
h4 { text-align: center; margin-top: 20px; color: blue; }
h5 { text-align: center; margin-top: 20px; color: white; }

* {
	margin: 20px;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}
.menu {
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 20px 0px;
	
}
.menustdcup {
	color:#3399cc;
	text-align: center;
	
}
	
.menu a {
	color: #3399cc;
	margin-right: 30px;
	margin-left: 10px;
}.footer, .push {
	
	height: 142px;/* .push must be the same height as .footer */
}
div.img
  {
  margin:2px;
  border:1px solid #0000ff;
  height:300px;
  width:auto;
  float:left;
  text-align:center;
  }
  div.imgp
  {
  margin:2px;
  border:1px solid #0000ff;
  height:500px;
  width:auto;
  float:left;
  text-align:center;
  }
  div.imgcomp
  {
  margin:2px;
  border:1px solid #0000ff;
  height:auto;
  width:500px;
  float:left;
  text-align:center;
  }


div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
  
  div.imgp img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }

div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:250px;
  margin:2px;
  color: white;
  
  }
  div.desccomp
  {
  text-align:center;
  font-weight:normal;
  width:500px;
  margin:2px;
  color: white;
  
  }

  .pre 
  	{white-space:pre;
  	}
  
  .emphasis
  	{color:white;
  	}
