* { 
  margin : 0; 
  padding : 0; 
} 

p { 
  margin-bottom : 1em; 
} 

ul { 
  list-style-type: none;
  line-height: 2;
  margin-left : 20px; 
  margin-bottom : 1em; 
} 

img {
  border: 0;
}

html, body { 
  height : 100%; 
} 

body { 
  background : #fc9 url(orng.jpg) repeat-y left top; 
  font-family: Arial, Helvetica, sans-serif;
  color: #036;
} 

#outer { 
  margin-left : 200px; 
  margin-right : 200px; 
  background : #fff; 
  border-left : 1px solid #000; 
  border-right : 1px solid #000; 
  margin-bottom : -52px; 
  min-height : 100%; 
} 

#header { 
  position : absolute; 
  top : 0; 
  left : 0; 
  width : 100%; 
  height : 130px; 
  background : #f2ac48; 
  border-top : 1px solid #000; 
  border-bottom : 1px solid #000; 
  overflow : hidden; 
} 

#left { 
  position : relative; 
  width : 200px; 
  float : left; 
  margin-left : -199px; 
  z-index : 100; 
  left : -2px; 
  top: 2px;
} 

#left p, #right p { 
  padding : 3px; 
} 

#right { 
  position : relative; 
  width : 200px; 
  float : right; 
  margin-right : -199px; 
  left : 3px; 
} 

#right p, #right h2 { 
  padding : 10px 10px; 
} 

#footer { 
  width : 100%; 
  clear : both; 
  height : 50px; 
  border-top : 1px solid #000; 
  border-bottom : 1px solid #000; 
  background-color : #99c; 
  text-align : center; 
  position : relative; 
  color: #fff;
} 

#topnav {
  position: absolute;
  top: -1px;
  left: -20px;
  width: 100%;
  color: #fff;
}

#clearheader { 
  height : 130px; 
} 

#clearfooter { 
  clear : both; 
  height : 52px; 
} 

* > html #clearfooter { 
  float : left; 
  width : 100%; 
} 

#centercontent { 
  width : 100%; 
  float : left; 
  position : relative; 
  z-index : 1; 
  margin : 0 -1px; 
} 

#news {
  width: 92%;
  position: relative;
  left: 18px;
  top: 7px;
  border: 2px solid #036;
  background-color: #fbead7;
}

#centercontent p { 
  padding : 0 20px; 
} 

h1 { 
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-weight : lighter; 
  font-size : 150%; 
  padding : 20px; 
} 

#left span { 
  display : none; 
} 

a { 
  color : #036; 
} 

a:hover { 
  text-decoration : none; 
  color : #036; 
  background : #fff; 
} 

#centercontent a {
  color: #c60;
}

#centercontent a:hover {
  text-decoration : none; 
  color : #c60; 
}

#topnav a {
  color: #fff;
}

#topnav a:hover {
  color: #036;
  background: #f2ac48;
}

@media all { 
#left a:hover span { 
  top : 150px; 
} 
} 

#footer span { 
  display : none; 
} 

html > body #minHeight { 
  float : right; 
  width : 0; 
  height : 100%; 
  margin-bottom : -52px; 
} 

* html #outer { 
  height : 100%; 
} 

#minHeight { 
  display : none; 
} 

#left { 
  margin-right : -3px; 
} 

#right { 
  margin-left : -2px; 
  padding-bottom : 50px; 
} 

* html #footer { 
  height : 52px; 
  height : 50px; 
} 

#centercontent { 
  margin : 0; 
} 

.horizontal li {
  display:inline;
}

.logo {
	position: absolute;
	top: 43px;
	left: 43px;
	width: 348px;
}

.hidden {
  position: relative;
  top: -500em;
}

.indent {padding-left:30px;}
