@charset "UTF-8";
a img {
  border: 0;
}
#container {
	border: 1px solid #3B2E7D;
}
#container #head_plan a {
	background-image: url(../images/plan_images/plan_home.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 236px;
	width: 100%;
}
#container #head_plan a:hover {
	background-position: left -241px;
}
#container #head_start a {
	background-image: url(../images/start_images/start_home.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 236px;
	width: 100%;
}
#container #head_start a:hover {
	background-position: left -241px;
}
#container #head_expand a {
	background-image: url(../images/expand_images/expand_home.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 236px;
	width: 100%;
}
#container #head_expand a:hover {
	background-position: left -241px;
}
#container #head_advance a {
	background-image: url(../images/advance_images/advance_home.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 236px;
	width: 100%;
}
#container #head_advance a:hover {
	background-position: left -241px;
}
#container #menu {
	background-color: #19137B;
}
#container #menu td {
	font-size: x-small;
	text-transform: uppercase;
}
#container #content_headline {
  padding: 20px 20px 0 15px;
}
#container #content {
  padding: 0 20px 20px 15px;
}
#container #sidebar_headline {
  padding: 20px 15px 0 20px;
}
#container #sidebar {
  padding: 0 15px 20px 20px;
}
#container #content blockquote {
  margin: 0;
  padding: 0;
}
#container #content p {
	line-height: 1.4em;
	margin-top: 2px;
	padding-top: 0px;
}
#container #sidebar p {
    line-height: 1.4em;
	margin-top: 0px;
	padding-top: 0px;
}
#container #sidebar ul {
  padding: 0;
  margin: 5px 0;
}
#container #sidebar ul li {
  padding: 6px 0;
  margin: 0;
  list-style: none;
}
#container #sidebar blockquote {
  color: #36A7E9;
  margin: 2px 0;
  padding: 0;
}