html, body {
      height: 100%;
}

.wrapper {
      min-height: 100%;
      height: auto !important;
      height: 100%;
      margin: 0 auto -7em;
      width: 960px;
      background: #fff url(../img/containerBack.gif) repeat-y 50% 0;
}

h1 {
      color: #660000;
      font-family: Verdana, sans-serif;
	letter-spacing:0.1em;
	text-align:left;
	line-height: 145%;
	font-size: 1.4em;
	font-variant: small-caps;
      font-weight: bold;
}

h2 {
      color: #424242;
      font-family: Verdana, sans-serif;
	letter-spacing:0.1em;
	text-align:left;
	line-height: 145%;
	font-size: 1.3em;
	font-variant: small-caps;
}

p {
      font-family:Verdana, sans-serif;
	color:#381704;
	font-size:1em;
	font-weight:normal;
	line-height:160%;
}

ul {
      font-family:Verdana, sans-serif;
	color:#381704;
	font-size:1em;
	font-weight:normal;
      list-style-image: url(../img/menuBullet.gif);
      list-style-type: square;
      padding: 6px;
      line-height:130%;
}

ul li {
      margin: 0 0 8px 0;
}

#header {
      background:#fff url(../img/headerBack4.gif) 0 0 no-repeat;
      height:108px;
      min-height:108px;
}

#pageContent {padding: 0px 25px 0px 0px;}

.headertext {display:none;}

.push {
      height: 7em;
}

.footer {
      background: #fff;
      height: 7em;
}

.footer p {
      font-family: Verdana, sans-serif;
	color:#300;
      font-size:0.8em;
	letter-spacing:.1em;
	text-align:center;
	padding:12px;
}

.footer a {
      color:#600;
}

.imageLeft {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  } 

.imageRight {
  float:right;
  border:solid 1px silver;
  padding:5px;
  margin-left:10px;
  }  

/* main */
#navMenu ul {
list-style: none;
margin: 0;
padding: 0;
border-top: 1px solid #800;
border-bottom: 1px solid #800;
}
#navMenu {
background: #900;
}
#navMenu li {
display:inline;
}

/* menu */
#navMenu li a:link, #navMenu li a:visited {
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
text-decoration: none;
font-size: 1.2em;
font-weight: bold;
line-height:140%;
color: #fcc;
display: block;
background: url(../img/menuBack1.gif);
padding: 5px 0 6px 10px;
border-bottom: 1px solid #800;
}
#navMenu li a:hover {
color: #fff;
background: url(../img/menuBack1.gif) 0 -46px;
padding: 5px 3px 6px 10px;
}
#navMenu li a:.last {
padding: 5px 3px 10px 10px;
}

/* subMenu */
#navMenu li li a:link, #navMenu li li a:visited {
font-size: 0.9em;
font-weight: normal;
background: url(../img/menuBack2.gif);
padding: 2px 6px 6px 30px;
border-bottom: 0px;
}
#navMenu li li a:hover {
background: url(../img/menuBack2.gif) 0 -46px;
padding: 2px 6px 6px 30px;
}

/* newsBox */

#newsboxContainer {
width: 340px;
float: right;
margin-left: 15px;
padding: 0 0 0 0;
background: url(../img/newsbox_tl.png) no-repeat top left;
}

.newsBody {
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
text-decoration: none;
font-size: 0.9em;
line-height:167%;
color: #fee;
}

.newsboxTop {
	background: url(../img/newsbox_tr.png) no-repeat top right;
}
.newsboxBottom {
	background: url(../img/newsbox_bl.png) no-repeat bottom left;
}
.newsboxBottom div {
	background: url(../img/newsbox_br.png) no-repeat bottom right;
}
.newsboxContent {
	background: url(../img/newsbox_r.png) top right repeat-y;
}

.newsboxTop div,.newsboxTop,
.newsboxBottom div, .newsboxBottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}

.newsboxBottom {
	margin-top: -15px;
}

.newsboxContent { padding: 0 15px; }
