/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	color: rgb(40 40 104);
}
body {
	font-size: 80%;
	padding-top: 20px;
	text-align: center;
	background: rgb(204,204,214);
}
/* Clearfix to force div to extend to foot of content */
.cf:before,
.cf:after {
  content:".";
  display:table;
  height: 0;
  font-size:0;
  line-height:0;
  visibility:hidden;
}
.cf:after {
  clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  *zoom:1;
}


#container {
	width: 860px;
	height: 100%;
	padding: 50px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #FEF9E3;
	color: rgb(0,64,127);
}
#logotext {
	width: 355px;
	height: 100px;
	position: relative;
}

h1 {
	font-family: times, "times roman", "times new roman", serif;
	font-size: 2.5em;
}
h2 {
	font-family: times, "times roman", "times new roman", serif;
	font-size: 2.2em;
    line-height:2;
    font-weight:normal;
}

h3 {

	font-weight:bold;
	font-size:1.2em;
    line-height:1.5;
}
h4 {
    font-weight: bold;
    color: #005796;
    line-height: 2em;
    font-size:1em;
}
.feedback-text
{
font-style:italic;
}

#logoimage {
	float: right;
	width: 150px;
	height: 150px;
}
#menu {
	position: relative;
	top: 25px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline;
	border: 1px solid rgb(102,102,153);
	margin-right: 1em;
	padding: 0.3em;
}
a, a:visited {
	text-decoration: none;
	color: rgb(0,64,127);
}
#menu li:hover, a:hover {
	background-color: rgb(0,96,127);
	color: white;
}
#maintext1, #maintext2, #maintext3 {
	position: relative;
	top: 50px;
}
#maintext1 {
	width: 525px;
}
#maintext2 {
	width: 670px;
}
#maintext3 {
	width: 600px;
}
#maintext4 {
	width: 850px;
}

#maintext1 p, #maintext2 p, #maintext3  p, #maintext4 p {
	font-size: 1.2em;
	padding-bottom: 1em;
	line-height: 1.6;
}
#maintext1 a, #maintext2 a, #maintext3  a, #maintext4 a {
	text-decoration: underline;
}
#maintext1 ul {
    font-size: 0.95rem;
    line-height: 1.4rem;
    margin-left: 3rem;
    list-style: none;
}
#maintext1 li {
    margin-top: 0.7rem;
    }

#rightpanel,
#rightpanel2 {
	position: absolute;

	left: 595px;
	width: 275px;
	line-height: 1.4;
	border-left: 1px solid rgb(102,102,153);
  padding-left:30px;
}
#rightpanel {
	top: 265px;
  }
#rightpanel2 {
	top: 295px;
}

#rightpanel2 p,
#rightpanel p {
	padding-bottom: 1em;
}
