/* general tag styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background: #333;
	padding: 0;
	border-top: 3px solid #999;
	margin: 0;
	text-align: center;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #069;
	text-decoration: underline;
}

a:active {
	color: #069;
	text-decoration: none;
}

a.nm:link, a.nm:visited, a.nm:hover, a.nm:active {
	color: #333;
	text-decoration: none;
}

p, td, li, dt, label {
	font-size: .7em;
	line-height: 130%;
}

p.small, li.small, td.small {
	font-size: .6em;
}

li p, li li, td p, td td {
	font-size: 1em;
}

li p.small, td p.small {
	font-size: .8em;
}

td, dl, li, form, div, img {
	padding: 0;
	border: 0;
	margin: 0;
}

ul {
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
}

ul ul {
	padding: 5px 0 5px 0;
}

ul li {
	list-style: none;
	vertical-align: top;
	background: url(/images/gen-bullet.gif) top left no-repeat;
	padding: 0 0 3px 10px;
}

ul.pad5b li {
	padding: 0 0 5px 10px;
}

ol li {
	padding: 3px 0 5px 0;
}

ol ol li {
	list-style-type: lower-roman;
}

ol li p, ul li p {
	padding: 0;
}

li, td {
	line-height: 130%;
}

p, h1, h2, h3, h4, h5, h6 {
	line-height: 130%;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
}

h1 {
	color: #069;
	font-size: 1.2em;
	padding: 0 0 3px 0;
	border-bottom: 3px solid #069;
	margin: 0 0 15px 0;
}

h1 a.nm:link, h1 a.nm:visited, h1 a.nm:hover, h1 a.nm:active {
	color: #069;
	text-decoration: none;
}

/* UPDATED 04/09 */
h2 {
	color: #000;
	font-size: 1.1em;
}

h2.bullet {
	background: url(/images/gen-bullet-lg.gif) top left no-repeat;
	padding: 0 0 9px 13px;
	border-bottom: 3px solid #e0ecf7;
	margin: 0 0 10px 0;
}

h2.bullet-null {
	padding: 0 0 9px 0;
	border-bottom: 3px solid #e0ecf7;
	margin: 0 0 10px 0;
}

h2.prize{
	padding: 10px 0 9px 0;
	border-bottom: 3px solid #e0ecf7;
	margin: 0 0 10px 0;
	font-size: 1.05em;
}

h2.bullet-null a {
	font-size: 0.6em;
	font-weight: normal;
}

h3 {
	font-size: .8em;
}

h4 {
	font-size: .7em;
}

h4 a:link, h4 a:visited, h4 a:active, h4 a:hover {
	color: #333;
}

h5 {
	font-size: .7em;
}

h6 {
	font-size: .6em;
}

/* ADDED 04/09 */
h6 span {
	font-weight: normal;
}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding: 0;
	border: 0;
	margin: 0;
}

input.border, select.border {
	border: 1px solid #dfdfdf;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

label {
	color: #666;
	font-weight: bold;
}

p label {
	font-size: 1em;
}

label span {
	font-weight: normal;
}


/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}


/* floated images */

.img-left {
	float: left;
	padding: 0;
	margin: 2px 12px 5px 0;
}

.img-right {
	float: right;
	padding: 0;
	margin: 2px 0 5px 12px;
}

.img-left-caption {
    float: left;
    padding: 0;
    margin: 2px 12px 10px 0;
}

.img-left-caption p {
	color: #666;
    padding: 3px 3px 0 0;
    margin: 0;
}

.img-right-caption {
    float: right;
    padding: 0;
   	margin: 0 0 10px 12px;
}

.img-right-caption p {
	color: #666;
    padding: 3px 3px 0 0;
    margin: 0;
}


/* clear float */

div.clearit {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
}

p.clearit {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}


/* horizontal divider */

div.h-divider {
	font-size: 1px;
	line-height: 1px;
	background: url(/images/h-divider.gif) top left repeat-x;
	padding: 1px 0 0 0;
}

/* ADDED 04/09 */
div.h-divider-blue {
	font-size: 1px;
	line-height: 1px;
	background: url(/images/h-divider-blue.gif) top left repeat-x;
	padding: 1px 0 0 0;
}

p.h-divider {
	font-size: 1px;
	line-height: 1px;
	background: url(/images/h-divider.gif) top left repeat-x;
	padding: 1px 0 10px 0;
}

p.h-divider-pad5b {
	font-size: 1px;
	line-height: 1px;
	background: url(/images/h-divider.gif) top left repeat-x;
	padding: 1px 0 5px 0;
}



/* outer container */ 

#outer-container {
	position: relative;
	text-align: left; 
	width: 1006px;
	padding: 0 32px 32px 32px;
	margin: 0 auto;
}


/* top utility nav */

#util {
	color: #ffffff;
	text-align: right;
	padding: 8px 36px;
}

#util a:link, #util a:visited, #util a:active {
	color: #fff;
	text-decoration: none;
}

#util a:hover {
	color: #fff;
	text-decoration: underline;
}


/* inner container */ 

#inner-container {
	background: #ffffff url(/images/inner-top.gif) top right no-repeat;
	padding: 26px 17px 0 17px;
	margin: 0;
}


/* logo & main navigation */ 

#logo-nav {
	float: left;
	width: 780px;
	overflow: hidden;
}

/* UPDATED 04/09 */
#logo {
	color: #069;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 35px 0;
}

#logo a, #logo a:visited, #logo a:hover{
	text-decoration: none;
}

/* UPDATED 04/09 */

#header {
	background: url(/images/nav-bg.jpg) bottom left repeat-x;
	padding: 0 0 4px 0;
	margin: 0 0 2px 0;
}

#logo img {
	margin: 0 25px -15px 0;
}

#nav {
	margin: 0 0 -1px 0;
}

#nav a:link, #nav a:visited, #nav a:active, #nav a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav p {
	float: left;
	font-size: .8em;
	padding: 13px 39px;
	margin: 0 2px 0 0;
	overflow: hidden;
}

#nav p.nav-off {
	background: #006ba1 url(/images/nav-back-off.jpg) top left repeat-x;
}

#nav p.nav-on {
	background: #073f60 url(/images/nav-back-on.jpg) top left repeat-x;
}

#nav p.nav-select {
	background: #073f60 url(/images/nav-back-select.jpg) top left repeat-x;
}

