html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
	display: inline;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

ol, ul {
 list-style: none;
}

body {
	background: url(images/background.jpg);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #333333;
	
}


/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
	height: 400px;
  	position: relative;
	background-color: #fff;
}

#headerpurple{
	text-align: left;
	background-image:url(images/HeaderPurple.jpg);
	width: 800px;
	height:162px;
	border: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
}

#headernavy{
	text-align: left;
	background-image:url(images/HeaderNavy.jpg);
	width: 800px;
	height:162px;
	border: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
}

#headerblue{
	text-align: left;
	background-image:url(images/HeaderBlue.jpg);
	width: 800px;
	height:162px;
	border: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
}

#headeraqua{
	text-align: left;
	background-image:url(images/HeaderAqua.jpg);
	width: 800px;
	height:162px;
	border: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
}

#headergreen{
	text-align: left;
	background-image:url(images/HeaderGreen.jpg);
	width: 800px;
	height:162px;
	border: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
}

#headeryellow{
	text-align: left;
	background-image:url(images/HeaderYellow.jpg);
	width: 800px;
	height:162px;
	border: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
}

#headerorange{
	text-align: left;
	background-image:url(images/HeaderOrange.jpg);
	width: 800px;
	height:162px;
	border: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
}

#headerred{
	text-align: left;
	background-image:url(images/HeaderRed.jpg);
	width: 800px;
	height:162px;
	border: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
}

#headerpink{
	text-align: left;
	background-image:url(images/HeaderPink.jpg);
	width: 800px;
	height:162px;
	border: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
}

#bodybg {
  background-image: top right url(images/gradient.jpg) repeat-x;
  height:650px;

}	

/** green box **/
#navigation {
	font: 12px arial, sans-serif;
    width: 154px;
	position: absolute;
	top: 95px;
	margin-top: 5px;
	margin-left: 6px;
	border: none;
}

 #navigation li {
  	position:relative; 
  	display:block;
	border: none;
	line-height:20px;
 }

 #navigation a {
  position:relative; /*for IE7*/
  display:block;
  padding:3px;
  text-decoration:none;
  color:#204C8A;
 }

#navigation a:hover {
  color: #0094F6;
  text-decoration: underline;
}
 #navigation li ul {
  position:relative;
  width:144px;
  top:5px;
  display:none;
 }
 
 #navigation li ul li {
  font-size:smaller;
  border:0px;
 }
 
 #navigation li:hover ul {
  display:block;
 } 

#bottom {
  background-image:url(images/Bottom.jpg);
  width: 800px;
  height: 60px;
  position: absolute;
  top: 630px;
  margin-top: 0px;
  border: none;
  background-color: #D2E6FF;
  background-repeat: no-repeat;
  background-position: right bottom;
}

#bottom p {
	text-align: right;
	color: #204C8A;
	font: 80%/10px arial, sans-serif;
}

#bottom a {
  color: #204C8A;
  text-decoration: none;
}

#bottom a:hover {
  color: #0094F6;
  text-decoration: underline;
}

/** footer **/

#pagehead {
  font: 12px arial, sans-serif;
  width: 587px;
  height: 25px;
  position: inherit;
  top: 100px;
  letter-spacing: 1pt;
  left: 190px;
  padding-left: 0px;
  padding-top: 0px;
}

#pagehead h1 {
	font: 120%/18px arial, sans-serif;
	font-weight: 100;
	color: #195193;
}

#pagehead h2 {
	font: 110%/16px arial, sans-serif;
	color: #000;
}



/** grey box **/

#greybox {
	width: 580px;
	height: 480px;
	position: inherit;
	top: 140px;
	left: 189px;
	padding-left: 0px;
	padding-top: 0px;
}

#greybox h1 {
	font: bold 90%/14px arial, sans-serif;
	color: #000;
	line-height: 20px;
}

#greybox h2 {
	font: bold 100%/14px arial, sans-serif;
	color: #333;
}

#greybox p {
	font: 100%/12px arial, sans-serif;
	color: #333333;
	line-height: 18px;
}
#graybox li 
{
	line-height: normal;
}

#greybox a:hover {
  color: #000;
  text-decoration: underline;
}
#greybox a 
{
	display: inline;
}
#copyright {
	font: 12px arial, sans-serif;
	font-size: 10px;
	color: #fff;
	margin-top: 15px;
	letter-spacing: 1px;
	position: absolute;
	left: 340px;
    top: 680px;
}

