/***********************************************/
/* yoga.css			                            */
/* Use with template yoga.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
	line-height: 180%;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	font-style: normal;

}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	font-style: italic;
	text-decoration: none;
	color: #334d55;
}
a:hover {
	text-decoration: none;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1{
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 120%;
 color: #006699;
 text-align: center;
}

h2{
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 120%;
 color: #334d55;
}


h3{
 color: #334d55;
 text-align: center;
 font-size: 110%;
 }

h4{
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
 font-style:italic;
}

h5{
 font-size: 90%;
 color: #334d55;
 text-align: center;
}

h6{
 font-size: 90%;
 font-weight: normal;
 vertical-align: middle;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}	

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border: 10px 10px 10px 10px;
	padding: 0px 10px 20px 10px;
	border-bottom: 1px solid #cccccc;
	width: 95%;
}


#content{
  	float: left;
	width: 80%;
	margin: 10px 15px 10px 205px;
	background-image: url(Files/logo_bkg.jpg);
	background-attachment: fixed;
	text-align: justify;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/

#globalNav{
	padding: 0;
	color: #000000;
}

#globalNav a{
	text-decoration: none;
}

#globalNav a:link{
	font-size: 80%;
}

#globalNav a:visited{
	font-size: 80%;
	font-style: italic;
}

#globalNav a:hover{
	text-decoration: underline;
}

#globalNav a:active,
#globalNav a:focus{
	color: #334d55;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 20px 20px 20px;
	background-image: url(Files/logo_bkg.jpg);
	line-height: 160%;
	text-align: justify;
	background-repeat: no-repeat;
	background-position: center;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	line-height: 80%;
	text-decoration: none;
	background-color:#eeeeee;
	border: 1px solid #cccccc;
	font-size: 85%;
	text-align: center;
	color: #666666;
	padding: 0px 4px 0px 4px;
	margin-top: 0px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: absolute;
	float: left;
	margin: 0 5% 0 0;
	width: 190px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: 90%;
	color: #334d55;
	font-size: 85%;
	background-color: #eeeeee;
	left: 3px;

}

#sectionLinks a:link{
	padding: 2px 10px 2px 10px;
    padding: 2px 10px 2px 10px;
	border-top: 1px solid #cccccc;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;    
	padding: 2px 10px 2px 10px;
	font-style: italic;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	text-decoration: underline;
	background-color: #dddddd;
}

#sectionLinks a:active,
#sectionLinks a:focus{
	color: #334d55;
	text-decoration: underline;
}


/*********** #sectionLinks styles ***********/

#sectionLinks ul a:link, #navBar ul a:visited {display: block;}
#sectionLinks ul {list-style: none; margin: 0; padding: 0;}

#sectionLinks li {border-bottom: 1px solid #EEE;}

html>body #sectionLinks li {border-bottom: none;}


/************** #advert styles **************/

#advert{
	font-size: 90%;
}

