/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;

}
.therapArea{ 
    width:203px;
    height:450px;
    border:solid 0px black;
    padding:0px 0px 0px 0px;
}
.futureArea
{
 padding-top:4px;
}


h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
p 
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.ErrorMessage
{
    color:Red;
    font-size:85%;
}

.ErrorMessageSmall
{
    color:Red;
    font-size:75%;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	width: 906px;
	margin-bottom:4px;
}

#navBar{
	
	width: 200px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;

	
}

#headlines{
	font-size: 80%;
	width: 200px;
	margin-bottom:0px;
}




#headlines p{
	padding: 0px 0px 0px 0px;
}


#content{
  
  width: 496px;
  margin-left:0px;
  margin-right:0px;
  border:0;
}
#content2{
  
  width: 700px;
  margin-left:0px;
  margin-right:0px;
  border:0;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{

border-bottom: 0px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	
}


#coarses_drop {
	position:absolute;
	width:188px;
	height:140px;
	z-index:99;
	left: 354px;
	top: 119px;
	/*border-left:solid 1px #b4c2d0;
	border-right:solid 1px #b4c2d0;
	border-bottom:solid 1px #b4c2d0;
*/
	/* make bg image correspond with the height of coarse drop */
	background-image:url(Images/curve_menu_140px.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	visibility:hidden;
	
}

#mouseOutBG {
	position:absolute;
	width:214px;
	height:150px;
	z-index:98;
	left: 340px;
	top: 123px;
	visibility: hidden;
	
}
.dropItem
{
	display:block;
	float:left;
	margin-left: 4px;
	margin-top:2px;
	margin-bottom:2px;
	width:90%;
	background-color:#d6dfe7;
	
}
.dropDiv
{	
	cursor: hand;
	border-bottom:solid 1px #ffffff; height:18px; width:90%; margin-left:10px; 
}
a.dropLink 
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#605e53;
	text-decoration:none;
	
}
a.dropLink:hover
{
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#605e53;
	text-decoration:underline;
	
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/
.FeatureTitle
{
    text-align: left;
    width: 470px;
    height: 31px;
    padding-left: 30px;
    background-image: url(Images/blank_tab.gif);
    background-repeat: no-repeat;
}


.feature{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
}

.feature h3{
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
}
.colorAbout
{
    color:Maroon;
}

/************** .story styles *****************/


.story{
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	background-image:url(Images/panel_mid_mid_col.gif);
	border:0px none;
	
}
.story_long{
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	background-image:url(Images/panel_mid_mid_col_long.gif);
	border:0px none;
	
}

.story p{
	padding: 0px 0px 0px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 9px;
	color: #999999;
	padding: 5px 5px 5px 5px;
}

#siteInfo a
{
	color:#0099FF;
	text-decoration: none;
}

#siteInfo a:hover
{
	color:#0099FF;
	text-decoration: underline;
}
/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 0px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 0px solid #EEE;}




/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	font-size: 90%;
	background-image: url(Images/panel_bg_left_col.gif);
	
}

#sectionLinks h3{
	padding: 0px 0px 0px 10px;
}

/************** REG FORM ***************/

#registration
{
	display:block;
	color:#000000;
	float:left;
	margin-top:15px;
	margin-left:15px;
}

#RegistrationHeaderContact
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-bottom:25px;	

}
}

#registrationHdr
{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-bottom:25px;	

}

#regContainer
{
	margin-left:3px;
	margin-top:0px;
	background-image: url(Images/panel_contentBg_LG.gif)

}
#container_capsule
{
	margin-left:20px;
	
}
#TYcontent
{
	margin-left:75px;
	margin-top:20px;
	width: 350px;
	display:block;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.TYcontentRed 
{
	color:#990000;
	font-weight: bold;
	font-size:smaller;
}

.registrationHdrBld{
	font-style: normal;
	font-weight: bold;
}
.whiteBg
{
	background-color:White;
}

.registrationHdrSm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}

#registrationFormStyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	width:200px;
	position: relative;
    padding: 0px 0px 0px 0px;
	background-image: url(Images/panel_mid_left_col.gif);
}


.relatedLinks2{
	width:200px;
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(Images/panel_bg_left_col.gif);
}


/************** #advert styles **************/

#advert
{
	margin-right:2px;
	display:block;
	margin-top:3px;
	padding: 0px 0px 0px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#loginBullets 
{
	margin-top:5px;
	
	margin-bottom:10px;	
	
}

/******************************************************/
/******************************************************/
/******************************************************/
/******************************************************/
/******************************************************/
/******************************************************/
/******************************************************/

/*@@@ FONTZ @@@*/

.text10pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.text12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float:left;
}
.text12pt_nofloat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text14pt_nofloat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


/*@@@ LINKZ @@@*/

a.linkBlueSm{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
	text-decoration: underline;
}

a.linkBlueLg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
	text-decoration: underline;
}
a.linkBlue11{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
	text-decoration: underline;
}

a.areaLinks {
	color: #ffffff;
	text-decoration: none;
}

