#splash {
    text-align: center;
    border-bottom: 3px solid #ccc;
    margin-bottom: 5px;
}

/* holly hack \*/
* html #splash {
    height: 1%;
    position: relative;
}
/* end holly hack */

#splash_main {
    margin: 0px auto 5px auto;
    position: relative;
    width: 712px;
    text-align: left;
}

#splash_main_left {
    float: left;
    width: 150px;
}

#splash_main_right {
    float: right;
    width: 540px;
    padding-top: 0px;
}

#splash_main_right p {
    font-size: 14px;
    color: #979da2;
    line-height: 20px;
    margin-bottom: 0.8em;
				margin-top: 0;
}
#splash_main_right p a {
    font-weight: bold;
}
#splash_main_right p a.weak {
    font-weight: normal;
}


.content_col, .content_col_right {
    float: left;
    width: 230px;
    display: inline;
}
.content_col {
    margin-right: 10px;
}

.encb_item {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #e8e8e8;
    color: #0081c6;
    line-height: normal;
    padding: 10px 0 6px 0;
}

h3.index_subhead {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #e8e8e8;
    color: #0081c6;
    line-height: normal;
    padding: 10px 0 6px 0;
}

.new_highlight {
    color: #e86129;
}

.index_item {
    /*border-bottom: 1px solid #ccc; */
    color: #626365;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 0;
}

.index_item a {
    color: #626365;
    text-decoration: none;
}

.index_item a:hover {
    text-decoration: underline;
}

.index_item_img_pic {
    float: left;
    width: 66px;
    margin-right: 10px;
}

.index_item_img_text {
    float: left;
    width: 150px;
}

ul#vertical_list {
    margin: 0;
    padding: 0;
}

#vertical_list li {
    margin-left: 15px;;
    padding: 0.25em 0;
}

.title {
 font-family:Arial, Helvetica, sans-serif;
	font-size: 29px;
}

.clearfloats {
    clear: both;
    float: none;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
}