﻿#mainContentInner{
   padding-top: 68px;
}

#subNav{
height: 28px;
background-image: url(../images/secondNavBack.jpg);  
background-repeat: repeat-x;
position: absolute;
width: 100%;
left: 0px;
top: 0px;
font-size: 10px;
}

#subNav ul{
margin: 0 0 0 30px;
padding: 0;
list-style: none;
}

#subNav ul li{
float: left;
margin: 0px 10px 0px 0px;
}

#subNav ul li a{
color: #353535;
text-decoration: none;
display: block;
padding: 0px 10px 0px 10px;
margin-top: 8px;
margin-right: 10px;
}

#subNav ul li a:hover{
background-color: #B2B2B2;
}

#subNav ul > li.listNavigationActiveLI a{
background-color: #868686;
color: white;
}

#contentAreaL{
width: 485px;
float: left;
}

#contentAreaR{
width: 285px;
float: right;
}


#contentAreaR p.meetingInfo{
background-color: #EBE3D7;
border-bottom: solid 1px white;
vertical-align: middle;
padding: 10px 0 10px 0;
color: black;
margin: 0px;
text-align: center;
}

#contentAreaR p.meetingInfo a{
color: #6F1E1E;
text-decoration: none;
}
