﻿#flashcontent {
width: 305px;
height="300px;
float: left;
}

#state h2 {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

#state {
    height: 150px;
    width: 375px;
    float: left;
    padding: 0 6px;
    border: 0px solid #960000;
    background-color: #FAFAFA;

}

#state ul li {
    font-size: 14px;
    margin-bottom: 4px;
}

#state ul li a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #960000;
}

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}