body {
	background: #7b98bf url(../images/page_background.jpg) repeat-x fixed top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 10px;
  font-size: small;
}
/* Page Style */
#Indexpage {
	width: 924px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 15px;
    display: block;

}

#page {
	width: 922px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
    background-color: white;

}
/* End of Page Style */

/* Index Page */
#IndexPageHeader {
    height: 292px;
	width: 924px;
}

.Indexlogo {
	width: 924px;
	height: 292px;
}

.Indexlogo a {
	background: url(../images/First-Top_Header.jpg) no-repeat right;
	width: 924px;
	height: 292px;
	display: block;
}

.Indexlogo a span { display: none; }

#IndexPageMenu {
	margin: 0;
    padding: 0;
    text-align: center;
}

#IndexPageMenu ul {
	margin: 0;
    padding: 0;
}

#IndexPageMenu li {
	float: left;
    list-style-type: none;
    width: 304px;
    height: 154px;
    padding: 2px;
    background:url(../images/menubutton.png) no-repeat center}

#IndexPageMenu li a {
	font-size: 17px;
	font-weight: bold;
	color: white;
    padding-right: 10px;
    padding-top: 20px;
	display: block;
	line-height: 30px;
	text-decoration: none;
    text-align: right;
    vertical-align: middle
}

#IndexPageMenu li a span {
  font-size: 12px;
  line-height: 17px;
}

#IndexPageMenu li a:hover, #PageMainMenu li a.selected {
    color: #003366;
}

#IndexPageMenu img {
   margin: 0;
   padding: 0;
   border: none;
   float: left;
   margin-top: -20px;
}


#IndexPageContent {
  clear: both;
  display: block;
  height:320px;
}

#IndexPageFooter {
   font: normal normal small Verdana, Arial, Helvetica, sans-serif;
   text-align: center;
   font-size: 9px;
   color: #D0D0D0;
   border-top-color: #D0D0D0;
   border-top-style: solid;
   border-top-width: thin;
   margin: 10px 70px 10px 70px;
   padding: 10px;
}

/* End of Index page */

/* Content page */

#PageHeader {
    height: 125px;
	width: 922px;
    margin: 0 auto 5px auto;
}

.logo {
	width: 922px;
	height: 125px;
}

.logo a {
	background: url(../images/Top_Header_03.png) no-repeat right;
	width: 922px;
	height: 125px;
	display: block;
}

.logo a span { display: none; }

#PageMainMenu {
	margin: 0 0 5px 50px;
	height: 30px;
    padding: 0;
    background: url(../images/topmenu_background.jpg) no-repeat left center;
}

#PageMainMenu ul {
	margin: 0;
    padding: 0;
}

#PageMainMenu li {
	float: left;
    list-style-type: none;
}

#PageMainMenu li a {
	font-size: 11px;
	font-weight: bold;
	color: #85c9e6;
	display: block;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	padding: 0 7px;
}

#PageMainMenu li a:hover, #PageMainMenu li a.selected {
	background: #dee4eb;
    color: #003366;
}

#PageContent {
   padding: 15px 50px 5px 50px;
   border: white thin solid;
   display: block;
   clear: both;
   text-align: justify;
}

#PageContent h1 {
   font-size: 130%;
   color: #000099;
   border-bottom: solid thin #CC0000
}

#PageContent h2 {
   font-size: 110%;
   color: #000099;
  padding-top: 25px
}

.image_left{
   margin: 3px 10px 5px 2px;
   padding: 3px;
   border: 1px solid #909090;
   float: left
}

#PageContent table{
  border-collapse: collapse;
  border-spacing: 0;
  caption-side: left;
  empty-cells: show;
  table-layout: auto;
  padding: 2px;
  margin: 0;
  border: thin solid #C0C0C0;
}
#PageContent table td{
  border-bottom: thin solid #C0C0C0;
  text-align: center;
  padding: 3px;
}

#PageContent table th{
  border-bottom: thin solid #C0C0C0;
  text-align: center;
  padding: 3px;
}

#PageFooter {
   font: normal normal small Verdana, Arial, Helvetica, sans-serif;
   text-align: center;
   font-size: 9px;
   color: #808080;
   border-top-color: #808080;
   border-top-style: solid;
   border-top-width: thin;
   margin: 10px 70px 10px 70px;
   padding: 10px;
}
/* End of Content Page */