html {
  height: 100%;
}
body {
  background-color: #FFF;
  height: 100%;
  margin: 0;
  background-image: url(../images/tile_full.gif);
  font-family: Verdana, Arial, Helvetica, sans-serif;
} 
#container{
  position: relative;
  width: 1200px;
  height: 100%;
}
* html #container {
  text-align: center;
  height: 100%;
}
#rightcol{
  width: 550px;
  min-height: 100%;
  border-left: 1px solid #AAAAAA;
  border-right: 2px solid #AAAAAA;
  text-align: left;
  float: left;
}
* html #rightcol{
    height: 100%;
    text-align: left;
}
#leftcol{
  width: 250px;
  min-height: 100%;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  text-align: left;
  float: left;
}
* html #leftcol{
    height: 100%;
    text-align: left;
}
#nav{
  width: 550px;
  height: 100px;
  border-bottom: 1px solid #AAAAAA;
}
#topleft{
  width: 250px;
  height: 100px;
  border-bottom: 1px solid #AAAAAA;
}
#content {
  width: 550px;
  padding-bottom: 30px;
}
#logo{
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#logofooter{
  width: 250px;
  height: 1px;
  border-top: 1px solid #AAAAAA;
}

p.body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #222222;
  font-size: 13px;
  margin-top: 35px;
  margin-bottom: 5px;
  margin-left: 30px;
  margin-right: 30px;
  font-weight: bold;
}

ul.body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #444444;
  font-size: 13px;
  font-weight: bold;
  margin-left: 20px;
}

li {
	margin: 3px;
}

p.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #8B8B8B;
  	font-size: 9px;
	margin-bottom: 0px;
	margin-top: 50px;
	margin-left: 30px;
	margin-right: 30px;
	font-style: italic;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
  
	color: #180082;
	margin-top: 38px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px;
}

hr {
	color: #8B8B8B;
	width: 500px;
	margin-top: 15px;
}

.highlight {
	color: #180082;
}
.upsize {
	font-size: 16px;
}
a.nav {
	position: relative;
	top: 65px;
	margin-left: 20px;
	font-size: 18px;
	padding: 3px;
	border: 1px solid #AAAAAA;
	font-weight: bold;
}

a:link              { color:#2D2659; text-decoration:none; }
a:visited           { color:#2D2659; text-decoration:none; }
a:hover             { color:#17113D; text-decoration:none; }
a:active            { color:#17113D; text-decoration:none; }