.textMenuAreas{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	margin-left: 15px;
	margin-top: 4px;
	text-decoration: none;
}
.textMenuAreas2{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
	margin-left: 15px;
	margin-top: 4px;
	text-decoration: none;
}


/*@@@ FORMAT WIDGITZ @@@*/
.textBox10pt {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: 1px;
	width:110px;
}

.inputText10pt {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: 1px;
}

.areasDivLine {
	float:left;
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.ln_190_grey {
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	width:190px;
	height:1px;
	color: #cccccc;
}

/*@@@ LAYOUT POSITIONZ @@@*/

.areasContainerBox{
	width:196px;
	height:22px;
}

.areasLabelPosition{
	float:left;
	height:25px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	cursor: hand;

}

.areasLabelPosition2{
	float:left;
	height:25px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.featureBannerPosition{
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	border:0px;
}

.futurePanelContentAlign {
	position:absolute;
	left:22px;
	top:41px;
	float:left;
	width: 154px;

}

.ActivityContentHeader
{
    margin-left:8px;
	margin-right:8px;
	display:block;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}

.ActivityContentText
{
    text-align:left;
    margin-left:8px;
	margin-right:8px;
	margin-bottom:10px;
	display:block;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}

.ActivityContentSponsorArea
{
    padding-right:25px;
    text-align:right;
}


.liveActivities_content_hdr
{	margin-left:8px;
	margin-right:8px;
	display:block;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	
}
#liveActivities_content_tx
{
	margin-left:8px;
	margin-right:8px;
	margin-bottom:10px;
	display:block;
	font-family: arial, Helvetica, sans-serif;

	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	
}
#liveActivities_topNav
{
	/* float:right; */
	margin-top:4px;
	margin-bottom:10px;	
	margin-right:2px;
}

#liveActivities_subTopNav_b
{
	/*float:right; */
	margin-top:2px;
	margin-bottom:0px;	
	margin-right:0px;
}
#divLine{
	margin-left:8px;
	display:block;
	background-color:#999999;
	width:97%;
	height:1px;
	margin-top:1px;
	margin-bottom:1px;	
}
#liveActivities_divLine
{
	float:right;
	display:block;
	background-color:#cccccc;
	width:98%;
	height:1px;
	margin-top:2px;
	margin-bottom:2px;	
}

#searchBox {
	width:216px;
	position: absolute;
	top: -70px;
	left: 691px;
	background-image: url(Images/search_tab.gif);

}

.loginContent{
	position:absolute;
	left:0px;
	top:40px;
	margin-top: 3;
	margin-left: 5;
	z-index:99;
	width: 195px;
}

.leftColAlignAreas{
	position:absolute;
	width:200px;
	margin-bottom: 1px;
	background-image: url(Images/panel_mid_left_col.gif);
	left: 0px;
	top: 144px;
}

.logo_table {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 906px;
}

.midColAlign {
	position:absolute;
	left: 205px;
	top: 120px;
	margin-top:2px;
}
.midColAlign2 {
	position:relative;
	width:496px;
	background-image: url(Images/panel_mid_mid_col.gif);
}

.nav_table {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 906px;
	background-image: url(Images/nav_bg.gif);	
}

.panelLeftAlignRight{
	position:absolute;
	left: 70px;
}

.posJoinBut{
	position:relative;
	left:70px;
	top:10px;
}

.panelBottom {
	position:absolute;
	left: 0px;
	top: 0px;
	width:200px;
	top: 146px;
}

 .panelHeader {
 	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.panelRightBannerPosition{
	margin-top: 0px;
}
.panelContainer {
	position:relative;
	margin-top:3px;
}

.rightColAlign {
	position:absolute;
	left: 706px;
	top: 120px;
	margin-top:2px;
}

.rightColAlign2 {
	position:relative;
	width:200px;
	height:176px;
	/*background-image: url(Images/panel_bg_left_col.gif);*/
}
.splashPicPosition{
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.top_bg_position{
	background-image: url(Images/top_right_bg.jpg);	
}

.red_line_2x906{
	width: 906px;
	height: 2px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Images/bg_px_red.gif)
}




#UnBoldAreaFont Label
{
    font-weight:normal;
    
}


.FormCustomErrorArea
{
    text-align: left;
    padding: 15px 15px 15px 15px;
    width: 300px;    
}


/* ACTIVITY CONTENT */

.ActivityContentSectionTitle
{
    padding-left:8px;
	padding-right:8px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	height:15px;
}

.ActivityContentSectionTitleUnderline
{        
    margin-left:8px;
	background-color:#999999;
	width:97%;
	height:1px;
	margin-top:1px;
	margin-bottom:1px;	
}

.ActivityDetailContent
{
    padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;   
}

.LiveActivityDetailTitleArea
{
    text-align:left;
     display:block;
    font-family:Arial;
    font-size:11pt;
    font-weight:bold;
    color:White;
    background-image: url(Images/activities_detail.gif);
    height: 31px;
    background-repeat: no-repeat;
    padding-top:8px;
    padding-left:134px;
}



.loginType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 12px;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration:none;
}
.text_basicRedCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: red;
	margin-top: 8px;
}

