﻿
.main
{
    /* 250px + 550 px; */
    width: 800px;
    float: right;
    height: 100%;
}

.mainCol
{   
	margin-top: 11px;
    width: 540px;
    float: left;
}

.main a
{
    color: blue;
    text-decoration: none;
}


.rightCol
{
    /* total width = 250px */
    float: right;
    width: 240px; /*height: 600px;*/
    height: 100%;
    margin-left: 10px; /*background-image: url('../images/ThreeColumn/page-bg.png');*/
    background-repeat: repeat-x;
    margin-top: 10px;
}

.rightCol a, a:link, a:visited
{
    color: #993333;
    text-decoration: none;
}

.rightCol .promo
{
    /* total width = 250px */
    width: 230px;
    margin-right: 10px;
}

.rightCol a
{
    color: #9c3338;
}


.innertext
{
    margin-left: 10px;
    margin-right: 10px;
}

.innerheader
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    font-weight: bolder;
    font-size: 1.2em;
}

.bluebox
{
    background-color: #27318a;
    color: White;
    background-image: url(../images/home/bluebox_gradient.jpg);
    height: 25px;
}

/***************breadcrumb***************/
.breadcrumb
{
    margin-left: 10px;
    font-size: .8em;
    color: #993333;
    margin-top: 8px;
}

.breadcrumb2
{
    font-size: 10px;
    color: black;
}
/****************************************/

/***************footer*******************/
.footer
{
    clear: both;
}
.footer .left
{
	margin-top: -5px;
    float: left;
    height: 30px; /*background-color: #d3e4ee;*/
    padding-right: 10px;
    font-size: 12px;
}

.footer .greyleft
{
    height: 240px;
    width: 160px;
    margin-top: -250px;
    margin-left: -10px;
    background-image: url('../images/ThreeColumn/page-bg.png');
    z-index: 0;
}

.footer .greyright
{
    float: right;
    height: 240px;
    width: 240px;
    margin-right: -10px;
    margin-top: -250px;
    background-image: url('../images/ThreeColumn/page-bg.png');
    z-index: 0;
}

.footer .left a
{
    color: White;
}

.footer .right
{
    float: right; /*background-color: #d3e4ee;*/
    height: 30px;
    padding-left: 10px;
    font-size: 12px;
}

.footer .right a
{
    color: White;
}
/***************footer*******************/

.videobox
{
    background-color: white;
    border-bottom: 2px solid #dfdfdf;
    width: 245px;
    height: 150px;
    
}
.videobox a
{
    color: #404040;
    font-size: 0.8em;
}
.videoboxSelected
{
    background-color: #e2e1ef;
    border-bottom: 2px solid #dfdfdf;    
    width: 245px;
    height: 150px;
}
.videoboxSelected a
{
    color: #404040;
    font-size: 0.8em;
}
.videoarchive a
{
    color: #404040;
    font-size: 0.8em;
}
hr
{
    color:#dfdfdf;
}

table td
{
	padding-left: 5px;
	padding-right: 5px;
}