html, body {
                color: #000000;
            text-align: center;
			padding: 0;
			border: none;
 
}
	
H1 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
     background: none;
                color: #0d004c;
           text-align: left;
     margin-top: 0;
}

a:link {
        background: none;
        color: #146399;
        text-decoration: none;
}

a:visited {
           background: none;
           color: #146399;
	   text-decoration: none;
}

a:hover {
            font-weight: bold;
            background: none;
            color: #146399;
	    text-decoration: none;
}

a:active {
           background: none;
           color: #146399;
	   text-decoration: none;
}

.centeredimage
    {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    }

#page {
	   background: #ffffff;
           color: #000000;
 	   width: 760px;
           margin-top: 15px;
           margin: 0 auto;
           border: 3px solid #790000;
}

#header {
           text-align: center;
  	   width: 760px;
           height: 226px;
           top: 0;
           left: 0;
           font-size: 0;
		 border-color: #790000;
            border-style: solid;           
border-width: 0px 0px 3px 0px;
}

#leftnav {
float: left;
            background: #0d004c;
                  color: #f6cb03;
           text-align: left;
		  width: 172px;
         margin: 0;
		 border-color: #790000;
            border-style: solid;           
border-width: 0px 3px 0px 0px;
}

#leftnav ul {
    font-size: 1.1em;
    list-style-type: none;
    margin: 0;
    padding: 5px;
}

#leftnav li {
    padding: 3px;
}

#leftnav a:link {
background: none;
        color: #f6cb03;
		   text-decoration: none;
}

#leftnav a:visited {
background: none;
           color:#f6cb03;
		   text-decoration: none;
}

#leftnav a:hover {
         font-weight: bold;
background: none;
		 color: #f6cb03;
		 text-decoration: none;
}

#leftnav a:active {
background: none;
		 color: #f6cb03;
		 text-decoration: none;
}

#reception {
  background: #0d004c;
            color: #ffffff;
   font-family: Arial, Helvetica, sans-serif;
            font-size: .9em;
           text-align: left;
            margin-top: 10px;
            margin: 0;
             padding: 10px 0px 0px 0px;
}

#address {
  background: #0d004c;
            color: #ffffff;
            font-family: Arial, Helvetica, sans-serif;
            font-size: .9em;
           text-align: left;
            margin: 0;
             padding: 0px 0px 0px 5px;
}

#address ul {
    font-size: .9em;
    list-style-type: disc;
    margin: 0;
    padding: 18px;
}

#address li {
    padding: 3px;
}

#address a:link {
background: none;
        color: #ffffff;
		   text-decoration: none;
}

#address a:visited {
background: none;
           color:#ffffff;
		   text-decoration: none;
}

#address a:hover {
         font-weight: bold;
background: none;
		 color: #ffffff;
		 text-decoration: none;
}

#address a:active {
background: none;
		 color: #ffffff;
		 text-decoration: none;
}

#main {
float: left;
	   background: #ffffff;
           color: #000000;
       font-family: "Times New Roman", Times, serif;
       font-size: 1.1em;
           text-align: left;
	   width: 570px;
margin: 0;
       padding: 5px 5px 5px 10px;
}

#footer {
         clear: both;
         font-family: "Times New Roman", Times, serif;
		 font-size: .9em;
		 text-align: center;
		 vertical-align: middle;
		 width: 100%;
border-color: #790000;
            border-style: solid;           
border-width: 3px 0px 0px 0px;
}