/* CSS Document */
* {
	padding:0px;
	margin:0px;
}

html {
	padding:0px;
	margin:0px;
	border:none;
}

body {
	padding:0px;
	margin:0px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#5C5C5C;
	background-color:#FFF;
	text-align:center;
}

table {
	border-collapse:collapse;
}

.imgBorder {
	border:none;
}

.imgBorder2 {
	border:#F0DCF0 1px solid;
}

.clear {
	clear:both;
}

.topGradient {
	background-image:url(images/topBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:118px;
}

.naviBG {
	background-image:url(images/naviBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:30px;
}

.naviDivider {
	border-left:#FFC1FA 1px solid;
	border-right:#BD45A9 1px solid;
	height:30px;
	width:0px;
}

.middleGradient {
	background-image:url(images/middleBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:346px;
}

.middleGradient2 {
	background-image:url(images/middleBG.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.boTree {
	background-image:url(images/botreeBG.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.footerGradient {
	background-image:url(images/footerBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:35px;
	width:850px;
	margin-left:auto;
	margin-right:auto;	
}

.content {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	float:left;
	padding:6px 0px;
}

.companyName {
	float:right;
	color:#FFFFFF;
	font-size:10px;
	padding:10px 0px;
	text-align:right;
}

.yogaInsLink {
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}

.yogaInsLink:hover {
	color:#FFD5FF;
	text-decoration:underline;
	font-size:13px;
	font-weight:bold;
}

.link {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:0px 14px;
}

.link:hover, .linkA {
	color:#82076D;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:0px 14px;
}

.bannerDivLeft {
	background-image:url(images/bannerL.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:302px;
}

.bannerDivMiddle {
	background-image:url(images/bannerM.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:302px;
}

.bannerDivRight{
	background-image:url(images/bannerR.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:302px;
}

.itemDivLeft {
	background-image:url(images/itemL.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:135px;
}

.itemDivMiddle {
	background-image:url(images/itemM.gif);
	background-position:center;
	background-repeat:repeat-x;
	height:135px;
}

.itemDivRight {
	background-image:url(images/itemR.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:135px;
}

.itemDivLeft2 {
	background-image:url(images/itemL2.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:135px;
}

.itemDivMiddle2 {
	background-image:url(images/itemM2.gif);
	background-position:center;
	background-repeat:repeat-x;
	height:135px;
}

.itemDivRight2 {
	background-image:url(images/itemR2.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:135px;
}

.itemDivTop {
	background-image:url(images/itemT.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:296px;
}

.itemDivMiddle3 {
	background-image:url(images/itemM3.gif);
	background-position:center;
	background-repeat:repeat-y;
	width:296px;
}

.itemDivBottom {
	background-image:url(images/itemB.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:296px;
	height:18px;
	font-size:0px;
}

.itemDivTop2 {
	background-image:url(images/itemT2.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:250px;
}

.itemDivMiddle4 {
	background-image:url(images/itemM4.gif);
	background-position:center;
	background-repeat:repeat-y;
	width:250px;
}

.itemDivBottom2 {
	background-image:url(images/itemB2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:250px;
	height:12px;
	font-size:0px;
}

.itemDivTop3 {
	background-image:url(images/itemT3.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:296px;
}

.itemPadding {
	padding:5px 8px 3px 8px;
}

.itemTitle {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.itemTitle2 {
	color:#FFFFFF;
	font-size:14x;
	font-weight:bold;
	text-align:center;
}

.link2 {
	color:#CC57B0;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.link2:hover {
	color:#F18AE0;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.gap {
	height:4px;
	font-size:0px;
}

.gap2 {
	height:14px;
	font-size:0px;
}

.gap3 {
	height:30px;
	font-size:0px;
}

.itemDesc {
	font-size:11px;
	text-align:center;
	padding:3px 0px 10px 0px;
}

.leremy {
	color:#5C5C5C;
	text-decoration:none;
}

.leremy:hover {
	color:#5C5C5C;
	text-decoration:underline;
}

.itemLink {
	color:#5C5C5C;
	text-decoration:none;
}

.itemLink:hover {
	color:#82076D;
	text-decoration:underline;
}

.contentDivTop {
	background-image:url(images/contentBGT.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:1600px;
	height:16px;
	font-size:0px;
}

.contentDivMiddle {
	background-image:url(images/contentBGM.gif);
	background-position:center;
	background-repeat:repeat-y;
	width:1600px;
}

.contentDivBottom {
	background-image:url(images/contentBGB.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:1600px;
}

.naviDivTop {
	background-image:url(images/naviT.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:248px;
}

.naviDivMiddle {
	background-image:url(images/naviM.gif);
	background-position:center;
	background-repeat:repeat-y;
	width:248px;
}

.naviDivBottom {
	background-image:url(images/naviB.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:248px;
	height:6px;
	font-size:0px;
}

.subNaviLink {
	color:#5C5C5C;
	font-weight:bold;
	text-decoration:none;
}

.subNaviLink:hover, .subNaviLinkA {
	color:#82076D;
	font-weight:bold;
	text-decoration:none;
}

.contentTitle {
	color:#82076D;
	font-weight:bold;
	font-size:18px;
	padding-bottom:8px;
}

.backLink {
	padding-top:8px;
}

.subTopic {
	font-weight:bold;
	font-size:14px;
}

.tableTitle {
	font-weight:bold;
	text-align:center;
	border:#9F9F9F 1px solid;
	padding:5px 10px;
	background-color:#DFBAFC;
	color:#222;
}

.tableDesc {
	text-align:left;
	border:#9F9F9F 1px solid;
	padding:5px 10px;
	vertical-align:top;
	background-color:#FFE6F5;
	
}