#nav p#edu {
	width: 110px;
	margin: 0;
}

#nav p.nav-edu-off {
	background: #006ba1 url(/images/nav-edu-back-off.jpg) top right no-repeat;
}

#nav p.nav-edu-on {
	background: #073f60 url(/images/nav-edu-back-on.jpg) top right no-repeat;
}

#nav p.nav-edu-select {
	background: #073f60 url(/images/nav-edu-back-on.jpg) top right no-repeat;
}


/* right utility navigation */ 

#rnav {
	float: left;
	width: 180px;
	padding: 65px 0 0 0;
	overflow: hidden;
	text-align: right;
}

#rnav a {
	color: #006699;
}

#rnav-signin, #rnav-shop, #rnav-join {
	padding: 0 0 3px 0;;
}

#rnav-signin img , #rnav-shop img , #rnav-join img {
	margin-bottom: -5px;
}

#rnav-util {
	color: #069;
	padding: 21px 0 0 0;
}


/* search bar */

/* UPDATED 04/09 */
#srch {
	color: #fff;
	font-weight: bold;
	width: 932px;
	background: #159ecc url(/images/search-back.jpg) bottom left repeat-x;
	padding: 10px 20px 14px 20px;
	margin: -2px 0 1px 0;
}

#srchterm {
	width: 280px;
	padding: 1px 2px;
	margin: 0 9px;
}

#srch a:link, #srch a:visited, #srch a:active, #srch a:hover, #srch span {
	color: #fff;
	font-weight: normal;
}

#srch #srchgo-r a {
	font-weight: bold;
	text-decoration: none;
}
	

/* content areas */

.content-l {
	float: left;
	width: 198px;
	padding: 0 13px 0 0;
	overflow: hidden;
}

.content-c {
	float: left;
	width: 559px;
	overflow: hidden;
}

/* UPDATED 04/09 */
.content-c-pad {
	float: left;
	width: 540px;
	padding: 0 19px 15px 0;
	overflow: hidden;
}

.content-lc {
	float: left;
	width: 770px;
	padding: 0 10px 0 0;
}

.content-lc-bottom {
	float: left;
	width: 770px;
	background: url(/images/content-lc-bottom-back.gif) top left repeat-y;
	margin: 0 10px 0 0;
	overflow: hidden;
}

.content-lc-lnav {
	float: left;
	width: 770px;
	background: url(/images/content-lc-lnav-back.gif) top left repeat-y;
	margin: 0 10px 0 0;
	overflow: hidden;
}

.content-r {
	float: left;
	width: 192px;
	overflow: hidden;
}

.content-10-101 {
	float: right;
	width: 101px;
	margin: 0 0 0 10px;
	overflow: hidden;
}

.content-10-101-left {
	margin: 0 111px 0 0;
}

/* UPDATED 04/09 */
.content-75-10 {
	float: left;
	width: 75px;
	margin: 0 10px 0 0;
	overflow: hidden;
}

/* UPDATED 04/09 */
.content-5-10-right {
	margin: 0 0 0 85px;
}

.content-101-10 {
	float: left;
	width: 101px;
	margin: 0 10px 0 0;
	overflow: hidden;
}

.content-101-10-right {
	margin: 0 0 0 111px;
}

.content-101-10-right-dropdown-right {
	width: 400px;
	margin: 0 0 0 111px;
}

/* UPDATED 04/09 */
.content-145-25 {
	float: left;
	width: 145px;
	margin: 0 15px 0 0;
	overflow: hidden;
}

.content-160-17 {
	float: left;
	width: 160px;
	margin: 0 17px 0 0;
	overflow: hidden;
}

.content-160-17-right {
	margin: 0 0 0 177px;
}

.content-24-184 {
	float: right;
	width: 184px;
	margin: 0 0 0 24px;
	overflow: hidden;
}

.content-24-184-left {
	margin: 0 208px 0 0;
}

.content-184-24 {
	float: left;
	width: 184px;
	margin: 0 24px 0 0;
	overflow: hidden;
}

.content-184-24-right {
	margin: 0 0 0 208px;
}

.content-262-16 {
	float: left;
	width: 262px;
	margin: 0 16px 0 0;
	overflow: hidden;
}

.content-355-20 {
	float: left;
	width: 355px;
	margin: 0 20px 0 0;
	overflow: hidden;
}

.content-355 {
	float: left;
	width: 355px;
	overflow: hidden;
}

.content-360 {
	float: left;
	width: 360px;
	overflow: hidden;
}

.content-3-355 {
	float: left;
	width: 355px;
	padding: 0 0 0 3px;
	overflow: hidden;
}

.content-361-10 {
	float: left;
	width: 361px;
	margin: 0 10px 0 0;
	overflow: hidden;
}

.content-2col-l {
	float: left;
	width: 343px;
	background: url(/images/v-divider.gif) top right repeat-y;
	padding: 0 15px 0 0;
	overflow: hidden;
}

.content-2col-r {
	float: left;
	width: 342px;
	padding: 0 0 0 18px;
	overflow: hidden;
}

.content-3col {
	float: left;
	width: 200px;
	padding: 0 40px 0 0;
	overflow: hidden;
}

.content-callout-280-r {
	float: right;
	width: 280px;
	padding: 0 0 0 20px;
}

.content-callout-280-r-indent {
	background: #fff url(/images/content-callout-280-back.gif) top left repeat-y;
	padding: 5px 17px 0 17px;
}

.content-callout-356-r {
	float: right;
	width: 356px;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}

.content-callout-356 {
	float: right;
	width: 356px;
	padding: 0;
	margin: 0 0 10px 0;
}

.content-callout-730-indent {
	background: #fff url(/images/content-callout-730-back.jpg) top left repeat-y;
	padding: 0 14px 10px 14px;
}

.content-callout-356-indent {
	background: #fff url(/images/content-callout-356-back.gif) top left repeat-y;
	padding: 0 14px;
}

.content-callout-356-2-l {
	float: left;
	width: 147px;
	background: url(/images/v-divider.gif) top right repeat-y;
	padding: 0 8px 0 0;
}

.content-callout-356-2-r {
	float: left;
	width: 150px;
	padding: 0 0 0 13px;
}

.content-callout-356 h5 {
	font-weight: normal;
	padding: 0 0 5px 7px;
}

.content-callout-356 ul {
	padding: 0;
}


/* home page */