.text_mainFeatDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	margin-top: 8px;
}
.text_mainFeatLgHdr {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	line-height: 22px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.block_padding_R-L-B-8 {
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
}
.block_padding_T-B-8 {
	padding-bottom:8px;
	padding-top:8px;
}
.block_padding_T-B-16 {
	padding-bottom:16px;
	padding-top:16px;
}
.block_padding_all-4 {
	padding: 4px;
}
.block_insetSides-8 {
	padding-right: 8px;
	padding-left: 8px;
}
.block_rightMarginLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C01713;
}
.loginLink {
	text-decoration:underline;
}
.text_tinyHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	line-height: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 8px;
	margin-bottom: 2px;
}
.loginFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 16px;
	width: 90px;

}
.text_mainFeatLgHdr {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 4px;
}
.text_sideBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	margin-bottom: 6px;
}
.text_basicBlackCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-top: 8px;
	text-decoration:none;
}
.text_smDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	margin-top: 2px;
}
.block_buttonRed {
	background-color: #fa523b;
	border: 1px solid #C01713;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 8px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
}

.text_medFeatHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.text_SmFeatHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 12px;
	margin-top: 4px;
	margin-left: 2px;
}
.text_mainFeatDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	margin-top: 8px;
	margin-right: 8px;
}
.text_pageHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	
}
.block_mainPageBody {
	padding: 16px 20px 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C01713;
}
.block_mainPageBody2 {
	padding: 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C01713;
}
.text_basicBlackHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 2px;
	padding-top: 4px;
}
.block_mainPageHeader {
	padding-top: 23px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	
	background-color: #dadbdb;
}
.block_insetTable {
	padding-top: 8px;
	padding-bottom: 8px;
}
.block_medGrayBG {
	background-color: #CCCCCC;
}

.block_leftMarginLine {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C01713;
}
.text_basicInsetTableCopyBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 6px;
}
.text_basicInsetTableCopyBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 6px;
	font-weight: bold;
}
.block_padding_all-8 {
	padding: 8px;
}
.block_padding_all-4 {
	padding: 4px;
}
.text_basicWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}
.text_basicWhiteSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
}
.text_smBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-weight: bold;
}
.block_buttonGray {
	background-color: #999999;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
}
.block_detailMenu {
	background-color: #e5e4e4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C01713;
}
.block_detailBody {
	padding: 16px 20px 30px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C01713;
}
.block_topMarginLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C01713;
}
.block_buttonBlue {
	background-color: #5f90be;
	border: 1px solid #fa523b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
}
.text_seriesListItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #000000;
	background-color: #D5ECF6;
	margin: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align:left;
}
.text_seriesListItem2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	background-color: #D5ECF6;
	margin: 5px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align:left;
}
.text_seriesListItem3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #000000;
	margin: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align:left;
	height:50px;
}

.text_seriesListItem4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #000000;
	margin: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align:left;
	height:30px;
	text-decoration:none;
}

.block_registerButton {
	display:inline;
	background-color: #5f90be;
	border: 1px solid #fa523b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	margin-right: 2px;
	margin-left:20px;
	text-align:right;
}
.block_grayBorderMed {
	border-color:#999999;
	border-style:solid;
	border-width: 2px;
}


.reqbuttons { color: "ffffff";  font-size: 8pt;  font-family:Arial,Helvetica,Verdana; font-weight: bold; background-color: "084d98"; text-transform: uppercase;} 
.required   { color: red;    font-size: 8pt;  font-family:Arial,Helvetica,Verdana; font-weight: bold}
.featSelectCell {background:url(images/dot-gray-lite.gif);}
.featUnselectDevider {background:"";}
.featSelectDevider {background:url(images/dot-gray-lite.gif);}
.divs {visibility:hidden; position:absolute; background-color:#276FB7; border:#333333; padding-left:8; padding-top:6; padding-right:8; padding-bottom:8; color:#FFFFFF; font-size:12px; font-weight:bold;}
.links {text-decoration:none;}
.comments{ color:"990000";  font-size: 9pt; font-family:Arial,Helvetica,Verdana;}
.blacknote  { color: Black;  font-size: 8pt;  font-family:Arial,Helvetica,Verdana; font-weight: bold; text-decoration: none;}
.fadenote  { color: "666666";  font-size: 8pt;  font-family:Arial,Helvetica,Verdana; font-weight: bold}
.redSeven	{ color: "9c0000";  font-size: 7.5pt; font-family:Arial,Helvetica,Verdana;;}
.venueaddress { color: Black;  font-size: 8pt;  font-family:Arial,Helvetica,Verdana; text-decoration: none;}
.venueaddressfade { color: "666666";  font-size: 8pt;  font-family:Arial,Helvetica,Verdana; text-decoration: none;}

.menulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 12px;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration:none;
}
.menulinks2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 12px;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration:none;
}

.menulinks3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 12px;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration:none;
}

/* disclaimers */
.d1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-left:35px;
	margin-bottom:5px;
	text-indent:-20px;
	/*width:175px;
	float:left;*/
}
.d2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width:225px;
	float:right;
}
.dh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top:5px;
	margin-bottom:5px;
	width:450px;
}