/*********************************************************************************
 * Control Styles
 *********************************************************************************/
.ControlStyle 
{	
	padding: 4px;
	font-family: 'Times New Roman';
	font-size: 0.8em;
}

.ControlTitle
{	
	background-color: #41465e;
	font-weight: bold;
	font-size: 1.5em;
	color: White;
}
.ControlSubHeader 
{
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:16px;
	line-height:160%;
	font-weight: bold;
}

.ControlInstructions { }

.ControlButton  
{
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 10pt;
}
.ControlTextbox 
{
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
}
.ControlLabel 
{
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size:14px;
	line-height:160%;
}

.ControlErrorMessage
{
	font-family:"Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: red;
}

/** Shopping Cart **/
.ShoppingCartHeader 
{
	background-color: #000084;
	font-weight: bold;
	color: White;
}

/* Misc */

.LinkLabel
{
    text-decoration: underline;
    color: Blue;
    cursor: pointer;
}
.divCommitteeChairs
{
    display: none;
}
.divCommitteeMembers
{
    display: none;
}
.GroupHeadings
{
    font-size:12pt;
    color:#283370;
    font-family: Gill Sans MT;
}

.HomePageNewsLink
{
    color: White;
}

#AdvertisementLogin
{
    height: 50px;
    width: 98px;
}

#AdvertisementQuickLinks
{
    height: 94px;
    width: 185px;
}