#home-feature {
	width: 730px;
	height: 328px;
	border-bottom: 1px solid #ececec;
	margin: 0 0 12px 0;
}

.content-home-l {
	float: left;
	width: 731px;
	padding: 0 10px 0 0;
	overflow: hidden;
}

.content-home-r {
	float: left;
	width: 231px;
	overflow: hidden;
}

.content-home-l div.content-101-10-right {
	width: 225px;
}

/* ADDED 04/09 */
.home-boxes-top {
	width: 731px;
	/* min-height: 310px; */
	background: url(/images/home-boxes-top-back.gif) top left repeat-y;
}

.home-boxes {
	width: 731px;
	background: url(/images/home-boxes-back.gif) top left repeat-y;
}

/* ADDED 04/09 */
.home-box-top-l, .home-box-top-r {
	background: #fff;
	margin: 0 1px;
}

/* ADDED 04/09 */
.content-home-l h4 {
	font-size: .7em;
}

/* ADDED 04/09 */
.content-home-l h6 {
	font-size: .7em;
	font-weight: normal;
}

/* ADDED 04/09 */
.content-home-l p.arrow-link, .content-home-l ul.arrow-link li {
	font-size: .7em;
}

.home-link-box {
	padding: 0 16px 10px 16px;
}

.home-link-box p {
	padding: 0;
}


/* diagonal sub headers */

.diag-sub a.sub-off:link, .diag-sub a.sub-off:visited, .diag-sub a.sub-off:active {
	color: #fff;
	text-decoration: none;
}

.diag-sub a.sub-off:hover {
	color: #fff;
	text-decoration: underline;
}

.diag-sub a.sub-on:link, .diag-sub a.sub-on:visited, .diag-sub a.sub-on:active, .diag-sub a.sub-on:hover {
	color: #333;
	text-decoration: none;
}

.diag-sub a.sub-off:hover {
	color: #fff;
	text-decoration: underline;
}

#sub1, #sub2, #sub3, #sub4, #sub5, #sub6 {
	display: none;
}

.sub-bottom {
	margin-bottom: -90px;
}


/* bread crumb */

#crumb {
	color: #666;
	font-size: .6em;
	padding: 5px 20px 7px 20px;
}

#crumb a:link, #crumb a:visited, #crumb a:active, #crumb a:hover {
	color: #666;
}


/* left navigation */

#lnav {
	width: 160px;
	padding: 7px 30px 0 21px;
}

#lnav h3 {
	background: url(/images/lnav-bullet.gif) top left no-repeat;
	padding: 0 0 0 13px;
}

li.lnav-divider {
	font-size: 1px;
	line-height: 1px;
	background: url(/images/lnav-divider.gif) top left repeat-x;
	margin: 5px 0;
}

#lnav ul ul {
	padding: 6px 0 0 13px;
	display: none;
}

#lnav ul li.lnav {
	font-weight: bold;
	background: none;
	padding: 0 0 3px 13px;
}

#lnav ul li.lnav a {
	color: #069;
}

#lnav ul li.lnav1 {
	font-weight: bold;
	background: url(/images/lnav-plus.gif) top left no-repeat;
	padding: 0 0 3px 0;
}

#lnav ul li.lnav1 a {
	color: #069;
	padding: 0 0 0 13px;
	display: block;
}

#lnav ul li.lnav2 {	
	font-weight: normal;
	background: url(/images/lnav-arrow.gif) top left no-repeat;
	padding: 0 0 3px 0;
}

#lnav ul li.lnav2-last {	
	font-weight: normal;
	background: url(/images/lnav-arrow.gif) top left no-repeat;
	padding: 0;
}

#lnav ul li.lnav2 a, #lnav ul li.lnav2-last a {
	color: #069;
	padding: 0 0 0 9px;
	display: block;
}


/* calllouts */

/* UPDATED 04/09 */
.hdr-callout {
	color: #fff;
	background: #767676;
	padding: 7px 14px;
}

/* UPDATED 04/09 */
.hdr-callout-top {
	color: #fff;
	background: #767676 url(/images/hdr-callout-top-back.gif) top right no-repeat;
	padding: 7px 14px;
}

/* UPDATED 04/09 */
.hdr-callout-gradient {
	color: #333;
	background: url(/images/hdr-callout-gradient-back.jpg) top left no-repeat;
	padding: 4px 14px;
}

/* UPDATED 04/09 */
.hdr-callout-blue {
	color: #fff;
	background: #1c84a9;
	padding: 7px 14px;
}

/* UPDATED 04/09 */
.callout-indent {
	background: #fff;
	padding: 12px 5px 15px 14px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/* UPDATED 04/09 */
.callout-indent-bottom {
	background: #fff;
	padding: 12px 5px 15px 14px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 0 8px 0;
}

/* UPDATED 04/09 */
.callout-indent-bottom-short {
	color: #000;
	background: #fff;
	padding: 12px 5px 15px 14px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 0 8px 0;
}

/* UPDATED 04/09 */
.callout-indent-gray {
	color: #000;
	background: #e6ecf0;
	padding: 12px 5px 5px 14px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 0 8px 0;
}

/* UPDATED 04/09 */
.callout-underline {
	font-weight: normal;
	padding: 0 14px 2px 14px;
	border-bottom: 3px solid #297fc6;
	margin: 0 0 5px 0;
}

/* UPDATED 04/09 */
.callout-indent-blue {
	color: #333;
	background: #e7ecf0;
	padding: 12px 5px 5px 14px;
	border-right: 1px solid #39c;
	border-bottom: 1px solid #39c;
	border-left: 1px solid #39c;
	margin: 0 0 8px 0;
}

/* UPDATED 04/09 */
.callout-blue-top {
	color: #333;
	background: #fff;
	padding: 12px 5px 5px 14px;
	border-top: 3px solid #297fc6;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 0 8px 0;
}


/* footer */

#footer {
	padding: 7px 0;
	border-top: 5px solid #069;
}

#footer p {
	color: #666;
	font-size: .6em;
	padding: 0 0 3px 0;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

#footer-l {
	float: left;
}

#footer-r {
	float: right;
	width: 139px;
}


/* boxes */

.box {
	background: #fff;
	border: 1px solid #ccc;
}

.box-20-bottom {
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
}

/* ADDED 04/09 */
.box-indent-home {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-bottom: none;
	width: 729px;
	margin: 0 0 10px 0;
}

