<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("reset.css");



body { background:#e1effc url(../images/background.png) repeat-x top center; font-family:"Palatino Linotype"; }

#container {

    margin: 0 auto;

    width: 960px;

}

#header { height:110px}

#header .logo { float:left}

#header .logo a{ background:url(../images/logo.png) no-repeat; display: block; height: 110px; width: 630px;  }

#nav { margin:6px auto; background-color:#f6f4f4; -moz-border-radius:8px; -webkit-border-radius:8px;  border-radius: 8px; height:38px; width:100%; }

#header .phone-box{  background:url(../images/phone-box.png) no-repeat; width:154px; height:62px; float:right; margin:5px 4px; }

#header ul  { margin:5px  auto}

#header .phone-box li { text-align: center; line-height:25px; font-family:Arial, Helvetica, sans-serif; font-size:18px;  } 

#header .phone-box .text{ color:#FFFFFF  }

#header .phone-box .no{ color:#000000    }

#nav ul  { margin:0 15px }

#nav li  { display:inline;  padding: 0 9px; }

#nav li A { font-family:"Palatino Linotype"; font-size:14px; line-height: 38px; text-decoration:none; color:#616161;  }

#nav li A:hover { border-bottom:#d6ebf9 3px solid }

#nav li A.active {   border-bottom:#d6ebf9 3px solid }

#banner  {  }

#page {

   margin-top:22px;

}

#content {

    color: #1b0606;  

	background-color:#feffff;

	 -moz-border-radius:9px; -webkit-border-radius:9px;  border-radius: 9px;

	 padding:5px 22px 18px 16px;

	 overflow:hidden;

	  height:380px;

}

#content h1 {   font-size:28px;  color:#0c4f79; font-weight:bold; border-bottom:solid #000 5px; line-height:40px; margin-bottom:15px; }

#content p {  font-size:14px;  color:#1b0606; font-weight:normal;   line-height:30px; margin-bottom:15px; }

#sidebar { 

    background-color:  #ece8e8; 

    float: right; 

    padding: 0 10px 20px 10px;

    width: 290px;

	margin-left: 14px;

	  height:380px;

}

#sidebar h1 {   font-size:18px;  color:#6a6a6a; font-weight:bold; border-bottom:solid #b4b0b0 5px; line-height:40px; margin-bottom:15px; text-align: center }

#sidebar p {  font-size:14px;  color:#1b0606; font-weight:normal;   line-height:30px; margin-bottom:15px; } 

#sidebar li{ background:url(../images/arrow.png) no-repeat;   font-size:14px;  color:#1b0606; font-weight:normal; padding:0px 15px 0px 25px; line-height:12px;   margin:15px 5px 15px 15px; }





#footer { padding:17px 0; color:#616161; font-size:14px; height:30px;}

#footer div.copy { margin:0px 20px 0px 25px; float:left}

#footer ul.links li{ margin:0 8px; float:left}

#footer ul.links li A{  color:#616161; text-decoration:none}</pre></body></html>