﻿
.scrollingBoard
{
    position: relative; 
    float:left; 
    width: 750px; 
    /*height:520px; */
    /*overflow-y:scroll;*/
    overflow-x: hidden; 
    /*scrollbar-base-color: #87ceeb ;*/
    background-color: #fff;
    padding: 0px 0px 5px 0px;
    
}
.BusinessNotice
{
    position: relative;
    float: left;
    width: 728px;
    border: solid 1px #777;
    min-height: 100px;
    margin-bottom: 5px;
    padding: 10px 10px 10px 10px;
}
.BusinessPicture
{
    position: relative;
    float: left;
    width: 178px;
    max-height: 160px;
    margin: 20px 15px 10px 15px;
    overflow: hidden;
    text-align: left;
}
.BusinessName
{
    position: relative;
    float: left;
    width: 496px;
    margin-right:10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom:solid 1px #ddd;
    color: #777;
    font-size: 10pt;
}
.BusinessContact
{
    position: relative;
    float: left;
    width: 130px;
    margin-right:10px;
    min-height: 80px;
    color: #777;
    font-size: 8pt;
}
.BusinessText
{
    position: relative;
    float: left;
    width: 172px;
    margin-right:10px;
    min-height: 80px;
    color: #777;
    font-size: 8pt;
}
.BusinessLinks
{
    position: relative;
    float: left;
    width: 170px;
    margin-right:10px;
    min-height: 80px;
}
.hidden
{
    display:none;
}
.offer
{
    position: relative;
    float: left;
    width: 280px;
    padding: 10px 10px 10px 10px;
    margin-right:20px;
}
.offerHeadline
{
    position: relative;
    float: left;
    width: 290px;
    font-size:10pt;
    font-weight: bold;
    color: #333;
    overflow:hidden;
}
.offerBody
{
    position: relative;
    float: left;
    width: 290px;
    font-size:8pt;
    color: #777;
    overflow:hidden;
}
.eventWhen
{
    position: relative;
    float: left;
    width: 290px;
    font-size:8pt;
    font-weight: bold;
    color: #333;
    overflow:hidden;
}


#boardTitle
{
    width:100%;
    text-align:center;
}
#boardTitle h1
{
    font-size: 16pt;
    font-family: Arial;
    color: #438aa7 ;
    
}

.noticeWrapper
{
    width: 250px;
    margin: 20px 0px 20px 0px;
    text-align: center;
}



a.noticeHeader
{
    text-decoration:underline;
    color:inherit;
    font-size: 14px;
    font-weight: bold;
}

.displayStickyWrapper
{
    position:relative;
    float: left;
    width: 175px;
    margin-left: 15px;   
}


/*the link text at the bottom of stickies*/
/*
.bottomOfNoticeSticky
{
    width: 160px;
    height:10px;
    font-size:8px;
    text-align:left;
    padding-left: 5px;
}

.bottomOfNoticeSticky a
{/*the link text at the bottom of stickies
    color:#438aa7;
    text-decoration:none;
}
*/
/********************************************************************************************/
/*The Members board*/
.ConversationStickyWrapper
{
    width: 200px;
    position: relative;
    float: left;
}

.ConversationpartWrapper
{
    width: 270px;
    position: relative;
    float: left;
    padding: 10px 5px 10px 5px;
}

.ConversationpartWrapper .profilepic
{
    position: relative;
    float: left;
    width: 82px;
    margin-right: 10px;
    margin-top: 2px;
}

.ConversationpartWrapper .sticky
{
    position: relative;
    float: left;
    width: 175px;
}

.MemberGridUserDetails
{
    width:170px;
    position: relative;
    float: left;
    font-size: 8pt;
    padding: 5px 10px 0px 10px;
} 

.MemberGridPicture
{
    width: 82px;
    height: 90px;
    padding: 4px 4px 4px 4px;
    position: relative;
    float: left;
}

.MemberGridNextToPicture
{
    width:80px;
    position: relative;
    float: left;
    overflow: hidden;
}
.MemberGridLabelNextToPicture
{
    color: #888888;
    text-align: left;
    padding: 5px 0px 0px 0px;
}
.MemberGridTextNextToPicture
{
    padding: 0px 5px 0px 0px;
    text-align: right;
}

