body {
  margin:0px 0px; 
	padding: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #8294AF;
	width:100%;
	height: 100%;
	font-size: 62.5%;
}

a {
  text-decoration: none;
}



img {
  border: 0;
}

.mainLogo {
position: relative;
top: 10px;
left: 10px;
}

#container {
  margin: 20px auto;
  width: 760px;
  background-image: url(../images/tiledBackground.jpg);
}

#topContent {
  height: 238px;
  background-image: url(../images/topBackground.jpg);
}

#footerContent {
  height: 30px;
  clear: both;
  background-image: url(../images/bottomBackground.jpg);
}

#navigation {
margin: -16px 10px 0 0px;
float: right;
font-size: 1.2em;
/*'
width: 300px;
  position: relative;
  top: -15px;
  left: 450px;
  */
}

#navigation li{
  list-style-type: none;
	display: inline;
	padding: 0 8px;
	font-weight: bold;
}

#navigation li a, #navigation li a:visited {
color: #062A60;
}

#navigation li a:hover, #navigation li.currentPage a {
color: #fff;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #000000;

  float; left;	margin-top: 24px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}

h2 {
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	color: #0066CC;
}

h3 {
  font-size: 1.3em;
}

h3 span {
  font-weight: bold;
}




#leftColumn {
	width: 75%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	clear: both;
}

#leftColumn p{
	font-size: 1.2em;
	padding-top: 0.15em;
	padding-right: 0.5em;
	padding-bottom: 0.15em;
	padding-left: 1.5em;
	clear: left;
}

.floatLeft {
  float: left; 
  margin: 0 1.25em 0 2.25em; 
}

#leftColumn ul {
  font-size: 1.2em;
}

#indentList {
  padding-left: 1.5em;
}

#leftColumn h2 {
	margin-left: 15px;
}

#rightColumn {
  color: #fff;
  width: 160px;
  float: right;
	padding: 0 0 0 15px;
	display: inline;
	margin-right: 6px;
  background: transparent url(../images/rightColumnBack.jpg) 0 100%;
  min-height: 634px;
  height: auto !important;
  height: 634px;
  li color: #666666 	
}

#rightColumn p {
  font-size: 1.1em;

}

.copyright {
  padding: 0 0 0 15px;
}

.copyright span {
padding-left: 15px;
}

em {
  font-weight: bold;
}
