@charset "UTF-8";
body  {
	font: 11px Verdana, sans-serif;
	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;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat;
	background-position: top;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/page_bkgd_3col.jpg);
	margin: 0 auto;
	text-align: left;
}
.twoColFixLtHdr #containernobkgd {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/page_bkgd_2col.jpg);
	margin: 0 auto;
	text-align: left;
}
.twoColFixLtHdr .bold  {
	font-weight: bold;
}
.twoColFixLtHdr .checkoutinstructions {
	padding-right: 10px;
	text-align: left;
}
.twoColFixLtHdr h1 {
	margin: 0px 0px 2px 0px;
	font-size: 16px;
	text-align: left;
}
.twoColFixLtHdr h2 {
	margin: 0px 0px 4px 0px;
	font-size: 14px;
	text-align: left;
}
.twoColFixLtHdr h3 {
	margin: 0px 0px 2px 0px;
	font-size: 12px;
	text-align: left;
}
.twoColFixLtHdr h4 {
	margin: 0px 0px 2px 0px;
	font-size: 10px;
	text-align: left;
}
.twoColFixLtHdr h5 {
	margin: 0px 0px 2px 0px;
	font-size: 9px;
	text-align: left;
}
.twoColFixLtHdr h6 {
	margin: 0px 0px 2px 0px;
	font-size: 6px;
	text-align: left;
}
.twoColFixLtHdr ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr li {
	margin: 0px 0px 2px 0px;
}
.twoColFixLtHdr p {
	margin: 3px 0 3px 0;
	padding: 0px;
	text-align: left;
}
.twoColFixLtHdr #header {
	background: #FFFFFF url(../images/pageheader_sta.jpg) no-repeat;
	width: 780px;
	height: 111px;
	margin: 0px;
	text-align: right;
} 
.style1 {
	color: #999999;
}
#headermiddle {
	margin: 0px;
	padding: 0px;
	width: 379px;
	height: 111px;
	float: left;
	border-right: 1px solid #CCCCCC;
}
#loginbox {
	float: right;
	width: 500px;
	margin: 0px;
	padding: 4px 10px 0px 10px;
	height: 55px;
	text-align: right;
}
#loginbox2 {
	float: right;
	width: 320px;
	margin: 0px;
	padding: 7px 10px 0px 10px;
	height: 65px;
	background: url(../images/contactblock.jpg) no-repeat right -17px;
}
form {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr  #loginbox  table  {
	font-size: 10px;
	text-align: right;
}
.twoColFixLtHdr #containernobkgd #header #loginbox .bold a {
	color: #FFFFFF;
}
.twoColFixLtHdr #containernobkgd #header #loginbox .bold a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
.twoColFixLtHdr #header #loginbox td {
	padding: 0px 0px 4px 0px;
}
.twoColFixLtHdr #header #loginbox .submit {
	border: 1px solid #999999;
	height: 18px;
	font: 11px Verdana, sans-serif;
}
.twoColFixLtHdr #header #loginbox .textfield {
	border: 1px solid #999999;
	height: 16px;
	width: 95%;
}