.box-indent-home .indent {
	padding: 10px 10px 0 10px;
	background: url(/images/h-divider.gif) bottom left repeat-x;
}

.box-indent-home .indent-bottom {
	padding: 10px 10px 0 10px;
	background: url(/images/feat-bg.jpg) bottom left repeat-y;
	border-bottom: 1px solid #CCCCCC;
}

.box-indent-home .indent-bottom .arrow-link {
	padding: 0 0 5px 0;
}

.box-indent {
	padding: 10px 10px 0 10px;
}

.boxes-375 {
	background: #fff url(/images/boxes-375-back.gif) top left repeat-y;
}

.boxes-375-indent {
	padding: 2px 19px;
}

.box-375-10 {
	float: left;
	width: 375px;
	padding: 0 9px 0 0;
	overflow: hidden;
}


/* padding */

.pad5b {
	padding: 0 0 5px 0;
}

.pad7b {
	padding: 0 0 7px 0;
}

/*ADDED 04/09 */
.div-pad3b {
	padding: 0 0 3px 0;
}

/*ADDED 04/09 */
.div-pad3b h3, .div-pad3b h4, .div-pad3b h5, .div-pad3b h6, .div-pad3b p, .div-pad3b ul {
	padding: 0 0 3px 0;
}

.div-pad5b {
	padding: 0 0 5px 0;
}

.div-pad5b h3, .div-pad5b h4, .div-pad5b p, .div-pad5b ul {
	padding: 0 0 5px 0;
}


/* arrow link */

p.arrow-link {
	background: url(/images/arrow-link.gif) top left no-repeat;
}

p.arrow-link-no-pad {
	background: url(/images/arrow-link.gif) top left no-repeat;
	padding: 0;
}

p.arrow-link-pad5b {
	background: url(/images/arrow-link.gif) top left no-repeat;
	padding: 0 0 5px 0;
}

p.arrow-link-callout {
	background: url(/images/arrow-link-callout.gif) top left no-repeat;
}

p.arrow-link-callout-small {
	font-size: .6em;
	background: url(/images/arrow-link-callout.gif) top left no-repeat;
}

p.arrow-link a, p.arrow-link-no-pad a, p.arrow-link-pad5b a, p.arrow-link-callout a, p.arrow-link-callout-small a {
	padding: 0 0 0 7px;
	display: block;
}

ul.arrow-link li {
	background: url(/images/arrow-link.gif) top left no-repeat;
	padding: 0 0 3px 0;
	zoom: 1;
}

ul.arrow-link-callout li {
	background: url(/images/arrow-link-callout.gif) top left no-repeat;
	padding: 0 0 3px 0;
}

ul.arrow-link-callout-small li {
	font-size: .7em;
	background: url(/images/arrow-link-callout.gif) top left no-repeat;
	padding: 0 0 3px 0;
}

ul.arrow-link li a, ul.arrow-link-callout li a, ul.arrow-link-callout-small li a {
	padding: 0 0 0 7px;
	display: block;
}

ul.bullet {
	list-style: none;
}

ul.bullet li {
	background: url(/images/bullet.gif) top left no-repeat;
	padding: 0 0 3px 10px;
	font-weight: bold;
}

/* left search */

#srchlft {
	width: 172px;
	background: url(/images/srchlft-back.gif) top left repeat-y;
	padding: 10px 10px 0 10px;
	margin: 0 14px 0 5px;
}

/* ADDED 04/09 */
#srchlft-hdr-top {
	color: #fff;
	font-weight: bold;
	line-height: 10px;
	width: 159px;
	background: #3485ae url(/images/mincal-hdr-top.gif) top right no-repeat;
	padding: 7px 16px 0 16px;
	margin-left: 6px;
}

.srchlft-hdr {
	line-height: 10px;
	background: url(/images/srchlft-hdr-back.gif) top left repeat-y;
	padding: 0 16px;
	margin-left: 5px;
}

#srchlft select {
	width: 170px;
	border: 1px solid #ccc;
}

.w80 {
	width: 80px;
}

#srchlft select.w80 {
	width: 80px;
	border: 1px solid #ccc;
}

#srchlft input#srchlftgo {
	width: 74px;
	border: 0;
}

#srchlft-city, #srchlft-keywords {
	width: 166px;
	padding: 1px 2px;
	border: 1px solid #ccc;
}


/* content calendar */

#content-cal {
	float: right;
	border-bottom: 1px solid #dfdbdb;
	margin: 0 0 10px 20px;
}

#content-cal-left {
	margin: 0 220px 0 0;
}

#mincal-month {
	color: #fff;
	font-weight: bold;
}

#mincal th {
	color: #5d8ebb;
}

#mincal td, #mincal th {
	font-size: 10px !important;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 5px 3px;
}

#mincal td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#mincal td.norm, #mincal td.empty {
	background: #e6ecf0;
}

#mincal td.mincal-first, #mincal td.empty-first {
	background: #e6ecf0;
	border-left: 1px solid #dfdbdb;
}

#mincal td.mincal-last, #mincal td.empty-last {
	background: #e6ecf0;
	border-right: 1px solid #dfdbdb;
}


#mincal td.norm a:link, #mincal td.norm a:visited, #mincal td.norm a:active, #mincal td.norm a:hover, #mincal td.mincal-first a:link, #mincal td.mincal-first a:visited, #mincal td.mincal-first a:active, #mincal td.mincal-first a:hover, #mincal td.mincal-last a:link, #mincal td.mincal-last a:visited, #mincal td.mincal-last a:active, #mincal td.mincal-last a:hover {
	color: #829bac;
	text-decoration: none;
	cursor: default;
}

#mincal td.select, #mincal td.mincal-first-select, #mincal td.mincal-last-select {
	background: #a1bfd8;
}

#mincal td.select a, #mincal td.mincal-first-select a, #mincal td.mincal-last-select a {
	color: #fff;
}

#mincal td.empty a, #mincal td.empty-first a, #mincal td.empty-last a {
	cursor: default;
}

#mincal th.mincal-first {
	border-left: 1px solid #dfdbdb;
}

#mincal th.mincal-last {
	border-right: 1px solid #dfdbdb;
}

#mincal td#instructions {
	font-size: 9px !important;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	border-right: 1px solid #dfdbdb;
	border-left: 1px solid #dfdbdb;
}

#mincal-mo {
	border: 1px solid #dfdbdb;
}

#mincal-mo td {
	background: #3485ae;
	padding: 8px 7px;
	border: 0;
}

