

/* ----- HTML TAGS ----- */

body {
    background-color: #180000;
	background-image:url(images/header-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-size: 80%;
	line-height: 150%;
}

body h1 {
	font-size: 150%;
	color: #cccccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body h2 {
	font-size: 120%;
	color: #cccccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

hr {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	border: none;
	height: 1px;
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
}

img {
	border: none;
}

.textBold {
    font-weight:bold;
}

.textRed {
    color:#bb0112

}

a {
    color:#efecec;
}

/* ----- END HTML TAGS ----- */

/* ----- CONTAINER TAGS ----- */

.siteContainer {
	
}

.headerContainer {
	
}

.headerLogo {

}

.headerLogoPrint 
{
    padding: 0px 0px 0px 0px;
    
}

.headerTag {

    font-size: 185%;
    color: #ffffff;
}

.headerYoga {

}

.headerYogaText {
   
    font-weight:bold;
    color: #efecec;
    
}

.contentContainer {
   
   
}

.leftColumn {

    display: none;
}



.menuLeftContainer {
       display: none;
}


.menuBgTopMenu {
	
}


.leftMenu {
    display: none;
}

.leftMenu a {
	
}

.leftMenu img {

}

.leftMenu a:hover {

}

.leftMenu ul {
    
}

.leftMenu li {
	
}

.leftMenu li a {

}

.leftMenu li a:hover {
   
}

.centreColumn {

	
}

.centreColumnContent {

}


.footer {
	

}

.footer a{

	
}

.footer a:hover{
	
}

.footerLeft 
{
   display: none; 
    
}

.footerRight 
{
    
}


.clear {
	clear: both;
}


.imgFloatRight {
    display: none;     
}

.imgFloatLeft {
    display: none;    
}

.titleBar {
 
}

.imageBox {
	    display: none;
	
}

.popupHeaderTag {
   
    padding: 40px 0px 5px 35px;
    font-size: 200%;
    color: #ffffff;
}

.popup {
    
 
}

/* ----- END CONTAINER TAGS ----- */


/* ----- FORMATTING -----*/
/* these styles are general formatting */

.clear {
    clear: both;
}

.text {
	font-weight: normal;
}

.textB {
	font-weight: bold;
}

.textI{
	font-style: italic;
}

.textU {
	text-decoration: underline;
}

.textSmaller {
	font-size: 90%;
}

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
}

.textAlignCentre {
    text-align: center;
}

.verticalAlignTop {
    vertical-align: top;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.verticalAlignBottom {
    vertical-align: bottom;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.noBullet {
	list-style-type: none;
}

.displayBlock {
    display: block;   
}

.displayInline {
    display: inline;   
}

.pSpacer {
    height: 20px;
}

/* ----- END FORMATTING -----*/

/* ********************************************************************* */






