/*--  General look of links not effected by any of the links entires of this file  --*/
.alink {
color:Blue;
font-family:Arial;
font-size:12px;
cursor:pointer;
text-decoration:underline;
font-weight:normal;
}

/*--  General look of links when hovered over  --*/
a:Hover {
color:Black;
font-family:Arial;
font-size:12px;
cursor:pointer;
background-color:#00FFFF;
font-weight:bold;
 border-top-style: solid;
 border-top-width: 1px;
}


BODY {
  background: white;
  color: #000000;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
}

#container {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

table {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.leftCol {
    background: #eeeeee;
    padding: 4px;
    border-width: 0px 1px 0px 3px;
    border-color: #005E94 #005E94 #005E94 white;
    border-style: dotted dotted dotted solid;
    height: 300px;
}

.rightCol {
    background: #eeeeee;
    padding: 4px;
    border-width: 0px 3px 0px 1px;
    border-color: #005E94 white #005E94 #005e94;
    border-style: dotted solid dotted dotted;
    height: 300px;
}

.content {
    background: #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 9px;
    padding-left: 9px;
}

.content a {
    color: #000080;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

#footer {
    background: #dedede;
    color: #000000;
    height: 30px;
    border-width: 1px 1px 4px 1px;
    border-color: #005e94;
    border-style: dotted dotted solid dotted;
    text-align: center;
}

#headerNavigation {
  background: #dedede;
  color: #000000;
  height: 20px;
  border-width: 20px 1px 1px 1px;
  border-color: #005e94;
  border-style: solid dotted dotted;
  padding-top: 4px;
}

.input {
    border: 1px solid silver;
    padding: 2px;
    margin-bottom: 3px;
    font-family: Courier, Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

h1 {
    color: #005e94;
    font-size: 20px;
}

h2 {
    color: #005e94;
    font-size: 13px;
}

#imagery {
}

#readmore {
    margin-top: 3px;
    margin-left: 2px;
}

#readmore small {
    font-family: Arial, Verdana, sans-serif;
    text-decoration: underline;
    font-weight: bold;
    color: #000000;
    font-size: 12px;
}

#readmore small a {
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #000080;
    font-size: 12px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#listings {
    width: 336px;
    font-family: Arial, Verdana, sans-serif;
 	font-size: 11px;
}

#listings p {
    padding-left: 2px;
    color: black;
}
#listings a {
    color: #000080;
    font-weight: bold;
}

#mini {
    height: 195px;
    overflow: hidden;
}
#maxi {
    overflow: auto;
}