#mincal-mo td#mincal-next {
	background: #3485ae url(/images/mincal-hdr-top.gif) top right no-repeat;
}

#cal-rollover {
	position: absolute;
	width: 180px;
	z-index: 1000;
	display: none;
}

#cal-rollover div {
	width: 135px;
	background: url(/images/cal-rollover-back.png) top left no-repeat;
	padding: 0 17px 0 28px;
}

#cal-rollover h4 {
	color: #6bb735;
}


/* buttons */

.button19-l {
	float: left;
	width: 12px;
	height: 19px;
	padding: 0;
	padding: 0 0 10px 0;
}

.button19-r {
	float: left;
	font-size: 12px !important;
	line-height: 12px !important;
	height: 14px;
	background: url(/images/button-19-r-off.gif) top right no-repeat;
	padding: 3px 0 3px 0;
	margin: 0 0 10px 0;
}

.button19-r a:link, .button19-r a:visited, .button19-r a:active, .button19-r a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 14px 3px 0;
}

.button-24-l {
	float: left;
	width: 12px;
	height: 24px;
	padding: 0 0 10px 0;
}

.button-24-r {
	float: left;
	font-size: 12px !important;
	line-height: 12px !important;
	height: 19px;
	background: url(/images/button-24-r-off.gif) top right no-repeat;
	padding: 5px 0 3px 0;
	margin: 0 0 5px 0;
}

.button-24-r a:link, .button-24-r a:visited, .button-24-r a:active, .button-24-r a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 14px 3px 0;
}

.button-34-l {
	float: left;
	width: 12px;
	height: 34px;
	padding: 0 0 10px 0;
}

.button-34-r {
	float: left;
	font-size: 12px !important;
	line-height: 12px !important;
	height: 19px;
	background: url(/images/button-34-r-off.gif) top right no-repeat;
	padding: 10px 0 5px 0;
	margin: 0 0 10px 0;
}

.button-34-r a:link, .button-34-r a:visited, .button-34-r a:active, .button-34-r a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 14px 10px 0;
}

#srchgo {
	position: absolute;
	margin: -18px 0 0 690px;
}

/* UPDATED 04/09 */
.content-home-r #joinit {
	position: absolute;
	margin: 0 0 0 31px;
	text-align: center;
}

/* ADDED 04/09 */
.content-r #joinit {
	position: absolute;
	margin: 0 0 0 12px;
	text-align: center;
}

/* UPDATED 04/09 */
.content-home-r #renewit {
	position: absolute;
	margin: 0 0 0 91px;
}

/* ADDED 04/09 */
.content-r #renewit {
	position: absolute;
	margin: 0 0 0 72px;
}

#myieee {
	position: absolute;
	margin: 0 0 20px 10px;
}

/* ADDED 04/09 */
#careersrch-l1 {
	float: left;
	width: 240px;
	margin-top: 4px;
}

/* ADDED 04/09 */
#careersrch-container {
	float: right;
	width: 80px;
}

/* ADDED 04/09 */
#edsrch-l1 {
	float: left;
	width: 240px;
	margin-top: 4px;
}

/* ADDED 04/09 */
#edsrch-container {
	float: right;
	width: 80px;
}


/* misc */

img.border {
	border: 1px solid #fff;
}

img.inline2 {
	margin-bottom: -2px;
}

img.inline3 {
	margin-bottom: -3px;
}

img.inline4, input.inline4 {
	margin-bottom: -4px;
}

#course {
	width: 218px;
	border: 1px solid #ccc;
}

p.framed {
	padding: 0;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}

p.intro-240 {
	float: left;
	font-size: .8em;
	width: 240px;
}

p.intro-350 {
	float: left;
	font-size: .8em;
	width: 350px;
}

p.intro-350-20 {
	float: left;
	font-size: .8em;
	width: 350px;
	padding: 0 20px 0 0;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.error {
	color: #c00;
	font-weight: bold;
	display: block;
}

.dropdown-r {
	float: right;
	width: 190px;
	padding: 2px 0 10px 20px;
}

.dropdown-r select {
	width: 190px;
}

.gradient-l {
	background: url(/images/gradient-l.gif) top right repeat-y;
}

.gradient-r {
	background: url(/images/gradient-r.gif) top left repeat-y;
}

.gray {
	color: #dbdbdb;
}

.hdr-bar1 {	
	color: #fff;
	background: url(/images/hdr-bar1-back.gif) top right no-repeat;
	padding: 6px 11px;
	border-bottom: 3px solid #5187a5;
}

/* ADDED 04/09 */
.hdr-bar1-1 {	
	color: #fff;
	background: url(/images/hdr-bar1-back.gif) top right no-repeat;
	padding: 6px 11px;
	border-bottom: 3px solid #5187a5;
	margin-right: -1px;
}

/* UPDATED 04/09 */
.hdr-underline {	
	background: transparent url(/images/hdr-underline-back.gif) bottom left no-repeat;
	padding: 4px 11px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: -1px;
}

.hide {
	display: none;
}

.indent7 {
	padding-left: 7px;
}

.ko {
	color: #fff;
}

.logo-right {
	float: right;
	padding: 0 40px 10px 30px;
}

.normal {
	font-weight: normal;
}

.no-pad {
	padding: 0;
	margin: 0;
}

.no-wrap {
	white-space: nowrap;
}

.note {
	color: #666;
	font-size: .65em;
}

.right {
	text-align: right;
}



/* ADDED AFTER 01/26/09 */

.box-930 {
	width: 894px;
	background: url(/images/box-930-back.gif) top left repeat-y;
	padding: 10px 18px 0 18px;
}

.box-lr-top {
	background: url(/images/box-lr-top-back.gif) top left no-repeat;
}

.callout-img174 {
	width: 176px;
	padding: 0;
	border: 1px solid #ccc;
	margin: 0 0 10px 3px;
}

.content-lr {
	width: 972px;
}

.footnote {
	padding: 0 0 10px 0;
}

.footnote p {
	font-size: .6em;
	padding: 0 0 3px 0;
}

.gray999 {
	color: #999;
}

h1 span {
	font-weight: normal;
}

h2 span {
	font-weight: normal;
}

.h2-r {
	float: right;
	padding: 0 10px;
	margin-top: -38px;
}

input.border-blue, select.border-blue {
	border: 1px solid #69c;
}

.intro {
	font-size: .8em;
}

.join-l {
	float: left;
	padding: 0 20px 0 0;
}

.join-r {
	float: left;
	width: 375px;
}

p.arrow-link-null {
	background: url(/images/arrow-link-null.gif) top left no-repeat;
	padding: 0 0 10px 7px;
}

p.arrow-link-null-no-pad {
	background: url(/images/arrow-link-null.gif) top left no-repeat;
	padding: 0 0 0 7px;
}

p.arrow-link-null-pad3b {
	background: url(/images/arrow-link-null.gif) top left no-repeat;
	padding: 0 0 3px 7px;
}

p.arrow-link-null-pad5b {
	background: url(/images/arrow-link-null.gif) top left no-repeat;
	padding: 0 0 5px 7px;
}

p.pdf-link {
	background: url(/images/icon-pdf.gif) top left no-repeat;
	padding: 0 0 10px 19px;
}

p.video-link {
	background: url(/images/icon-video.gif) top left no-repeat;
	padding: 0 0 10px 22px;
}

.pad3b {
	padding: 0 0 3px 0;
}

.pagination-bottom {
	color: #999;
	font-weight: bold;
	text-align: center;
	background: url(/images/h-divider.gif) top left repeat-x;
	padding: 10px;
	border-bottom: 3px solid #e0ecf7;
	margin: 0 0 15px 0;
}

.pagination-top {
	color: #999;
	font-weight: bold;
	text-align: center;
	background: url(/images/h-divider.gif) bottom left repeat-x;
	padding: 5px 10px 10px 10px;
	margin: -7px 0 15px 0;
}

.pagination span, .pagination-top span, .pagination-bottom span {
	color: #000;
}

.radio-left {
	float: left;
	width: 20px;
}

#search label {
	font-size: 1.2em;
}

