body {
  margin: 0px;
  padding: 0px;
  background: #fff url(/images/background.png) top left repeat-x;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

a img {
  border: none;
}

a {
  color: #0000FF;
}

div.cover_point ul {
  padding-left: 35px !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

h2 {
  font-family: arial, tahoma;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  -x-system-font: none;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: -4px;
  margin-left: 0px;
  color: #0086c7;
  letter-spacing: -1px;
}
h3 {
  font-family: arial,tahoma;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  -x-system-font: none;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: -4px;
  margin-left: 0px;
  color: #4e4e4e;
}

p, ul, ol {
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
  color: #4e4e4e;
}

.box {
  background-color: #FFF8DF;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-width: 1px;
  border-right-width-value: 1px;
  border-right-width-ltr-source: physical;
  border-right-width-rtl-source: physical;
  border-bottom-width: 1px;
  border-left-width-value: 1px;
  border-left-width-ltr-source: physical;
  border-left-width-rtl-source: physical;
  border-top-style: solid;
  border-right-style-value: solid;
  border-right-style-ltr-source: physical;
  border-right-style-rtl-source: physical;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-left-style-ltr-source: physical;
  border-left-style-rtl-source: physical;
  border-top-color: #FCE8A6;
  border-right-color-value: #FCE8A6;
  border-right-color-ltr-source: physical;
  border-right-color-rtl-source: physical;
  border-bottom-color: #FCE8A6;
  border-left-color-value: #FCE8A6;
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  margin-top: 24px;
  margin-right: 0pt;
  margin-bottom: 24px;
  margin-left: 0pt;
  padding-top: 6px;
  padding-right: 20px;
  padding-bottom: 6px;
  padding-left: 20px;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#container {
  width: 950px;
  margin: 0 auto;
}

#header {
  width: 950px;
  height: 72px;
  padding-top: 20px;
}

#menu {
  width: 950px;
  height: 36px;
  padding-top: 3px;
  overflow: hidden;
}
#menu ul {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 0 50px;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
}
#menu li {
  float: left;
  margin: 0 -20px 0 30px;
  font-size: 1.143em;
  font-weight: bold;
  min-height: 24px;
  padding-left: 2px;
  display: inline;
	}
* html #menu li {
	height: 25px;
}
#menu li a, #menu li strong {
  text-decoration: none;
  color: #636363;
  display: block;
  padding: 8px 10px 4px 8px;
  min-height: 20px;
}
#menu li.active a {
  padding: 0;
}
#menu li.active, #menu li.active a, #menu li.active strong {
  color: white;
  background: #40AFD9;
}
#menu li.active, #menu li:hover {
	background: #40AFD9 url(/images/navi_top_left.png) top left no-repeat;
}
#menu li.active strong, #menu li:hover a {
  background: #40AFD9 url(/images/navi_top_right.png) top right no-repeat;
}
#menu li:hover a {
  color: white;
}

#banner {
  width: 950px;
  height: 169px;
  overflow: hidden;
  background: url(/images/banner_performance.png) top left no-repeat;
}

#contents {
  min-height: 200px;
  padding-top: 10px;
  width: 950px;
  padding-bottom: 20px;
}

#footer_container {
  background-color: #4b555b;
  height: 40px;
}
#footer {
  width: 950px;
  height: 40px;
  margin: 0 auto;
  color: #fff;
}
#below_footer {
  width: 950px;
  margin: 0 auto;
  padding-top: 5px;
  font-size: 12px;
  color: #666;
}

.left {
  float: left;
}
.right {
  float: right;
}

#flash_notice, #flash_error {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}