/*Sidebar*/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	margin: 0 0 0 0!important;
	width: 200px!important;
}
.twoColFixLtHdr  #sidebar1 div {
	margin: 0px 15px 8px 15px;
	border-bottom: 1px dotted #666666;
	padding: 0 0 8px 0;
	width: 170px;
}
.twoColFixLtHdr  #sidebar1  .div2 {
	margin: 15px 15px 8px 15px;
	border-bottom: 1px dotted #666666;
	padding: 0 0 5px 0;
	width: 170px;
}
.twoColFixLtHdr #sidebar1 #sidebarContent {
	margin: 0 0 0 0!important; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 200px;
	padding: 0px;
	border: none;
}
.twoColFixLtHdr #sidebar1 table {
	font-size: 11px;
	color: #333333;
}
.twoColFixLtHdr  #sidebar1  td  {
	padding-bottom: 2px;
	padding-top: 2px;
}
.twoColFixLtHdr #container #sidebar1 td .bold {
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 .quotename {
	font-style: italic;
	text-align: right;
	margin-top: 5px;
	font-size: 8pt;
}
.twoColFixLtHdr #mainContent {
	margin: 0px;
	float: right;
	width: 580px;
	min-height: 500px;
} 
.twoColFixLtHdr #mainContent .hero {
	margin: 0px;
	padding: 0px;
	background: url(../images/main_image.jpg);
	height: 225px;
}
.twoColFixLtHdr #sidebar1 #sidebarContent2 {
	margin: 0 0 0 0!important; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 200px;
	padding: 0px;
	border: none;
	height: 225px;
	background-image: url(../images/plain-nav-bkgd.jpg);
}
.twoColFixLtHdr #sidebar1 #sidebarContent2 img {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 #sidebarContent3 {
	margin: 0 0 0 0!important; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 200px;
	padding: 0px;
	border: none;
	height: 225px;
	background-image: url(../images/plain-nav-bkgd-2.jpg);
}
.twoColFixLtHdr #sidebar1 .div3 {
	margin: 15px 15px 8px 15px;
	border-bottom: 0px dotted #666666;
	padding: 0 0 5px 0;
	width: 170px;
}
.twoColFixLtHdr #sidebar1 .div4 {
	margin: 0px 15px 8px 15px;
	padding: 50px 0 0px 0;
	width: 170px;
	border: 0;
}
.twoColFixLtHdr #sidebar1 .div4 a {
	font-weight: bold;
	color: #FF0000;
}
.twoColFixLtHdr #sidebar1 .div4 .navline {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 .div4 a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.twoColFixLtHdr #containernobkgd #sidebar1 #sidebarContent td {
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 3px;
	border-top: 1px dotted #999999;
}
.twoColFixLtHdr #containernobkgd #sidebar1 #sidebarContent td.notopborder {
	padding-top: 0px;
	padding-bottom: 4px;
	padding-right: 0px;
	border: none;
}
.twoColFixLtHdr #containernobkgd #sidebar1 #sidebarContent th {
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 8px;
	border-top: 1px dotted #999999;
}

/*Center Column*/

.twoColFixLtHdr  #mainContent .centercol {
	width: 380px;
	float: left;
	margin: 0px;
}
.twoColFixLtHdr #mainContent .centercol .block {
	width: 350px;
	margin: 15px;
}
.twoColFixLtHdr #mainContent .centercol .block table {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
.twoColFixLtHdr  #mainContent .centercol .block td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/*End Center Column*/

/*Full Column*/

.twoColFixLtHdr  #mainContent .fullcol {
	width: 580px;
	float: left;
	margin: 0px;
}
.twoColFixLtHdr #mainContent .fullcol .block {
	width: 550px;
	margin: 15px;
}

/*End Full Column*/

.twoColFixLtHdr #mainContent .rightcol {
	width: 200px;
	float: right;
	margin: 0px;
}
.twoColFixLtHdr #mainContent .rightcol .block {
	width: 170px;
	margin: 15px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:white;
	border-top: solid #999999 1px;
} 
.twoColFixLtHdr #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: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.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;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 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:0px;
	font-size: 0px;
	line-height: 0px;
}

/*Registration Table*/

.twoColFixLtHdr #mainContent table.registration {
	text-align: left;
}
.twoColFixLtHdr #mainContent table.registration td {
	padding: 3px 3px 3px 3px;
}
.twoColFixLtHdr  #mainContent  .textfield {
	border: 1px solid #999999;
	height: 16px;
}
.twoColFixLtHdr  #mainContent  .submit {
	border: 1px solid #999999;
	height: 18px;
	font: 11px Verdana, sans-serif;
}

/*End Registration Table*/


/*Course List Table*/

.twoColFixLtHdr #mainContent table.courselist {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #999999;
	border-collapse: collapse;
	background-color: #00CC66;
	text-align: center;
	font-size: 11px;
}
.twoColFixLtHdr #mainContent table.courselist th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: #999999;
	background-color: white;
}
.twoColFixLtHdr #mainContent table.courselist td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: #999999;
	background-color: white;
}
.twoColFixLtHdr #mainContent table.courselist select {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #999999;
	font-size: 11px;
}
.twoColFixLtHdr #mainContent table.courselist input[type=text] {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #999999;
	font-size: 11px;
}

