﻿.ContentWrap {
    overflow: hidden;
    border-top: solid 1px #E4E4E4;
    padding: 30px 0 30px 0; 
}
.ContentWrap h1 {
    color: #1482c5;
    font-size: 24px;
    padding: 20px 0 0 0;
    font-weight: normal;
}
.ContentWrap h2 {
    font-size: 18px;
	color: #333333;    
    padding: 10px 0 0 0;
    font-weight: normal;
}
.ContentWrap h3 {
	color: #FC002D;
    font-size: 13px;
    padding: 10px 0 0 0;
    font-weight: normal;
}
.LeftColumn {
    float: left;
    width: 285px;
}
.RightColumn {
    float: right;
    width: 515px;
}
.EmailLink a {
	color: #767676;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.HighlightBar {
    width: 243px;
    height: 565px;
    overflow: hidden;
}
.HighlightBarTop {
    height: 10px;
    background-image: url(/Images/Backgrounds/HighlightBarTop.jpg);
}
.HighlightBarBottom {
    height: 42px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    background-image: url(/Images/Backgrounds/HighlightBarBottomContact.jpg);    
}
.HighlightBarContent {
    background-color: #F2F2F2;
    height: 483px;
    padding: 15px 24px 15px 24px;  
}
.HighlightBarContent a {
   	color: #767676;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC; 
}
ul.ContentList {
    margin-top: 10px; 
    list-style-type: disc;
    padding-left: 1em;
    margin-left: 1em; 
}
td {
    padding: 5px 10px 5px 0;
}