a:link { text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #0033cc;  /*border-bottom:1px dashed #BCBCBC;*/}
a:visited { text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #0033cc; /*border-bottom:1px dashed #BCBCBC;*/}
a:hover { text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #006633}
body { text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
P { text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}




H1 { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #B12B00; margin-bottom: 0}
H2 { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CC6600; font-weight: bold; margin-bottom: 0
}
H3 { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: bold; margin-bottom: 0}
H4 { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif;; font-size: 12px; color: #B12B00; margin-bottom: 0}
H5 { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif;; font-size: 12px; color: #000000;margin-bottom: 0}
h6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #184F8D; margin-bottom: 0}
form {margin: 0px 0px 0px 0px; }

.text14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.text13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.text11gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.text10gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}
.text12medspace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	}
.text12lgspace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.5;
	}
.text12gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.text11darkgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.text12darkgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.text11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AA2E14;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text13head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B12B00;
	font-weight: bold;
}


.text14head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #B12B00;
	font-weight: bold;
}

.text15head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #B12B00;
	font-weight: bold;
}

.text14headblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.text12head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
}
.addtocart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    background-color: #999999;
	border-width: thin;
	border-color:#CCCCCCC;
}
.addtocartcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    background-color: #FFCC66;
	border-width: thin;
	border-color:#CCCCCCC;
	cursor: pointer;
}

.shopcartbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    background-color: #999999;
	border-width: thin;
	border-color:#CCCCCCC;
	
}

.shopcartbutton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background: #ffc477; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc477 5%, #fb9e25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffc477), color-stop(100%,#fb9e25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffc477 5%,#fb9e25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffc477 5%,#fb9e25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffc477 5%,#fb9e25 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffc477 5%,#fb9e25 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0 ); /* IE6-9 */
/*	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc77', endColorstr='#DB891E' );
	background-color:#F19621;*/
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:4px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}.shopcartbutton2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');*/
	background-color:#ffcc77;
}.shopcartbutton2:active {
	position:relative;
	top:1px;
}

.shoptocartcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
    background-color: #FFCC66;
	border-width: thin;
	border-color:#CCCCCCC;
	cursor: pointer;
	padding: 3px 3px;
}


.shopcart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffba31;
	 font-weight: bold;
}
	 
.shopcart2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #b6b6b6;
	font-weight: bold;
}

.addtocarthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	
}

.shoptocartborder {
	border-bottom-style:solid;
	border-width: 0 0 1px 1px;	
}

.convertmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    background-color: #CCCCCC;
	border-width: thin;
	border-color:#CCCCCCC;
}

#mainContent { 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	
} 

#sidebar {
	float: right; 
	width: 275px;
	background: #FFFFFF;
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-left-style:solid;
	border-left-width:thin;
	border-left-color:#cccccc;
	
}

#sidebar_noline {
	float: right; 
	width: 275px;
	background: #FFFFFF;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	
}


img.image-left-15px{
	float:left;
	margin-right:15px;
}


img.image-right-15px{
	float:right;
	margin-left:15px;
}

/*Bulleted list - this class gets selected for the <ul> tag*/
ul.bullet_list_arrow_unordered_lits{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}
/*Bulleted list - this class gets selected for the <li> component of the <ul class="bullet_list_arrow_ul">tag*/
li.bullet_list_arrow_list{
	background-image: url(/seminars/image/orange_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
}
.toggle {
    cursor:pointer;
    text-decoration: none; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size:13px; color: #0033cc; 
    border-bottom:1px;
	}
.togglelg {
    cursor:pointer;
    text-decoration: none; 
    font-family: Geneva, Arial, Helvetica, sans-serif; 
    font-size:16px; color: #0033cc; 
    border-bottom:1px;
	}
div.rightline {
  border-left-width:thin;
  border-left-style:solid;
  border-left-color:#999999;
  padding-left: 10px; 
  font-size: 11px;
  font-color: #666666;
  font-family: arial,helvetica;
  line-height: 1.5;
  }
  div.rightline2 {
  border-left-width:thin;
  border-left-style:solid;
  border-left-color:#999999;
  padding-left: 10px; 
  font-size: 11px;
  font-color: #666666;
  font-family: arial,helvetica;
  }
