body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
        background-color: #003366;
	color: white;
	margin: 0;
}
h1 {
	font-size: 1.5em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 2px;
}

h2 {
	font-size: 1.3em;
	font-family:  Verdana, Helvetica, sans-serif;
}

h3 {
	font-size: 1.3em;
	font-family:  Verdana, Helvetica, sans-serif;
}
B {
        font-size: 1.15em;
        font-family:  Verdana, Helvetica, sans-serif;
}


HR {
    color: white;  
    height:1px;
     }

.narrowborder{
  border: 1px solid white;  
	color: white;
  }

.narrowborder A:link, .narrowborder A:visited {
	color: white;
}

A:link {
       color : yellow;
	text-decoration: none;
}

A:visited {
       color : yellow;
	text-decoration: none;
}

A:hover {
       color : #F63E3E;
	text-decoration: none;
}

div#navi ul, div#navi li {
   list-style: none;
   margin-left: 0.5em;
   padding: 0;
}

div#navi ul {
   margin-top: 0.5em;
   margin-bottom: 2em;
}

div#navi li {
   margin-bottom: 0.5em;
}

div#navi {
   width: 9em;
}

.phone {
	text-align: center;
	color: #B9B9B9;
}

.main {
  border: 1px solid white;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
}

.navigation {
	width: 140px;
}

.blu {
	color: #11007A;
	font-size: 1em;
}

.bg {
      background-image: url(images/headerbg.jpg); 
}

.red {
	color: #F63E3E;
}

