.rep {
    border: 2px solid #a9a9a9;
    font-size: 90%;
    letter-spacing: -.6px;
    margin-bottom: 5px;
    float: left;
    width: 250px;
    margin-left: 5px;
    min-height: 170px;
    height: auto !important;
    height: 170px;
}
.rep div.inside {
    border: 2px solid #dcdcdc;
    border-top: 20px solid #dcdcdc;
    padding: 6px;
    min-height: 170px;
    height: auto !important;
    height: 170px;
}

.float_right {
    float: right;
}
.float_left {
    float: left;
}
.clear {
    clear: both;
}

.gen_header {
    font-size: 110%;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 5px;
    font-weight: bold;
    font-style: italic;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a {
    color: #009933;
    border-bottom: 1px dotted #fff;
}
a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #a9a9a9;
}
h5 {
    margin: 0;
    padding: 0;
}

.contact_person {
    font-size: 110%;
}
.center {
    text-align:center;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.body_text {
    font-size: 100%;
    letter-spacing: .5px;
    line-height: 16px;
}
.event {
    border-bottom: 1px solid #a9a9a9;
    padding: 10px;
    padding-top: 15px;
}

h3 {
    color: #333333;
    letter-spacing: 3px;
    font-style: italic;
    font-size: 150%;
    margin-bottom: 10px;
    text-align:left;
    margin-left: 35px;
}
h4 {
    color: #333333;
    letter-spacing: 3px;
    font-style: italic;
    font-size: 120%;
    margin-bottom: 5px;
}

div.info div{
    font-family: arial;
    letter-spacing: -.5px;
    margin-bottom: 5px;
}

#full_event {
    margin-left: 40px;
}

.event_photos img{
    padding-right: 10px;
}
a img {
    border: 1px solid #fff;;
}
a:hover img {
    border: 1px solid #a9a9a9;
}

.subtitle {
    font-size: 90%;
    color: #333333;
    letter-spacing: .5px;
    margin-left: 30px;
}
.register_link {
    font-size: 90%;
    font-weight: bold;
    letter-spacing: .5px;
    background-color: #efefef;
    border: 1px solid #a9a9a9;
    width: 200px;
    margin: auto;
    padding: 2px;
    height: 20px;
}
.register_link a{
    display: block;
    width: 200px;
    height: 20px;
    border: 0;
}
.register_link a:hover {
    border: 0;
    background-color: #dcdcdc;
}

.event_info {
    font-size: 90%;
}
table.list td {
    font-size: 90%;
    border-bottom: 1px solid #336633;
    padding-left: 5px;
}
.pages {
    font-size: 100%;
}
.green {
    color: #009933;
}
ul.common {
    list-style: square;
}
ul.common li {
    padding-left:20px;
    margin-bottom: 8px;
}
.staff {
    width: 500px;
}
li p {
    margin-left: -10px;
    padding-left: 0;
}
.hr {
  font-size: 1px;
  height: 2px;
  
  margin: 10px 0;
}