#srchgo2 {
	position: relative;
	padding: 0 0 0 20px;
	margin: -28px 0 0 660px;
}

#search #terms {
	width: 310px;
	padding: 1px 2px;
	margin: 0 10px 0 12px;
}

.span069 {
	color: #069;
}

td.pad10 {
	padding: 10px 10px 0 10px;
}

td.pad10-top {
	padding: 0 10px;
}

td.pad10-right {
	text-align: right;
	padding: 10px 10px 0 10px;
}

td.pad10-top-right {
	text-align: right;
	padding: 0 10px;
}

tr.even {
	background: #f3f6f8 url(/images/h-divider.gif) bottom left repeat-x;
}

tr.odd {
	background: #fff url(/images/h-divider.gif) bottom left repeat-x;
}

ul.arrow-link li.arrow-link-null {
	background: url(/images/arrow-link-null.gif) top left no-repeat;
	padding: 0 0 3px 7px;
}

ul.arrow-link-null li {
	background: url(/images/arrow-link-null.gif) top left no-repeat;
	padding: 0 0 3px 7px;
}

#what {
	width: 220px;
	margin: 0 10px 0 0;
}

.w100-50b {
	width: 100%;
	margin-bottom: 50px;
}

#zip {
	width: 60px;
	padding: 1px 2px;
}

#zipgo {
	position: relative;
	margin: -28px 0 0 175px;
}


/* ADDED AFTER 02/16/09 */

.content-145-right {
	float: left;
	width: 145px;
	margin: 0;
	overflow: hidden;
}


/* UPDATED AFTER 02/16/09 */

.box-10-375 {
	float: right;
	width: 375px;
	padding: 0 0 0 10px;
	overflow: hidden;
}

.box-lc {
	width: 769px;
	background: #fff url(/images/box-lc-back.gif) top right no-repeat;
	margin-left: 1px;
	padding: 0 0 5px 0;
}

#box-lc-single {
	background: #fff url(/images/box-lc-top-back.gif) top right no-repeat;
}

#box-lc-cols {
	background: #fff url(/images/bg-white.jpg) top left repeat-y;
}

.box-lc-top {
	width: 769px;
	background: #fff url(/images/box-lc-top-back.gif) top right no-repeat;
	margin-left: 1px;
	padding: 0;
}

.content-80-5 {
	float: left;
	width: 80px;
	margin: 0 5px 0 0;
	overflow: hidden;
}

.content-80-5-right {
	margin: 0 0 0 85px;
}

.content-lr-lnav {
	width: 972px;
	background: url(/images/content-lr-lnav-back.gif) top left repeat-y;
}

.hdr-callout-blue-top {
	color: #fff;
	background: #1c84a9 url(/images/hdr-callout-blue-top-back.gif) top right no-repeat;
	padding: 7px 16px;
}

/* img, div { 
	behavior: url(../iepngfix.htc) 
} */

/* img.semi-trans {
	behavior: url(../iepngfix.htc);
} */

.pagination {
	color: #999;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px 0 221px;
	margin: 0;
}

.radio-right {
	width: 90%;
	margin: 0 0 0 20px;
}

#srchwhere {
	width: 290px;
	background: #fff;
	margin: 0 105px 0 0;
}


/* UPDATED - ADDED 03/09 */

.alpha a {
	font-weight: bold;
	margin: 0 8px 0 0;
}

.beveled {
	background: url(/images/input-back.gif) top left no-repeat;
	padding: 1px 2px;
	border-top: 1px solid #404040;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #404040;
}

/* UPDATED 04/09 */
.box-c {
	background: #fff url(/images/box-c-back.gif) top right no-repeat;
	padding: 10px 19px 15px 0;
}

.box-lc-indent {
	padding: 12px 19px 10px 19px;
}

/* UPDATED 04/09 */
.box-lc-top-indent {
	padding: 21px 19px 15px 19px;
}

.box-lr-top {
	width: 971px;
	background: #fff url(/images/box-lr-top-back.gif) top right no-repeat;
	border-left: 1px solid #ccc;
}

.box-lr-top-indent {
	padding: 21px 19px 12px 19px;
}

.box-r-full {
	width: 739px;
	background: #fff url(/images/box-r-full-back.gif) top right no-repeat;
	padding: 12px 20px 5px 0;
	margin: 0 1px 0 0;
}

.callout-yellow {
	background: #fc3;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 10px 0 8px 0;
}

.callout-yellow h4 {
	padding: 3px 12px 7px 12px;
	color: #000;
}
	
.callout-indent-yellow {
	background: #ffe98b;
	padding: 12px 8px 15px 12px;
	border: 1px solid #ccc;
}

