@charset "UTF-8";
/* CSS Document */

html, body {
height: 100%;
font-size: 15px;
font-family:Arial, Helvetica, sans-serif;
line-height: 20px;
text-rendering: optimizeLegibility;
padding:0px;
margin:0px;
}

#container {
width: 800px;
height: auto !important;
background: white; 
border-top: 0px solid #ccc;
padding: 20px 20px 20px;
padding-top: 0;
margin: 0px auto;
margin-top: 0px;
}

#header {
width: 840px;;
height: 159px;
background: #FFFFFF url(../images/logo.jpg);
margin:0px auto;
padding:0px;
}

#header_no_img {
/*width: 840px;;
height: 159px;*/
background: #FFFFFF;
margin:0px auto;
padding:0px;
}

h3 {
color: #2f4f4f;/*5d6b6d;*/
font-size: 2;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
border: none;
border-bottom: solid #888;
text-rendering: optimizeLegibility;
}

a {
color: #008b8b; 
outline: none; 
text-decoration: none; 
}

a:visited {
color: #008b8b; 
}

a:hover, a:focus { 
color: #006d6d; 
text-decoration: underline; 
}

a:active {
color: #008b8b; 
}

ul {
  list-style-type: none;
  Padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-indent: -10px;
}