.MemberGridLabel
{
    color: #888888;
    padding: 0px 5px 0px 5px;
    position: relative;
    float: left;
}

.MemberGridText
{
    padding: 0px 5px 0px 5px;
    text-align: right;
    position: relative;
    float: left;
}
.MemberGridbottom
{
    
    text-align:center;
    width: 170px;
}

/********************************************************************************************/
/*The Board icons are defined below*/
.boardIcon
{

    position: relative;
    float: left;
    width: 365px;
    margin: 0px 0px 10px 0px;
    text-align: left;

}
.boardIcon a
{
    color: #438aa7;
}

.boardContent
{
    font-family: Arial;
    overflow: hidden;
    font-size: 8pt;
	width: 365px;
    padding: 5px 10px 0px 10px;
    color: #333333;
}

.boardContent a
{
    font-family: Comic Sans MS, Arial;
    font-size: 12pt;
    text-decoration: none;
}

.boardTop:hover, .boardMiddle:hover, .boardBottom:hover
{
    cursor: hand;
}

.boardTop
{
    background: url('/images/boardTop.gif') no-repeat top left;  
	margin-top: 0px;
	padding: 0;
	text-align: center;
	width: 175px;
    height: 17px;
}

.boardMiddle
{
    background: url('/images/boardMiddle.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	text-align: center;
	min-height: 139px;

}

.boardBottom
{
    background: url('/images/boardBottom.gif') no-repeat top left;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	width: 175px;
	height: 19px;
}

/********************************************************************************************/
/*All of the different notice styles are defined below*/
.doubleTop
{
    background: url('/images/doubleOneTop.gif') no-repeat top left;
   
	margin-top: 0px;
	padding: 0;
    height: 15px;
    width: 250px;
}
.doubleMiddle
{
    background: url('/images/doubleOneMiddle.gif') repeat-y top left;
   
	margin: 0;
    width: 250px;
	text-align: center;
	min-height:100px;
	
}
.doubleMiddle .doubleContent
{

    font-family: Arial;
    overflow: hidden;
    font-size: 10pt;
	margin: 0;
	width: 225px;
	text-align: left;
    padding: 0px 10px 5px 15px;
}
.doubleMiddle a
{
    font-size: 14pt;
}

.doubleMiddle .bottomOfDouble
{/*the link text at the bottom of notices*/
   
    width: 220px;
    padding: 0px 20px 0px 10px;
    height:10px;
    color:#438aa7;
    font-size:8px;
    /*text-decoration:none;*/
    text-align:right;
}
.doubleBottom
{
    background: url('/images/doubleOneBottom.gif') no-repeat top left;
 
	margin: 0;
	padding: 0;
	text-align: center;
	width: 250px;
	height: 12px;
}



.doubleImage
{
    text-align: left;
    position: relative;
    float: left;
    padding:0px 10px 0px 0px;
}

.articleContent
{
    font-family: Times New Roman;
    overflow: hidden;
    font-size: 10pt;
	margin: 0;
	width: 175px;
	text-align: left;
	min-height:60px;
    padding: 0px 12px 0px 5px;
    color: #333333;
}

.articleContent a
{
    font-family: Times New Roman;
    color: Black;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}

.articleContent a:hover
{
    color:#DF3232;
    text-decoration: underline;
}
.stickyDisplay
{
    width:175px;
}

.stickyTop
{

    background: url('/images/oneStickyTop.gif') no-repeat top left;
	margin-top: 0px;
	padding: 0;
	text-align: center;
	width: 175px;
    height: 13px;
}
.stickyMiddle
{

    background: url('/images/oneStickyMiddle.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	text-align: center;
	min-height:70px;

}
.stickyBottom
{
 
    background: url('/images/oneStickyBottom.gif') no-repeat top left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 175px;
	height: 24px;
}
.stickyContent
{
	font-family: Comic Sans MS, Arial;
    overflow: hidden;
    font-size: 10pt;
	margin: 0;
	width: 150px;
	text-align: left;
	min-height:70px;
    padding: 0px 10px 0px 10px;
}
.stickyHeader
{
    font-size: 8pt;
    font-family: Arial;
    width: 145px;
    border-bottom: solid 1px #BB9900;
    margin-bottom: 5px;
}
.stickyMiddleText
{
    min-height:70px;
}
.stickyMiddleBottom
{
    font-size: 6pt;
}
.stickySubTextLocationPage
{
    position: relative;
    float: left;
    font-size: 10pt;
    font-family: Arial;
    width: 225px;
    padding: 2px 5px 2px 5px;
    background-color:#eee;
}
.stickySubText
{
    font-size: 10pt;
    font-family: Arial;
    width: 145px;
    border-top: solid 1px #BB9900;
    margin-top: 5px;
}

.stickySubText .left
{
    position: relative;
    float: left;
    text-align: left;
    width: 60%;
}

.stickySubText .right
{
    position: relative;
    float: right;
    text-align: right;
    width: 40%;
}

.newspaperTop
{
    
    background: url('/images/newspaperTop.gif') no-repeat top left;
	margin-top: 0px;
	padding: 0;
	text-align: center;
	width: 175px;
    height: 8px;
}
.newspaperMiddle
{
    background: url('/images/newspaperMiddle.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	text-align: center;
	min-height:60px;
}

.newspaperBottom
{
    background: url('/images/newspaperBottom.gif') no-repeat top left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 175px;
	height: 8px;
}

.whiteNoteTop
{
    background: url('/images/whiteNoteTop.gif') no-repeat top right;
	margin-top: 0px;
	padding: 0;
	text-align: center;
	width: 175px;
	height: 40px;
}
.whiteNoteMiddle
{
    background: url('/images/whiteNoteMiddle.gif') repeat-y top left;
	margin: 0;
	width: 175px;
	text-align: center;
	min-height:60px;
}

.whiteNoteMiddleleftalign
{
    background: url('/images/whiteNoteMiddle.gif') repeat-y top left;
	margin: 0;
	width: 175px;
	text-align: left;
	padding: 0px 30px 0px 20px;
	min-height:60px;
}
.whiteNoteBottom
{
    background: url('/images/whiteNoteBottom.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 175px;
	height: 23px;
}

.doubleHiddenTop
{
    background-color: #eeeeee;
    border-top: dashed 1px #888888;
    border-left: dashed 1px #888888;
    border-right: dashed 1px #888888;
    position: relative;
    float: left;
	margin-top: 0px;
	padding: 0;
    height: 18px;
    width: 360px;
}
.doubleHiddenMiddle
{
    background-color: #eeeeee;
    border-left: dashed 1px #888888;
    border-right: dashed 1px #888888;
    position: relative;
    float: left;
	margin: 0;
    width: 360px;
	text-align: center;
	min-height:60px;
	
}
.doubleHiddenBottom
{
    background-color: #eeeeee;
    border-bottom: dashed 1px #888888;
    border-left: dashed 1px #888888;
    border-right: dashed 1px #888888;
    position: relative;
    float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 360px;
	height: 22px;
}

.doubleHiddenContent
{
    position: relative;
    float: left;
    font-family: Arial;
    overflow: hidden;
    font-size: 10pt;
	margin: 0;
	width: 330px;
	text-align: left;
	min-height:60px;
    padding: 0px 10px 0px 20px;
    color: #888888;
}
.doubleHiddenContent a
{
    color: #008888;
}
.doubleHiddenContent a:hover
{
    color: #444444;
    text-decoration: none;
}
.doubleHiddenContent a:visited
{
    color: Purple;
}



.hiddenTop
{
    background-color: #eeeeee;
    border-top: dashed 1px #888888;
    border-left: dashed 1px #888888;
    border-right: dashed 1px #888888;
	margin-top: 0px;
	padding: 0;
	text-align: center;
	width: 175px;
    height: 17px;
}
.hiddenMiddle
{
    background-color: #eeeeee;
    border-left: dashed 1px #888888;
    border-right: dashed 1px #888888;
	margin: 0;
    width: 175px;
	text-align: center;
	min-height:60px;
}

.hiddenBottom
{
    background-color: #eeeeee;
    border-bottom: dashed 1px #888888;
    border-left: dashed 1px #888888;
    border-right: dashed 1px #888888;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 175px;
	height: 13px;
}
.hiddenContent
{/*provides the border between the writing and the edge of the notice graphic*/
    color: #888888;
    font: 10px/18px arial;
    width: 155px;
    min-height: 60px;
    overflow: hidden;
    margin-left:6px;
}
.hiddenContent a
{
    color: #008888;
}
.hiddenContent a:hover
{
    color: #444444;
    text-decoration: none;
}
.hiddenContent a:visited
{
    color: Purple;
}

/**********************************one*******************************/
.oneNoteTop
{
    
    background: url('/images/greenTop.gif') no-repeat top left;
	margin-top: 0px;
	padding: 0;
	text-align: center;
	width: 210px;
    height: 19px;
}
.oneNoteMiddle
{
    background: url('/images/greenMiddle.gif') repeat-y top left;
	margin: 0;
    width: 210px;
	text-align: center;
	min-height:100px;
}
.oneNoteMiddle .noteContent
{/*provides the border between the writing and the edge of the notice graphic*/
    font: 10px/18px arial;
    width: 180px;
    min-height: 100px;
    overflow: hidden;
    padding: 0px 15px 0px 15px;
}
.oneNoteMiddle a
{
    font: 12px/18px;
}
.oneNoteMiddle a:hover
{
    color: Black;
    text-decoration: none;
}
.oneNoteMiddle a:visited
{
    color: Purple;
}
.oneNoteMiddle .bottomOfNotice
{/*the link text at the bottom of notices*/
    
    width: 180px;
    height:10px;
    color:#438aa7;
    font-size:8px;
    /*text-decoration:none;*/
    text-align:right;
}
.oneNoteBottom
{
    background: url('/images/greenBottom.gif') no-repeat top left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 210px;
	height: 19px;
}
/*************************************two*********************************/
.twoNoteTop
{
   
    background: url('/images/whiteTop.gif') no-repeat top right;
	padding: 0;
	text-align: center;
	width: 200px;
	height: 18px;
}
.twoNoteMiddle
{
    background: url('/images/whiteMiddle.gif') repeat-y top left;
	margin: 0;
	width: 200px;
	text-align: center;
	min-height:100px;
}

.twoNoteMiddle .noteContent
{/*provides the border between the writing and the edge of the notice graphic*/
    font: 10px/18px arial;
    width: 170px;
    min-height: 100px;
    overflow: hidden;
    padding: 0px 15px 0px 15px;
}
.twoNoteMiddle a
{
    font: 12px/18px;
}
.twoNoteMiddle a:hover
{
    color: Black;
    text-decoration: none;
}
.twoNoteMiddle a:visited
{
    color: Purple;
}
.twoNoteMiddle .bottomOfNotice
{/*the link text at the bottom of notices*/
    
    width: 160px;
    height:10px;
    color:#438aa7;
    font-size:8px;
    /*text-decoration:none;*/
    text-align:right;
}

.twoNoteBottom
{
    background: url('/images/whiteBottom.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 200px;
	height: 19px;
}

/*zero*********************************************/
.zeroNoteTop
{
    
    background: url('/images/scrap3Top.gif') no-repeat top right;
	padding: 0;
	text-align: center;
	width: 220px;
	height: 16px;
}
.zeroNoteMiddle
{
    background: url('/images/scrap3Middle.gif') repeat-y top left;
	margin: 0;
	width: 220px;
	text-align: center;
	min-height:100px;
}
.zeroNoteMiddle .noteContent
{/*provides the border between the writing and the edge of the notice graphic*/
    font: 10px/18px arial;
    width: 190px;
    min-height: 100px;
    overflow: hidden;
    padding: 0px 15px 0px 15px;
}
.zeroNoteMiddle a
{
    color: #DF3232;
    font: 12px/18px;
}
.zeroNoteMiddle a:hover
{
    color: Black;
    text-decoration: none;
}
.zeroNoteMiddle a:visited
{
    color: Purple;
}
.zeroNoteMiddle .bottomOfNotice
{/*the link text at the bottom of notices*/
    
    width: 190px;
    height:10px;
    color:#438aa7;
    font-size:8px;
    /*text-decoration:none;*/
    text-align:right;
}
.zeroNoteBottom
{
    background: url('/images/scrap3Bottom.gif') no-repeat top left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 220px;
	height: 34px;
}



/********************************three**************************/
.threeNoteTop
{
    background: url('/images/blueTop.gif') no-repeat top right;
	padding: 0;
	text-align: center;
	width: 220px;
	height: 21px;
}
.threeNoteMiddle
{
    background: url('/images/blueMiddle.gif') repeat-y top left;
	margin: 0;
	width: 220px;
	text-align: center;
	min-height:60px;
}
.threeNoteMiddle .noteContent
{/*provides the border between the writing and the edge of the notice graphic*/
    font: 10px/18px arial;
    width: 190px;
    min-height: 100px;
    overflow: hidden;
    padding: 0px 15px 0px 15px;
}
.threeNoteMiddle a
{
    color: #DF3232;
    font: 12px/18px;
}
.threeNoteMiddle a:hover
{
    color: Black;
    text-decoration: none;
}
.threeNoteMiddle a:visited
{
    color: Purple;
}
.threeNoteMiddle .bottomOfNotice
{/*the link text at the bottom of notices*/
    
    width: 190px;
    height:10px;
    color:#438aa7;
    font-size:8px;
    /*text-decoration:none;*/
    text-align:right;
}
.threeNoteBottom
{
    background: url('/images/blueBottom.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 220px;
	height:21px;
}

/*******************************************four ***************************/
.fourNoteTop
{
    background: url('/images/scrap1Top.gif') no-repeat top right;
	padding: 0;
	text-align: center;
	width: 220px;
	height: 16px;
}
.fourNoteMiddle
{
    background: url('/images/scrap1Middle.gif') repeat-y top left;
	margin: 0;
	width: 220px;
	text-align: left;
	min-height: 100px;
}

.fourNoteMiddle .noteContent
{/*provides the border between the writing and the edge of the notice graphic*/
    font: 11px/18px arial;
    width: 175px;
    min-height: 100px;
    overflow: hidden;
    padding: 0px 15px 0px 30px;
}
.fourNoteMiddle a
{
    color: #000;
    font: 14px/18px;
}
.fourNoteMiddle a:hover
{
    color: Red;
    text-decoration: none;
}
.fourNoteMiddle a:visited
{
    color: Purple;
}
.fourNoteMiddle .bottomOfNotice
{/*the link text at the bottom of notices*/
    
    width: 190px;
    height:10px;
    color:#438aa7;
    font-size:8px;
    /*text-decoration:none;*/
    text-align:right;
}

.fourNoteBottom
{
    background: url('/images/scrap1Bottom.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 220px;
	height: 29px;
}


/******************************* five ********************************/
.fiveNoteTop
{
    background: url('/images/scrap4top.gif') no-repeat top right;
	margin-top: 0px;
	padding: 0;
	text-align: center;
	width: 210px;
	height: 23px;
}
.fiveNoteMiddle
{
    background: url('/images/scrap4middle.gif') repeat-y top left;
	margin: 0;
	width: 210px;
	text-align: center;
	min-height:100px;
}

.fiveNoteMiddle .noteContent
{/*provides the border between the writing and the edge of the notice graphic*/
    font: 13px/18px Comic Sans MS, arial;
    width: 180px;
    min-height: 100px;
    overflow: hidden;
    padding: 0px 15px 0px 15px;
}
.fiveNoteMiddle a
{
    font-size: 17px;
}
.fiveNoteMiddle a:hover
{
    color: Blue;
    text-decoration: none;
}
.fiveNoteMiddle a:visited
{
    color: Purple;
}
.fiveNoteMiddle .bottomOfNotice
{/*the link text at the bottom of notices*/
    
    width: 180px;
    height:10px;
    color:#438aa7;
    font-size:8px;
    /*text-decoration:none;*/
    text-align:right;
}

.fiveNoteBottom
{
    background: url('/images/scrap4bottom.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 210px;
	height: 23px;
}


/******************************** six *****************************/

.sixNoteTop
{
    background: url('/images/scrap2Top.gif') no-repeat top right;
	margin-top: 0px;
	padding: 0;
	text-align: center;
	width: 220px;
	height: 35px;
}
.sixNoteMiddle
{
    background: url('/images/scrap2Middle.gif') repeat-y top left;
	margin: 0;
	width: 220px;
	text-align: left;
	min-height: 100px;
}

.sixNoteMiddle .noteContent
{/*provides the border between the writing and the edge of the notice graphic*/
    font: 13px/18px Comic Sans MS, arial;
    width: 160px;
    min-height: 100px;
    overflow: hidden;
    padding: 0px 15px 0px 45px;
}
.sixNoteMiddle a
{
    font-size: 17px;
}
.sixNoteMiddle a:hover
{
    color: Blue;
    text-decoration: none;
}
.sixNoteMiddle a:visited
{
    color: Purple;
}
.sixNoteMiddle .bottomOfNotice
{/*the link text at the bottom of notices*/
    
    width: 180px;
    height:10px;
    color:#438aa7;
    font-size:8px;
    /*text-decoration:none;*/
    text-align:right;
}

.sixNoteBottom
{
    background: url('/images/scrap2Bottom.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 220px;
	height: 35px;
}

/******************************* seven *******************************/
.sevenNoteTop
{
    background: url('/images/drawnTop.gif') no-repeat top right;
	margin-top: 0px;
	padding: 0;
	text-align: center;
	width: 210px;
	height: 16px;
}
.sevenNoteMiddle
{
    background: url('/images/drawnMiddle.gif') repeat-y top left;
	margin: 0;
	width: 210px;
	text-align: center;
	min-height:100px;
}

.sevenNoteMiddle .noteContent
{/*provides the border between the writing and the edge of the notice graphic*/
    font: 13px/18px Comic Sans MS, arial;
    width: 180px;
    min-height: 100px;
    overflow: hidden;
    padding: 0px 15px 0px 15px;
}
.sevenNoteMiddle a
{
    font-size: 17px;
}
.sevenNoteMiddle a:hover
{
    color: Blue;
    text-decoration: none;
}
.sevenNoteMiddle a:visited
{
    color: Purple;
}
.sevenNoteMiddle .bottomOfNotice
{/*the link text at the bottom of notices*/
    
    width: 180px;
    height:10px;
    color:#438aa7;
    font-size:8px;
    /*text-decoration:none;*/
    text-align:right;
}

.sevenNoteBottom
{
    background: url('/images/drawnBottom.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 210px;
	height: 23px;
}
/******************************************************************/

.noteContent
{/*provides the border between the writing and the edge of the notice graphic*/
    font: 13px/18px Comic Sans MS, arial;
    width: 175px;
    min-height: 100px;
    overflow: hidden;
    padding: 0px 15px 0px 15px;
}
.noteContent a
{
    font-size: 17px;
}
.noteContent a:hover
{
    color: Blue;
    text-decoration: none;
}
.noteContent a:visited
{
    color: Purple;
}
.bottomOfNotice
{/*the link text at the bottom of notices*/
    
    width: 175px;
    height:10px;
    color:#438aa7;
    font-size:8px;
    /*text-decoration:none;*/
    text-align:right;
}






/*the offer notice designs*/
.OfferTop
{
    background: url('/images/SOTop.gif') no-repeat top left;
	margin-top: 0px;
	padding: 0;
	width: 220px;
	height: 44px;
}
.OfferMiddle
{
    background: url('/images/SOMiddle.gif') repeat-y top left;
	margin: 0;
    width: 220px;
	text-align: center;
	min-height:100px;
	font-weight: bold;
	
}
.OfferMiddle a
{
    color: #438aa7;
    font-weight: bold;
}
.OfferBottom
{
    background: url('/images/SOBottom.gif') repeat-y top left;
	margin: 0;
    width: 220px;
	height: 47px;
}

.oneOfferTop
{
    background: url('/images/SOTop.gif') no-repeat top left;
	margin-top: 0px;
	padding: 0;
	width: 175px;
	height: 38px;
}
.oneOfferMiddle
{
    background: url('/images/SOMiddle.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	text-align: center;
	min-height:100px;
	font-weight: bold;
	
}
.oneOfferMiddle a
{
    color: #438aa7;
    font-weight: bold;
}
.oneOfferBottom
{
    background: url('/images/SOBottom.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	height: 15px;
}


.twoOfferTop
{
	background: url('/images/SOTop.gif') no-repeat top left;
	margin-top: 0px;
	padding: 0;
	width: 175px;
	height: 39px;
}
.twoOfferMiddle
{
    background: url('/images/SOMiddle.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	text-align: center;
	min-height:100px;
	font-weight: bold;
	
}
.twoOfferMiddle a
{
    color:Red;
}
.twoOfferBottom
{
	background: url('/images/SOBottom.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	height: 15px;
}


.threeOfferTop
{
	background: url('/images/SOTop.gif') no-repeat top left;
	margin-top: 0px;
	padding: 0;
	width: 175px;
	height: 39px;
}
.threeOfferMiddle
{
    background: url('/images/SOMiddle.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	text-align: center;
	min-height:100px;
	font-weight: bold;
}
.threeOfferMiddle a
{
    color: Red;
}
.threeOfferBottom
{
	background: url('/images/SOBottom.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	height: 15px;
}


.fourOfferTop
{
	background: url('/images/SOTop.gif') no-repeat top left;
	margin-top: 0px;
	padding: 0;
	width: 175px;
	height: 38px;
}
.fourOfferMiddle
{
    background: url('/images/SOMiddle.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	text-align: center;
	min-height:100px;
	font-weight: bold;
}
.fourOfferMiddle a
{
    color: #438aa7;
}
.fourOfferBottom
{
	background: url('/images/SOBottom.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	height: 15px;
}


.zeroOfferTop
{
	background: url('/images/SOTop.gif') no-repeat top left;
	margin-top: 0px;
	padding: 0;
	width: 175px;
	height: 39px;
}
.zeroOfferMiddle
{
    background: url('/images/SOMiddle.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	text-align: center;
	min-height:100px;
	font-weight: bold;
}
.zeroOfferMiddle a
{
    color: Red;
}
.zeroOfferBottom
{
	background: url('/images/SOBottom.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	height: 15px;
}


.fiveOfferTop
{
	background: url('/images/SOTop.gif') no-repeat top left;
	margin-top: 0px;
	padding: 0;
	width: 175px;
	height: 38px;
}
.fiveOfferMiddle
{
    background: url('/images/SOMiddle.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	text-align: center;
	min-height:100px;
	font-weight: bold;
}
.fiveOfferMiddle a
{
    color: #438aa7;
}
.fiveOfferBottom
{
	background: url('/images/SOBottom.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	height: 15px;
}


.sixOfferTop
{
	background: url('/images/SOTop.gif') no-repeat top left;
	margin-top: 0px;
	padding: 0;
	width: 175px;
	height: 38px;
}
.sixOfferMiddle
{
    background: url('/images/SOMiddle.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	text-align: center;
	min-height:100px;
	font-weight: bold;
}
.sixOfferMiddle a
{
    color: #438aa7;
}
.sixOfferBottom
{
	background: url('/images/SOBottom.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	height: 15px;
}


.sevenOfferTop
{
	background: url('/images/SOTop.gif') no-repeat top left;
	margin-top: 0px;
	padding: 0;
	width: 175px;
	height: 39px;
}
.sevenOfferMiddle
{
    background: url('/images/SOMiddle.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	text-align: center;
	min-height:100px;
	font-weight: bold;
}
.sevenOfferMiddle a
{
    color: Red;
}
.sevenOfferBottom
{
	background: url('/images/SOBottom.gif') repeat-y top left;
	margin: 0;
    width: 175px;
	height: 15px;
}

.offerContent
{/*provides the border between the writing and the edge of the notice graphic*/
    padding-top:5px;
    padding-bottom:5px;
    padding-left:20px;
    padding-right:20px;
    font: 10px/18px arial;
    width: 180px;
    min-height: 80px;
    overflow: hidden;
    margin-left:6px;
}
.offerContent a
{
    text-decoration: none;
    font-size:12pt;
    font-weight: bold;
}
.offerContent a:hover
{
    color: Black;
    text-decoration: none;
}
.offerContent a:visited
{
    color: Purple;
}