/**** Base styles ****/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
div {
	float: left;
	display: inline;
}

html {
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	background-color: #D7000F;

}
/* CSS Document */
::-moz-selection{
background: #000;
color: #FFF;
}
::selection {
background: #000;
color: #FFF;
}

*{
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	font: 13px 'Helvetica Neue', Arial, sans-serif;
	color: #000;
	line-height: 1.6em;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
  background: hsla( 0, 100%, 100%, 0.5 );
}

h1, h2 {
  font-weight: 100;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 17px;
  font-weight: bold;
}

h3, p, ul, ol, pre, dl {
  margin-bottom: 1.0em;
}

strong { font-weight: bold; }


.page {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	background-image: url(../img/left_foot_BG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.page .center{
	width: 50%;
	height: 1px;
	margin-left: -480px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px;
}
.page .contents_area{
	width: 960px;
}
.page .contents_area .top_logo_area{
	position: absolute;
	width: 625px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
.page .contents_area .top_logo_area .logo{
	position: absolute; top:50%;
	width: 498px;
	height: 94px;
	margin: -110px 0 0 75px;
}
.page .contents_area .right_area {
	position: absolute; top:0px; right:0px;
	width: 335px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(../img/right_BG.gif);
	background-repeat: repeat-y;
}
.page .contents_area .right_area .menu_area .menu{
	width: 220px;
	height: auto;
	margin: 0px 0 15px 0px;
	color: #9B0000;
	font-size: 110%;
	font-weight: bold;
}
.page .contents_area .right_area .menu_area{
	width: 220px;
	height: auto;
	margin: 125px 0 0 115px;
}
.page .contents_area .right_area .foot_area_right{
	position: absolute; bottom:0px; right:0px;
	width: 335px;
	height: 230px;
	background-image: url(../img/right_foot_BG.gif);
	background-repeat: no-repeat;
}
.page .contents_area .right_area .foot_area_right .copyright{
	width: 220px;
	height: auto;
	margin: 150px 0 0 115px;
	color: #9B0000;
	font-size: 80%;
}
.foot_area{
	position: absolute; bottom: 0px; left: 0px;
	width: 100%;
	height: auto;
	margin: 0px 0 0 0px;
}
.foot_area .sponsor{
	position: relative; left: 50%;
	width: 600px;
	height: auto;
	margin: 0px 0 0 -467px;
}