/*
  Main Layout
*/


body {
  text-align: left;
  background: #ffffff url('background.jpg') repeat;
}

/*
  Base Font
*/

* {
  font-family: arial;
  font-size: 10pt;

}


/*
  Links
  a - all links
*/

 a.menu1Link {
   font-weight : normal;
   font-family: arial;
   font-size: 10pt;
   color : #ffffff;
   text-decoration: none;
   text-align:left;
   padding-left : 5px;
   padding-right : 5px;
   padding-top : 7px;
   padding-bottom : 7px;

 }

 a.menu1Link:hover {
   font-weight : normal;
   font-family: arial;
   font-size: 10pt;
   color : #01437D;
   background-color: #ffffff;
   text-decoration: none;
   text-align:left;
   padding-left : 5px;
   padding-right : 5px;
   padding-top : 7px;
   padding-bottom : 7px;
 }


a.text:link { COLOR: #002B51; TEXT-DECORATION: none; font-weight: bold }
a.text:visited { COLOR: #002B51; TEXT-DECORATION: none; font-weight: bold }
a.text:active { COLOR: #002B51; TEXT-DECORATION: none }
a.text:hover { COLOR: #E60122; TEXT-DECORATION: none; font-weight: bold }

a.text2:link { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold }
a.text2:visited { COLOR: #ffffff; TEXT-DECORATION: none; font-weight: bold }
a.text2:active { COLOR: #ffffff; TEXT-DECORATION: none }
a.text2:hover { COLOR: #E60122; TEXT-DECORATION: none; font-weight: bold }

#container {
  width: 1024px;
  border: 0px solid #000000;
  margin: 0 auto;
  text-align: left;
}

#header {
  background: #01437D url('header.jpg');
  height: 100px;
}

#menu {
  background: #01437D url('menu.jpg');
  width: 1024px;
  height: 40px;
}

#content {
  background: #01437D url('line.jpg');
  width: 1024px;  
}

#text {
  padding : 50px;  
}

#text2 {
  padding : 20px;  
}

#text3 {
  padding : 5px;  
}

#footer {
  background-color: #eeeeee;
  height: 55px;
}

#footer2 {
  height: 20px;
}

/*
  Headings
*/

h1 { 
  font-size: 14pt; color:#002B51;
  
}
h2 { 
  font-size: 10pt; color:#ffffff;

}
h3 { 
  font-size: 14pt; color:#ffffff;

}
h4 { 
  font-size: 7pt; color:#002B51;

}
h5 { 
  font-size: 14pt; color:#002B51;

}



  Paragraph margin
*/

p { margin-bottom : 0px; }

/*
  Highlights to text
*/


p.hilite{ 
  font-size: 10pt; color:#B99865; 
  font-weight: bold;
  font-style:italic
}

/*
  Paragraphs and Other Text
*/

p {
  line-height: 200%;
}