/*End Course List Table*/
.twoColFixLtHdr #mainContent .fullcol .blocktopborder {
	width: 550px;
	margin: 15px;
	border-top: solid 1px #CCCCCC;
	padding-top: 10px;
}
.WADADataTableCell  textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	border: 1px solid #999999;
}
.WADADataTableCell select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	border: 1px solid #999999;
}
.WADADataTableCell input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	border: 1px solid #999999;
}
.divrule {
	margin-top: 8px;
	margin-bottom: 8px;
	border-top: 1px dotted #999999;
}
.divrule2 {
	border-top: 1px dotted #999999;
	margin: 10px 15px 10px 15px;
}
.specialsblockleft {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin: 15px 0px 15px 0px;
	padding: 10px;
	background: #FFFF66;
	text-align: center;
	color:#990000;
	width: 246px;
	float: left;
}
.specialsblockright {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin: 15px 0px 15px 0px;
	padding: 10px;
	background: #FFFF66;
	text-align: center;
	color:#990000;
	width: 246px;
	float: right;
}
.alignfield {
	margin-bottom: 8px;
}
.twoColFixLtHdr #containernobkgd #sidebar1 #sidebarContent img {
	border: none;
	margin: 4px 0 4px 0;
}
.twoColFixLtHdr #containernobkgd #sidebar1 #sidebarContent .tdnoborder {
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 3px;
}
.twoColFixLtHdr #mainContent .fullcol .blockbackbox {
	width: 550px;
	margin: 15px;
	border-top: solid 1px #CCCCCC;
	padding-top: 10px;
	text-align: right;
}
.twoColFixLtHdr .boldred {
	font-weight: bold;
	color: #FF0000;
}
.twoColFixLtHdr #headerblank {
	background: #FFFFFF;
	width: 780px;
	height: 111px;
	margin: 0px;
	text-align: right;
}
.twoColFixLtHdr #headerblank #loginbox table {
	font-size: 10px;
	text-align: right;
}
.twoColFixLtHdr #containernobkgd #headerblank #loginbox .bold a {
	color: #FFFFFF;
}
.twoColFixLtHdr #containernobkgd #headerblank #loginbox .bold a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.twoColFixLtHdr #headerblank #loginbox td {
	padding: 0px 0px 4px 0px;
}
.twoColFixLtHdr #headerblank #loginbox .submit {
	border: 1px solid #999999;
	height: 18px;
	font: 11px Verdana, sans-serif;
}
.twoColFixLtHdr #headerblank #loginbox .textfield {
	border: 1px solid #999999;
	height: 16px;
	width: 95%;
}.twoColFixLtHdr #containernobkgd #mainContent .fullcol .block tr {
	vertical-align: top;
}
.twoColFixLtHdr .boldred {
	font-weight: bold;
	color: #FF0000;
}
.twoColFixLtHdr .boldredlg {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.1em;
}
.twoColFixLtHdr .boldgreen {
	font-weight: bold;
	color: #006600;
}
.twoColFixLtHdr .notbold {
	font-weight: normal;
	font-size: 8px;
	font-style: italic;
	text-decoration: none;
	margin-top: 3px;
}
.twoColFixLtHdr #containernobkgd #mainContent .fullcol .block img {
	border-width: 0px;
}
.twoColFixLtHdr #containernobkgd #mainContent .fullcol .block input[type=text] {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #999999;
	font-size: 11px;
}
.twoColFixLtHdr #containernobkgd #mainContent .fullcol .block input[type=password] {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #999999;
	font-size: 11px;
}
.twoColFixLtHdr .fullcol .block .div2 {
	margin-top: 20px;
}
#siteseal {
	margin: 15px 0px;
}
#siteseal img {
	padding: 5px;
	background-color:#FFFFFF;
}