.callout-yellow-top {
	background: #fc3 url(/images/callout-yellow-top-back.gif) top right no-repeat;
	padding: 4px;
	margin: 0 0 8px 0;
}

.callout-yellow-top h4 {
	padding: 3px 12px 7px 12px;
}

#contact {
	padding: 0 105px 50px 105px;
}

#contact label {
	color:#333;
	font-weight: normal;
}

#contact input, #contact textarea {
	width: 270px;
}

#contact select {
	border: 1px solid #333;
}

#contact p#message {
	color: #900;
	font-weight: bold;
}

#contactsubmit {
	position: absolute;
	margin: 10px 0 0 0;
}

.content-262-20-right {
	float: right;
	margin: 0 0 0 20px;
}

.content-gray {
	width: 972px;
	background: #dbdbdb;
	padding: 0 0 8px 0;
}

.content-white {
	background: url(/images/bg-white.jpg) top left repeat-y;
}

.content-c-3col {
	float: left;
	width: 160px;
	padding: 0 20px 0 0;
	overflow: hidden;
}

.content-r-full {
	float: left;
	width: 759px;
}

.content-r-full-intro {
	width: 740px;
	padding: 0 0 15px 0;
}

.diag-subs {
	width: 100%;
} 

#diag-subs-cal {
	margin-bottom: 1px;
}

.diag-divider {
	width: 23px;
	background: url(/images/diag-divider-off-back.gif) top left repeat-y;
	padding: 0;
}

.diag-sub {
	color: #333;
	font-size: .6em;
	font-weight: bold;
	text-align: center;
	padding: 4px 4px 5px 4px;
	background: #767676;
	overflow: hidden;
}

#diag-sub1 {
	padding: 4px 4px 5px 10px;
}

.diag-sub-right {
	background: #767676; 
	width: 20%;
}

#diag-subs-cal .diag-sub-right {
	background: #767676; 
	width: 70%;
}

#diag-subs-news .diag-sub-right {
	background: #767676; 
	width: 50%;
}

.diag-sub-article {
	float: left;
	width: 81px;
	background: #767676;
	padding: 4px 0 3px 0;
}

.diag-sub-news {
	float: left;
	width: 252px;
	background: #767676;
	padding: 4px 0 3px 0;
}

div.intro-240 {
	float: left;
	width: 240px;
}

div.intro-350 {
	float: left;
	font-size: .8em;
	width: 350px;
}

div.intro-350-20 {
	float: left;
	width: 350px;
	padding: 0 20px 0 0;
}

div.intro-410-20 {
	float: left;
	width: 410px;
	padding: 0 20px 0 0;
}

div.intro-480-15 {
	float: left;
	width: 480px;
	padding: 0 15px 0 0;
}

div.intro-240 p, div.intro-350 p, div.intro-350-20 p, div.intro-410-20 p, div.intro-480-15 p {
	font-size: .8em;
}

.img-left-border {
	float: left;
	padding: 0;
	border: 1px solid #ccc;
	margin: 2px 16px 8px 0;
}

.img-right-border {
	float: right;
	padding: 0;
	border: 1px solid #ccc;
	margin: 2px 0 8px 16px;
}

.inline {
	display: inline;
}

.input-r {
	float: left;
	width: 300px;
	padding: 0 0 10px 0;
}

.intro-indent {
	padding: 0 20px 0 0;
}

.label-l {
	float: left;
	width: 170px;
	padding: 0 10px 10px 0;
}

#nsltr {
	position: absolute;
	margin: 0 0 20px 40px;
}

p.intro-410-20 {
	float: left;
	font-size: .8em;
	width: 410px;
	padding: 0 20px 0 0;
}

.pad2b {
	padding: 0 0 2px 0;
}

.pad5t10b {
	padding: 5px 0 10px 0;
}

.pad5t20b {
	padding: 5px 0 20px 0;
}

.pad10b {
	padding: 0 0 10px 0;
}

.pad15b {
	padding: 0 0 15px 0;
}

.pad20b {
	padding: 0 0 20px 0;
}

.pullquote {
	padding: 20px 20px 10px 20px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
}

.pullquote p {
	font-size: 1.2em;
	text-align: center;
}

.subscribe {
	color: #069;
	font-weight: normal;
	display: inline;
}

#subscribe label {
	color:#333;
	font-weight: normal;
}

#subscribe .box-c input {
	width: 270px;
	border: 1px solid #333;
}

#subscribe p#message {
	color: #900;
	font-weight: bold;
}

#subscribesubmit {
	position: absolute;
	margin: 5px 0 0 0;
}

#title-note {
	float: right;
	margin-top: -35px;
}

#title-send {
	float: right;
	margin-top: -40px;
}

ul.null li {
	list-style: none;
	vertical-align: top;
	background: none;
	padding: 0 0 3px 0;
}

.unsubscribe {
	color: #069;
	font-size: 1em;
	font-weight: normal;
	display: none;
}

/* main calendar */

#cal-full {
	width: 729px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.diag-sub-cal {
	float: left;
	width: 483px;
	background: #767676;
	padding: 4px 0 3px 0;
}

#cal-l {
	float: left;
	width: 517px;
	border-right: 1px solid #ccc;
}

#cal-l-indent {
	padding: 10px;
}

#cal-r {
	float: left;
	width: 211px;
}

#cal-r-indent a {
	padding: 0 2px;
}

#cal-previous, #cal-next {
	margin: 0 40px;
}

#cal {
	width: 507px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	margin: 5px;
}

#cal th {
	color: #5d8ebb;
	font-size: .9em;
	text-align: right;
	padding: 4px 10px 7px 10px;
}

#cal td {
	font-size: .9em;
	font-weight: bold;
	text-align: right;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 10px 8px 25px 8px;
}

#cal td.norm, #cal td.empty  {
	background: #e7edf1;
}

#cal td.norm a:link, #cal td.norm a:visited, #cal td.norm a:active, #cal td.norm a:hover {
	color: #829bac;
	text-decoration: none;
	cursor: default;
}

#cal td.select {
	background: #a1bfd8;
}

#cal td.select a {
	color: #fff;
}

#cal td.empty a {
	cursor: default;
}

#cal-month-bottom {
	font-weight: bold;
	text-align: center;
	width: 709px;
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/* glossary */

#divdesc {
	position: absolute;
	width: 241px;
	top: 430px;
	left: 260px;
	z-index: 1003;
	display: none;
}

