@charset "UTF-8";
a img {
  border: 0;
}
#container {
	border: 1px solid #3B2E7D;
}
#container #head_plan {
    border-top: 6px solid #FFF;
}
#container #head_plan a {
	background-image: url(../images/plan_images/plan_sm2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 46px;
	width: 100%;
}
#container #head_plan a:hover {
	background-position: left -46px;
}
#container #head_start {
    border-top: 6px solid #FFF;
}
#container #head_start a {
	background-image: url(../images/start_images/start_sm2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 46px;
	width: 100%;
}
#container #head_start a:hover {
	background-position: left -46px;
}
#container #head_expand {
    border-top: 6px solid #FFF;
}
#container #head_expand a {
	background-image: url(../images/expand_images/expand_sm2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 46px;
	width: 100%;
}
#container #head_expand a:hover {
	background-position: left -46px;
}
#container #head_advance {
    border-top: 6px solid #FFF;
}
#container #head_advance a {
	background-image: url(../images/advance_images/advance_sm2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 46px;
	width: 100%;
}
#container #head_advance a:hover {
	background-position: left -46px;
}
#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 p {
	line-height: 1.4em;
	margin-top: 2px;
	padding-top: 0px;
}
#container #content ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6px;
}
#container #content p ul {
  margin: 0;
  padding: 0;
}
#container #content ul li {
  margin-top: 2px;
  margin-bottom: 6px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4em;
}
#container #content blockquote {
  margin: 0 0 15px 0;
  padding: 0;
}
#container #sidebar ul {
  padding: 0;
  margin: 5px 0;
}
#container #sidebar ul li {
  padding: 0;
  margin: 1px 0;
  list-style: none;
}
#container #sidebar blockquote {
  color: #36A7E9;
  margin: 2px 0;
  padding: 0;
}
#container #sidebar p {
    line-height: 1.4em;
	margin-top: 0px;
	padding-top: 0px;
}
#container #content div.person div.photo {
  float: left;
  margin: 0 3px 3px 0;
}
#footer {
  background-color: #19137B;
}
#footer p {
  color: #FFF;
  padding: 10px 20px;
  margin: 0;
}
