*{
  padding: 0;
  margin: 0;
}

body{
  background-color: #999999;
  font-size: 12px;
  color: #595A5C;
  line-height: 22px;
  font-family: arial;
  font-weight: normal;
}

a{
  color: #2D73AC;
  text-decoration: none;
  font-weight: bold;
}
a:hover{
  color: #3D4D71;
}
a:focus{
  outline: none;
}

p{
  margin-bottom: 15px;
}

ul{
  margin-left: 30px;
  padding-bottom: 10px;
} 

input, select, textarea{
  color: #2D73AC;
  font-family: "Lucida Sans", arial;
  border: 1px solid #CCCCCC;
  font-size: 12px;
  padding: 3px;
}

h1{
  font-family: "Lucida Sans", arial;
  font-size: 25px;
  color: #595A5C;
  padding-top: 10px;
  padding-bottom: 15px;
}

h2{
  font-family: "Lucida Sans", arial;
  font-size: 15px;
  color: #595A5C;
  padding-top: 10px;
  padding-bottom: 5px;
  font-style: italic;
}
h2 a{
  color: #595A5C;
}

h3{
  font-family: "Lucida Sans", arial;
  font-size: 13px;
  color: #595A5C;
  padding-top: 3px;
  padding-bottom: 0px;
  font-style: italic;
}




#copy{
  color: #333333;
  text-align: center;
  font-size: 10px;
}
#copy a{
  text-decoration: none;
  color: #333333;
}



#container{
  margin: 0 auto;
  margin-top: 10px;
  width: 950px;
  min-height: 500px;
  border: 1px solid #000000;
  background-color: #ffffff;
}

#header{
  height: 150px;
  background-image: url("images/header-bg.jpg");
  background-repeat: repeat-x;
}
#header a{
  color: #666666;
  text-decoration: none;
  font-weight: normal;
}
#header h1{
  font-family: "Lucida Sans", arial;
  font-style: italic;
  font-size: 45px;
  color: #ffffff;
  padding-left: 15px;
  padding-top: 60px;
}

#sidebar{
  font-family: "Lucida Sans", arial;
  width: 150px;
  float: left;
  font-size: 14px;
  padding-left: 15px;
}

#sidebar a{
  display: block;
  width: 130px;
  height: 35px;
  line-height: 35px;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px dotted #CCCCCC;
}

#sidebar a:hover{
  color: #00009D;
}

#sidebar a:focus{
  outline: none;
  color: #00009D;
}

#content{
  margin-left: 150px;
  padding: 0px 70px 15px 30px;
}


#notebox{
  float: right;
  width: 250px;
  border: 1px solid #CCC;
  background-color: #f1f1f1;
  padding: 10px;
}



.map{
  width: 720px;
  border-collapse: collapse;
}

.map td{
  width: 80px;
  height: 40px;
  border: 1px solid #CCCCCC;
  text-align: center;
}

.dark{
  background-color: #333333;
  color: #ffffff;
}


.image{
  float: left;
  padding: 2px;
  margin: 5px;
  border: 1px solid #CCC;
  background-color: #f1f1f1;
}