#descdiv {
	width: 191px;
	background: url(/images/glossary-back.png) top left no-repeat;
	padding: 0 18px 0 32px;
}

/* sitemap */

.content-callout-433 {
	float: right;
	width: 433px;
	padding: 0;
	margin: 0 0 10px 0;
}

.content-callout-433-indent {
	background: url(/images/content-callout-433-back.gif) top left repeat-y;
	padding: 0 14px;
}

.content-callout-433-2-l {
	float: left;
	width: 200px;
	padding: 0 20px 0 0;
}

.content-callout-433-2-r {
	float: left;
	width: 180px;
}

.content-callout-433 ul {
	padding: 0;
}

.box-970 {
	width: 970px;
	background: #fff url(/images/box-970-back.gif) top right no-repeat;
	border-left: 1px solid #ccc;
	padding: 0 0 5px 0;
}

.box-970-l {
	float: left;
	width: 434px;
	padding: 11px 63px 11px 19px;
	overflow: hidden;
}

.box-970-r {
	float: left;
	width: 434px;
	padding: 11px 00;
	overflow: hidden;
}

.box-730 {
	width: 694px;
	background: url(/images/box-730-back.gif) top left repeat-y;
	padding: 10px 18px 0 18px;
}

#course-srch {
	float: left;
	width: 530px;
}

#srchgo3 {
	float: left;
	width: 160px;
}

#courses #course {
	width: 270px;
	margin: 0 10px 0 12px;
}

#course-advanced {
	padding: 0 0 5px 0;
}

#courses label {
	color: #333;
}

#courses select {
	width: 220px;
}

#coursessubmit {
	position: absolute;
	margin: 10px 0 0 0;
}

.results-l {
	float: left;
	font-weight: bold;
	width: 45%;
	padding: 0 12px 10px 12px;
}

.results-r {
	float: right;
	font-weight: bold;
	text-align: right;
	width: 45%;
	padding: 0 12px 10px 12px;
}

.results-l span, .results-r span {
	font-weight: normal;
}

.course-table {
	width: 100%;
	margin: 0 0 20px 0;
}

.course-table th, .course-table td {
	padding: 10px 10px 0 10px;
}

.course-table th {
	vertical-align: top;
}

.course-table td.yn {
	padding: 10px 10px 0 30px;
}

.course-table td.check {
	padding: 10px 10px 0 40px;
}

a.underline:link, a.underline:visited, a.underline:active, a.underline:hover {
	text-decoration: underline;
}


/* UPDATED 03/24/09 */

.box-info {
	padding: 15px 15px 5px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 0 10px 0;
}

#cal-r-indent {
	padding: 42px 10px 10px 10px;
}

#cal-mo {
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	height: 13px;
	background: #3485ae;
	padding: 8px;
}

#cal-yr {
	position: absolute;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	height: 13px;
	width: 196px;
	background: #3485ae url(/images/hdr-callout-top-back.gif) top right no-repeat;
	padding: 8px;
	margin-right: -1px;
}

.content-262-16-right {
	margin: 0 10px 0 278px;
}

.course-table td {
	vertical-align: middle;
}

ol {
	padding: 0 0 5px 0;
	margin: 0 0 0 22px;
}

ol ol {
	padding: 5px 0;
	margin: 0 0 0 32px;
}

/* ADDED 04/09 */

/* #sub3 div.home-box-top-r p.h-divider {
	padding: 0 0 9px 0;
} */

.img-flush-right {
	float: right;
}

.img-flush-left {
	float: left;
	padding: 0 8px 5px 0;
}

.align-center {
	text-align: center;
}

.grey-box {
	background: #E6ECF0;
	border: 1px solid #DFDBDB;
	padding: 15px 20px 0 15px;
	margin: 0 0 10px 0;
}

.sections {
	background: url(/images/sections-bg.jpg) left top repeat-y;
}

.section-l {
	float: left;
	width: 338px;
}

.section-r {
	float: left;
	width: 338px;
	padding: 0 0 0 20px;
}

.section-l ul, .section-r ul {
	margin: 0;
	padding: 0;
}

.grey {
	color: #666;
}


.contest {
	margin: 10px 0 10px 0
}

.contest th {
	text-align: left;
	padding: 0 0 2px 0;
}

.contest td {
	text-align: left;
	padding: 0 0 10px 0;
}

.contest td input, .contest td textarea {
	border: 1px solid #ccc;
	padding: 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 490px;
}

.contest-l {
	float: left;
	width: 300px;
}

.contest-info th {
	text-align: left;
	padding: 2px 10px 5px 0;
}

.contest-info td {
	padding: 0 27px 5px 0;
}

.contest-info td.nopadd, .contest-info td.rt {
	padding: 0 0 5px 0;
}

.contest-info td input {
	border: 1px solid #ccc;
	padding: 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 225px;
}

.contest-info td textarea {
	border: 1px solid #ccc;
	padding: 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 225px;
	height: 60px;
}

.btn {
	border: none !important;
	padding: 0 !important;
	width: auto !important;
}

.label-error{
	color: #f00;
}

.small-note {
	font-size: 0.6em;
	color: #666 !important;
	font-weight: normal;
}

.contest {
	width: 480px;
	margin: 0 0 20px 100px;
}

#contest-radio {
	margin: 0 0 0 0;
}

.contest th {
	padding: 0 10px 10px 0;
	vertical-align: top;
}

.contest td input, .contest td textarea {
	width: 295px;
	border: 1px solid #DFDFDF;
	border-left: 2px solid #404040;
	border-top: 2px solid #404040;
}

.contest .radio {
	width: auto;
	border: none;
	vertical-align: middle;
}

.contest .radio-label {
	font-size: 1em;
}


.error-message{
	color: #f00;
	font-size: 1em;
	padding: 0 0 4px 0;
	margin: 0;
	line-height: 100%;
}

.finalist {
	margin-bottom: 0;
	padding-top: 12px;
}

.finalist h2 {
	font-size: 1em;
}

.finalist h3 {
	padding-bottom: 0;
}

.finalist-img {
	float: left;
	width: 260px;
	margin: 0 10px 0 0;
}

.finalist-img img {
	float: left;
	margin: 0 11px 3px 0;
}

.finalist .img-flush-right {
	margin-left: 10px;
}

.finalist-descr {
	float: left;
	width: 450px;
}