* {
  margin: 0pt;
  padding: 0pt;
}
body {
  background-color: #feffff;
  font-size: 12px;
  font-family: arial;
  color: #003e77;
  background-image:url('bg.png');
  background-repeat: repeat-x;
  background-position:top;
}
p {
  margin-bottom: 1em;
  color: inherit;
}
img {
  border: none;
}
div#canvas ul {
  list-style-type: disc;
  padding-left: 30px;
  padding-bottom: 0.5em;
}
div#canvas li {
  padding-bottom: 0.5em;
}
h1 {
  font-size: 18px;
  font-weight: bold;
  color: inherit;
	padding-bottom: 25px;
	margin-bottom: 20px;
  border-bottom: 1px solid #90b9df;
}
h2 {
  font-size: 14px;
  font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
  font-size: 11px;
  font-weight: bold;
}
a:link,a:visited,a:hover {
  text-decoration: underline;
  outline: none;
  color: #003e77;
  }
a:hover {
  text-decoration: underline;
  color: #90b9df;
}
div#container { 
	top: 10px;
  position: absolute;
  left: 50%; width: 1042px;
  margin-left: -521px;
} 
div#header {
  display: block;
	clear:both;
}
div#menu-container {
  text-align: left;
  color: #fff;
	font-size: 12px;
  font-family: arial;
	font-weight: bold;
  display: block;
	clear:both;
  width: 1022px;
	height: 28px;
  background-color: #003e77;
}
div#menu {
  margin-left: 10px;
  text-align: left;
  position:relative;
  left: 0px;
}
div#canvas {
  display: block;
	clear:both;
  width: 1022px;
  background-color: #fff;
}
div#content {
  padding-top:40px;
  margin-left: 20px;
  margin-right: 20px;
}
div#main_content {
  display: block;
	float:left;
	padding-right: 36px;
  width: 716px;
	border-right: 1px solid #90b9df;
	margin-bottom: 20px;
}
html>body div#main_content {
  width: 678px;
} 
div#right_content {
  display: block;
	float:right;
  width: 246px;
	margin-left: 20px;
	margin-bottom: 20px;
}
html>body div#right_content {
  width: 246px;
} 
div#footer {
	height: 30px;
  border-top: 1px solid #90b9df;
  display: block;
	clear:both;
}
div#footer p {
	color: #90b9df;
	font-size: 11px;
  margin-top: 14px;
  margin-bottom: 0px;
}
div#footer a:link,a:hover,a:visited {
  text-decoration: underline;
  outline: none;
  color: #90b9df;
}
div#shadow {
  padding-left:10px;
  padding-right:10px;
  background-image:url('border.png');
  background-repeat: repeat-y;
}
div.right-comp {
  border-bottom: 1px solid #90b9df;
  margin-bottom: 20px;
}
div.right-comp p {
  margin-bottom: 20px;
}
