.bold {
    font-weight: bold;
    text-decoration: underline;
}

.date2 {
  text-align: left;
  text-decoration: underline;
  color: red;
}    

img.news {
    width: 40%;
    height: 40%;
}

.date {
    text-decoration: italic;
    text-align: right;
    font-size: 9px;
}

.floatRight {
    float: right;
    padding: 5px;
}

html {
    overflow-y: scroll;
}

body {
    margin:0;
    padding:0;
    background:url(../images/main_bg.gif) repeat-x 0 0;
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    color:#333333; 
    font-size:12px; 
    line-height:18px;
}

#wrapper {
    width:769px;
    margin:0 auto;
}

#header {
    width:769px;
    height:157px;
}

#topnav {
    width:770px;
    height:26px;
    background:url(../images/navbg.jpg) repeat-x 0 0;
    padding-left:0px;
    padding-top:4px;
}

#imagearea {
    width:769px;
    height:161px;
}

#main {
    width:746px;
    background:url(../images/content_bg.gif) repeat-x 0 0; 
    padding:15px 8px 10px 15px;
}

#footer {
    width:769px;
    height:25px;
    background:url(../images/footer.jpg) no-repeat 0 0 ; 
    margin-left: auto ; 
    margin-right: auto; 
    display: block;
}

a {
    color:#004a80;
}

a:hover {
    color: #888888;
    border-bottom-color: #173958;
    border-bottom-style: solid;
}

.left_float {
    float:left; 
    padding:4px 10px 0px 0px;
}

h1 {
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    color:#173958; 
    font-size:19px; 
    border-bottom:#999999 1px dotted;
}

h2 {
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    color:#0054a6; 
    font-size:16px; 
    background-color:#e3edf9; 
    margin:0px; 
    padding:4px; 
    font-weight:bold; 
    border-bottom:#c7d4e3 1px solid; 
    border-top:#c7d4e3 1px solid;
    margin-top: 36px;
}

h2.warning {
    color: red;
    background: none;
}

ul {
    margin:0px 0px 15px 0px; 
    padding:0px; 
    margin-right:6px;
    margin-left: 15px;
}

/* li{margin-bottom:15px; padding:10px; background-color:#e3edf9; list-style:none; border-bottom:#c7d4e3 1px solid; border-top:#c7d4e3 1px solid;} */

#link_list li {
    background:none;
    padding:0px;
    margin:5px 0px 0px 22px; 
    border:0px; 
    list-style:url(../images/arrow_icon.gif);
}

.button,.button:hover,.button:focus {
    background: #3D729C;
    border-bottom: 1px solid blue;
    border-right: 1px solid #666666;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    padding: 3px;
    padding-bottom: 4px;
    margin: 0px;
    cursor: pointer;
}

input, textarea {
    background:#fffeef; 
    border:solid 1px #666666; 
    padding:4px; 
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    color:#173958; 
    font-size:11px; 
    font-weight:bold;
}

label {
    font-weight:bold;
}

i {
    font-size:11px; 
    color:#666666;
}

#map {
    border:solid 1px #666666; 
    width:743px; 
    height:500px;
}

.topMenu {
    text-decoration: none;
    color: #173958;
    text-align: right;
}

/* a.topMenu:hover {
	color: #173958;
	border-bottom-color: #173958;
	border-bottom-style: solid;
} */

.shrink {
    width: 200px;
    height: 200px;
}

