﻿body{
   background-color:#3182C2;
   background-image:url('../images/bg_bodyTop.jpg');
   background-repeat: repeat-x;
   background-position: top left;
   margin:0;
   padding:0;
   text-align:center;
}

img {
	border: none;
}

h1{
 font-family:Trebuchet MS;
  color:#003876;
  font-size:24px;
}

h2{
 font-family:Trebuchet MS;
  color:#003876;
  font-size:20px;
}

h3{
 font-family:Trebuchet MS;
  color:#003876;
  font-size:18px;
}

/* *** NAVIGATION *** */

#navigations{
   width:956px;
   text-align:center;
   margin:0 auto;
   overflow:visible;
}

#navigations table{
  margin-top:1px;
}

#navigations table td{
  padding-left:1px;
}


/* *** HEADER *** */
#header {
   background-image:url('../images/bg_header.jpg');
   width:971px;
   height:418px;
   overflow:hidden;
   background-repeat: no-repeat;
   background-position:top center;
   margin:0 auto;
   margin-top:5px;
}

#header #importantDate{
   width:273px;
   height:357px;
   float:right;
}

.dates {
   font-family:Trebuchet MS;
   font-size:19px;
   color:#02477E;
   /* background-image:url('../images/bg_dates.png');
   background-repeat: no-repeat;
   background-position: top left; */
   width:200px;
   height:75px;
   padding-top:13px;
}

/* *** CONTENTS *** */
#content {
  font-family:Trebuchet MS;
  font-size:13px;
  color:#EDF1F5;
  width:856px;
  margin: 0 auto;

  padding-top:30px;
  text-align:left;
}

#content  .qoute{
  font-family:Trebuchet MS;
  color:#003876;
  font-size:24px;
}

#content p, #content table, #content ul,  #content ol {
  font-family:Trebuchet MS;
  font-size:13px;
  color:#EDF1F5;
}

#content a:link, #content a:visited {
    color:#003876;
    text-decoration: underline;
}

#content a:hover {
    color:#b6e3f8;
    text-decoration: underline;
}

#content p.bigtext {
  font-size:20px;
  color: #003876;
}


#content table.highlight {
   margin: 0 0 0 0;
   padding: 0 0 15px 0;
   margin-top:10px;
   
}

#content table.highlight th {
   font-family:Trebuchet MS;
   background-color: #0a4a83;
   font-size: 15px;
   font-weight: bold;
   color: :#ffffff;
   text-align: left;
   padding: 10px 15px 2px 10px;
}

#content table.highlight td {
   padding: 2px 10px 2px 10px;
   background-color: #2e76b0;
   margin-right: 1px;
}

#content table.highlight td ul {
   list-style-position:inside
   padding:5px;
   margin:15px
}

#content div.highlightbox, #content span.highlightbox {
   background-color: #2e76b0;
   font-size: 15px;
   color: :#ffffff;
   padding: 10px 25px 10px 25px;
}

#content div.highlightbox ul {
   list-style-type:none;
   padding:0;
   margin:0;
}

#content div.highlightbox ul li {
   background-image:url('../images/img_bullet_highlightbox.gif');
   background-repeat:no-repeat;
   background-position:0px 5px; 
   padding-left:15px; 
   padding-top: 3px;
   padding-bottom: 5px;
}


#content p.section_divider {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 30px;
}
#content p.section_divider a:link, #content p.section_divider a:visited {
   color: #003876;
   font-size: 10px;
   text-decoration: none;
   border-bottom: dotted 1px #003876;   
}
#content p.section_divider a:hover {
   color: #b6e3f8;
   text-decoration: none;
   border-bottom: solid 1px #b6e3f8;
}