* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
  background:#9a0000;
}

body {
  color: #DDDDDD;
  font: 11px;
  font-family: "Comic Sans MS";
  text-align: center;
}

h1 {
  font: bold 12px;
    font-family: "Comic Sans MS";
}

h2 {
  padding: 0 0 .3em 0;
  font: normal 20px/1.5em;
    font-family: "Comic Sans MS";
}

p {
  margin: 0;
  line-height: 1.5em;
}

a {
  color: #DDDDDD;
  font-family: "Comic Sans MS";
  font-weight: bold;
  text-decoration: none;
}

h3 {
	font-family: "Comic Sans MS";
	font-size:32px;
	font-weight: bold;
	font-variant: small-caps;
	color: #DDDDDD;
}
h4 {
	font-family: "Comic Sans MS";
	font-size:18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #DDDDDD;
}
.navLink {
	color: #DDDDDD;
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration:none;
}
.navLink-selected {
	color: #F8AAAA;
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration:none;
}
.pic_logo {
	padding-left:2px;
	padding-right:2px;
	border:0px;
}

a:hover {
  text-decoration: underline;
  color:#F8AAAA;
}

#container-page {
  margin: 0 auto;
  width: 1000px;
  background: #9a0000;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
  background: #9a0000;
}

#head {
  padding: 1em;
}

#container-content {
  padding: 0 2em 3px 2em;
}
#container-content-special {
  padding: 0;
  width:100%
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  padding: 1em 0;
  width: 74%;
  float:right;
}

#content-sec {
  padding: 1em 0;
  width: 26%;

  float: left;
}
#content-tri {
  padding: 1em 0;
  width:100%;
  vertical-align:top;
  height:90px;
  float:left;
  bottom:0px;
  left:0px;
  
}

#content-sec ul,#content-sec ul li {
  list-style: none none;
}

#container-foot {
  width: 100%;
  background: #9a0000;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 30px;
}

#foot {
  padding-top: 1em ;
  text-align:center;
  vertical-align:middle;
  color:#DDDDDD;
  font-size:10px;
}
#content-table {
	border:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#DDDDDD;
	line-height:1.5em;
}
#content-table-special {
	border:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#DDDDDD;
}
#special-link {
    font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
#caption {
	text-align:center;
	font-weight:bold;
}