/* body and fonts */

body
{
 background: #FDFCFC url(/i/bg.png) repeat-x;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 border: none;
 color: #555555;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
}

a, a:link, a:visited, a:hover, a:active
{
 color:	#2A5B7C;
 text-decoration: underline;
 background: none;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
 color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-weight: bold;
 text-decoration: none;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active
{
 color: #BD906E;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active
{
 color: #2A5B7C;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 font-weight: normal;
 text-decoration: none;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active
{
 color: #2A5B7C;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 font-weight: bold;
 text-decoration: none;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active
{
 color: #2A5B7C;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
}

#right a, #right a:link, #right a:visited, #right a:hover, #right a:active
{
 color: #1572B0;
 text-decoration: none;
 font-size: 14px;
}


 /* boxes */

#container
{
 width: 740px;
 margin-left: auto;
 margin-right: auto;
 background: transparent url(/i/background.png);
}

#head
{
 margin-top: 0px;
 background: transparent url(/i/header.jpg) no-repeat;
 text-align: center;
 height: 251px;
}

#right
{
 float: right;
 width: 220px;
 margin-right: 20px;
 margin-top: 0px;
}

#center
{
 background: transparent;
 margin-left: 20px;
 margin-right: 270px;
 margin-top: 10px;
 padding-top: 0px;
 padding-bottom: 0px;
}

#footer
{
 height: 50px;
 clear: both;
 padding-left: 5px;
 padding-top: 91px;
 text-align: left;
 background: transparent url(/i/footer.png) no-repeat;
 color: #E9E6DD;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active
{
 color: #E9E6DD;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 text-decoration: underline;
}

#fr img
{
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 5px;
}

#fl img
{
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 5px;
}

#footr img
{
  float: right;
  margin-left: 0px;
  margin-right: 93px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-decoration: none ! important ;
  outline: none;
  color: #2A5B7C;
  border: none;
  clear: right;
}

#footl img
{
  float: left;
  margin-left: 93px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-decoration: none ! important ;
  outline: none;
  color: #2A5B7C;
  border: none;
  clear: left;
}

 /* ie & misc corrections */

* html #right
{
 width: 220px;
 margin-right: 10px;
 margin-top: 20px;
}

.index
{
 display: none;
}

a { outline:none; }