@charset "utf-8";
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E6E6E6;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
.oneColFixCtrHdr #container {
	width: 975px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../pics/header-top.png);
	margin: 0px;
	height: 123px;
}
#theContent input {
	background-color: #FFF;
	border: 1px solid #666;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 12px;
}
#theContent textarea {
	background-color: #FFF;
	border: 1px solid #666;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 12px;
}
#theContent select {
	background-color: #FFF;
	border: 1px solid #666;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size: 12px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #container #header-mid {
	background-image: url(../pics/header-mid.png);
	background-repeat: no-repeat;
	height: 45px;
}
.oneColFixCtrHdr #container #header-bottom {
	background-image: url(../pics/header-bottom.png);
	background-repeat: no-repeat;
	height: 27px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-image: url(../pics/container-back.png);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
}
#mainContent #sidebar1 {
	width: 254px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	float: left;
	display: block;
}
#sidebar1 #sb1-content {

}
#mainContent #theContent {
	margin-left: 270px;
	display: block;
	font-size: 15px;
	line-height: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#myLogin #form1 .table22 tr td {
	padding: 2px;
}

#myLogin #form1 .loginTitle {
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: outset;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-left: 8px;
	color: #333;
}



#mainContent #theContent #blascoAnim {
	height: 300px;
	width: 490px;
}



#mainContent #container-bottom {
	background-image: url(../pics/container-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 4px;
}

#mainContent #theContent #myLogin {
	float: right;
	width: 170px;
}

#theContent h1 {
	font-size: 20px;
	font-weight: bold;
	color: #900;
	letter-spacing: .1em;
}
#theContent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #9A0202;
}
#theContent ul {
	margin-left: 24px;
	list-style-position: outside;
	list-style-type: disc;
	text-transform: none;
}
#theContent .table33 tr td {
	padding: 3px;
}
#theContent #siteLink {
	font-size: 11px;
	color: #666;
}
#theContent #siteLink a {
	color: #900;
	text-decoration: none;
}
#theContent .theSeminar {
	width: 95%;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.oneColFixCtrHdr #footer {
	padding: 12;
}
#footer #footer-top {
	background-image: url(../pics/footer-top.gif);
	background-repeat: no-repeat;
	height: 27px;
	background-position: left top;
}
#footer #footer-content {
	background-image: url(../pics/container-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 12px;
	font-size: 11px;
	text-align: center;
	color: #28903B;
}
#footer #footer-content a {
	color: #333;
	text-decoration: none;
}
#footer #footer-content a:hover {
	color: #F00;
}



.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer #footer-bottom {
	background-image: url(../pics/container-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 4px;
}

.imgRight {
	display: block;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#theContent .seminarAnimation {
	float: right;
	height: 238px;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
a.blackbuttons{
	display: block;
	float: left; /* Change 13px as desired */
	line-height: 20px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 26px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../pics/roundedge-gray-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

a:link.blackbuttons, a:visited.blackbuttons, a:hover.blackbuttons, a:active.blackbuttons{
color: white; /*button text color*/
}

a.blackbuttons span{
	display: block; /*Set 10px to be equal or greater than'padding-left' value above*/
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 2px;
	background-color: transparent;
	background-image: url(../pics/roundedge-gray-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
}

a:hover.blackbuttons{ /* Hover state CSS */
	text-decoration: none;
}
fieldset {
	padding:10px;
	border:1px solid #fff;
	border-color:#fff #666661 #666661 #fff;
	margin-bottom:36px;
	width:650px;
	background-color: #FFF;
}
#theContent .regTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #FFF;
}

input, textarea, select {
	font:12px/12px Arial, Helvetica, sans-serif;
	padding:0px;
	margin: 0px;
}
fieldset.action {background:#9da2a6; border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; margin-top:-20px;}
#theContent .regTable td {
	padding: 3px;
	font-size: 12px;
}

legend {
	color:#fff;
	font:17px/21px Calibri, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	margin-top: -26px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: -11px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
dl {clear:both;}
dt {float:left; text-align:right; width:150px; line-height:25px; margin:0 10px 10px 0;}
dd {
	float:left;
	width:400px;
	line-height:25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#theContent ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 40px;
}
#theContent ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 12px;
}
#theContent ol ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 24px;
}

#theContent .indexTable td {
	padding: 4px;
	font-weight: normal;
	color: #900;
	font-size: 14px;
	
}
#theContent .classTable td {
	padding: 4px;
	font-weight: normal;
	color: #000000;
	font-size: 14px;
	
}
#theContent .feesTable td {
	font-size: 14px;
	color: #FFF;
	background-color: #900;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	text-align: center;
}
#theContent .feesTable .topCell {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-size: 14px;
	font-weight: bold;
}
#theContent .feesTable .leftCell {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-size: 14px;
	font-weight: bold;
}
#theContent .redNormal {
	font-weight: normal;
	color: #C00;
}
#theContent h3 {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	line-height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#theContent h4 {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	border: 1px none #999;
	text-decoration: underline;
	line-height: 22px;
}
#theContent h5 {
	font-size: 14px;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	background-color: #E6E6E6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#theContent h6 {
	font-size: 12px;
	font-weight: bold;
	color: #900;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer-content #gototop {
	float: right;
	width: 100px;
}
#theContent .purchaseTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-weight: bold;
	color: #900;
	background-color: #eee;
}
#theContent .purchaseTable tr td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#theContent ol .capsAll {
	text-transform: uppercase;
}
#theContent .welcome {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	line-height: 22px;
	text-decoration: none;
	padding-bottom: 1px;
	white-space: nowrap;
	background-image: url(../pics/underline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#theContent .welcome1 {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	line-height: 22px;
	text-decoration: none;
	padding-bottom: 1px;
}
