* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	color: #003;
	text-align: center;
	font-weight: 300;
	background-color: #e1e0f5;
	line-height: 1.6em;
	width: 640px;
	margin: 0;
	border: 0;
	padding: 0;
	left: auto;
	right: auto;
}
em {
	font-style: italic;
}
strong {
	font-weight: 600;
}
a {
	font-size: 1em;
	color: #0058AA;
	text-decoration: underline;
	font-weight: 600;
}
a:hover {
	color: white;
	background-color: #0058AA;
}
a.larger {
	font-size: 1.4em;
}
a.larger:hover {
	color: white;
	background-color: #0058AA;
}	
a.small {
	font-size: 0.8em;
}
a.small:hover {
	color: white;
	background-color: #0058AA;
}
a.light { 
	color: #FFFFFF; 
}
a.light:hover { 
	color: #DDDDDD; 
}
a.imagelink { 
	border: 0; 
	text-decoration: none;
}
a.imagelink:hover {
	background: transparent;
}

h1 {
	font-size: 3.2em;
	line-height: 1.2em;
	color: #9F5184;
	font-weight: 600;
	text-align: center;
	margin: 0.6em auto 0.6em auto;
}
h2 {
	font-size: 2.1em;
	color: #9F5184;
	font-weight: 600;
	text-align: center;
	margin: 0.4em auto 0.4em auto;
}
h3 {
	font-size: 1.8em;
	color: #9F5184;
	font-weight: 600;
	text-align: center;	
	margin: 1em auto 0.5em auto;
}
h4 {
	font-size: 1.6em;
	font-weight: 600;
	text-align: center;	
	margin: 0 auto 0.2em auto;
}
h5 {
	font-size: 1.4em;
	color: #9F5184;
	font-weight: 600;
	text-align: center;}
h6 {
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;	
}

input.white {background-color: #ffffff; font-size: 12px;}
input.ltbl {background-color: #ccddec; font-size: 12px;}
select.white {background-color: #ffffff; font-size: 12px;}
select.ltbl {background-color: #ccddec; font-size: 12px;}
textarea.white {background-color: #ffffff; font-size: 12px;}
textarea.ltbl {background-color: #ccddec; font-size: 12px;}
p {
	font-size: 1.2em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	line-height: 1.4em;
}
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal;}
td.bluegrad { background:url(http://www.yogatech.com/images/bluegrad.jpg) repeat;}

span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
table.main {
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
img.centered {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#masthead {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0;
}
#header {
	width:100%;
	background-color: #3E7DB2;
	height: 92px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#topmenu {
	font-size: 12px;
	background: url(/images/bluegrad.jpg) repeat-x;
	height: 22px;
	width: 100%;
	margin: 0px;
	text-align: center;
	color: #FFF;
	vertical-align: middle;
	line-height: normal;
}
#topmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9F5184;
}
#topmenu li {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
	color: #FFF;
	font-weight: 600;
	vertical-align: top;
}
#topmenu2 {
	width: 100%;
	height: 24px;
}
#footer {
	position: relative;
	clear: both;
	width: 100%;
}
#FooterTransit {
	width: 100%;
	font-size: 12px;
	height: 22px;
	margin: 0;
	background-image: url(/images/bluegradrev.jpg);
	background-repeat: repeat-x;
	clear: both;
}
#FooterBox {
	background-color: #3E7DB2;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	clear: both;
}
#FooterBox a {
	color: #FFFFFF;
	text-decoration: underline;
	
}
#FooterBox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9F5184;
}
#FooterBox p {
	color: #FFF;
	text-align: center;
	font_size: 0.4em;
}


.addthis_toolbox .hover_effect
{
    width: 284px;
    padding: 10px 0 6px 10px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}.largetext {
	font-size: 11pt;
}
