body {
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
}

table td {
	vertical-align: top;
	font-family: helvetica;
}

a {
	color: #084c8d;
}

a:hover {
	color: #df5e00;
}

hr {
	border: 0;
	height: 1px;
	color: #aaaaaa;
	background: #aaaaaa;
	width: 444px;
}

em, i {
	font-style: italic;
}

b {
	font-style: bold;
}

#wrapper {
	margin: 10px 0 20px 20px;
	width: 750px;
	background-color: white;
}

#head {
	margin: 0;
	border: 0;
	border-collapse: collapse;
	width: 100%;
	height: 132px;
	background-image: url(../images/head_bg.jpg);
	background-color: #4E5F95;
	border-bottom: 6px solid #084c8d;
}

#head_print {
	display: none;
}

#head_bottom_line {
	background-color: #084C8D;
	height: 5px;
	width: 100%;
}

#head td {
	padding: 0;
}

#head_logo {
	margin: 12px 0 0 12px;
}

#head_logo img {
	border: 0;
}

#head_tagline {
	float: right;
	margin-right: 16px;
}

#sub_nav {
	height: 22px;
	color: white;
	margin-top: 36px;
	background-color: #084C8D;
}

#sub_nav #sub_nav_links {
	padding-top: 6px;
}

#sub_nav #sub_nav_links .link_div {
	float: left;
	margin: 0 12px 0 12px;
	font-family: verdana, helvetica;
	font-size: 7pt;
}

#sub_nav #sub_nav_links .link_div a {
	color: white;
	text-decoration: none;
}

#sub_nav #sub_nav_links .link_div a.on {
	font-weight: bold;
}

#sub_nav #search {
	float: right;
	margin-top: 2px;
	margin-right: 4px;
}

#sub_nav #search .search_text {
	border: 1px solid #9C9C9C;
	font-size: 7pt;
	width: 120px;
	color: #444444;
	padding: 1px;
	height: 12px;
}

#sub_nav #search .search_button {
	border: 1px solid #6c6c6c;
	font-size: 7pt;
	width: 50px;
	height: 16px;
	color: white;
	background-color: #7d7d7d;
}

#cols {
	width: 100%;
	height: 300px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

#col_left, #col_left_the_center {
	padding: 45px 0 0 0;
	width: 130px;
}

#col_left {
	background: url(../images/col_left_bg_blue.png) repeat-x #c1d1e7;
}

#col_left_the_center {
	background: url(../images/col_left_bg_orange.png) repeat-x #eca478;
}

#col_left h1, #col_left_the_center h1 {
	font-family: helvetica;
	font-size: 10pt;
	text-align: right;
	margin: 0 16px 10px 0;
	text-transform: uppercase;
}

#col_left h1 a, #col_left h1 a:hover {
	text-decoration: none;
	color: #084c8d;
}

#col_left_the_center h1 a {
 color: #df5e00;
	text-decoration: none;
}

#col_left h1 {
	color: #084c8d;
}

#col_left_the_center h1 {
	color: #df5e00;
}

#col_left_nav {
	font-family: helvetica;
	font-size: 9pt;
	margin: 0 16px 20px 10px;
	font-weight: none;
}

#col_left .section_global_nav_spacer,
#col_left_the_center .section_global_nav_spacer {
	height: 40px;
}

#col_left_nav p {
	margin: 7px 0 7px 0;
	color: #484848;
	text-align: right;
}

#col_left_nav .indent_1 {
	margin-right: 18px;
}

#col_left_nav a {
	text-decoration: none;
	color: #484848;
}

#col_left_nav a.on {
	font-weight: bold;
}

#col_left_nav a:hover {
	color: #df5e00;
}

#col_body {
	padding: 20px 15px 30px 15px;
	font-size: 10pt;
	line-height: 1.1em;	
	/* font-family: 'times new roman'; */
}

/* #col_body_div {
	float: left;
	background: green;
} */

#col_body ul, #col_body ol {
	padding: 0px;
	margin: 0 0 14px 0;
	padding-left: 32px;
}

#col_body ul {
	list-style: square outside;
}

#col_body a {
	color: #084c8d;
}

#col_body a:hover {
	color: #df5e00;
}

#col_body table.data, #col_body table.product_list {
	border-collapse: collapse;
	border-bottom: 3px solid #444444;
	width: 100%;
}

#col_body table.data tr, #col_body table.product_list tr {
}

#col_body table.product_list tr.total {
	background-color: #444444;
	color: white;
}

#col_body table.data tr th, #col_body table.product_list tr th {
	text-transform: uppercase;
	text-align: left;
	padding: 4px;
	border-bottom: 2px solid #444444;
}

#col_body table.data tr td, #col_body table.product_list tr td {
	padding: 6px 10px 2px 4px;
	border-bottom: 1px solid #cccccc;
}

#col_body .indented_link {
	margin-left: 20px;
}

#col_body .title_level_1, #col_body h1 {
	color: #df5e00;
	font-family: helvetica;
	font-size: 15pt;
	font-weight: normal;
	margin: 0 0 8px 0;
	line-height: 1em;
}

#col_body .title_level_2, #col_body h2 {
	color: #df5e00;
	font-family: helvetica;
	font-size: 13pt;
	margin-bottom: 8px;
	font-weight: normal;
	line-height: 1em;
}

#col_body .title_level_3, #col_body h3 {
	color: #084c8d;
	font-family: helvetica;
	font-size: 10.5pt;
	margin-bottom: 3px;
	font-weight: bold;
}

#col_body .title_level_4, #col_body h4 {
	font-family: helvetica;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#col_body .sub_headline {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.1em;
	color: #084c8d;
}

#col_body .inline_title {
	text-transform: uppercase;
	color: #df5e00;
	font-size: 110%;
	font-weight: bold;
}

#col_body p {
	margin-top: 0;
}

#col_body .date {
	font-style: italic;
	font-size: 90%;
	margin: 0 0 10px 0;
}

#col_body .highlight {
	color: #df5e00;
}

#col_body .image {
	margin-bottom: 8px;
}

#col_body .image img {
	border: 1px solid #084c8d;
	margin: 0px;
	padding: 0px;
}

#col_body .image .caption {
	margin-top: 2px 0 0 0;
	font-size: 8.5pt;
	font-family: helvetica;
	color: #888888;
}

#col_body .errors .error_title {
	background-color: #C40505;
	color: white;
	text-transform: uppercase;
	padding: 4px;
}

#col_body .errors .error {
	margin: 2px 0 2px 20px;
}

#col_body form table tr.error {
	background-color: #C40505;
}

#col_body form table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
	margin-bottom: 10px;
}

#col_body .errors {
	border: 1px #C40505 solid;
	margin: 15px 0;
}

#col_body form table td {
	padding: 6px 4px;
}

#col_body form table td.titleeh {
	text-align: right;
	white-space: nowrap;
	padding: 8px 4px 6px 0;
	width: 40%;
}

#col_body form table td.title {
	text-align: right;
	white-space: nowrap;
	padding: 8px 4px 6px 0;
	width: 20%;
}

#col_body form table td.row_spacer_1 {
	height: 20px;
}

#col_body form table tr.error td.title {
	color: white;
}

#col_body form table td.field {

}

#col_body form input.hidden {
	display: none;
}

#col_body form input.text {
	width: 95%;
	border: 1px #999999 solid;
	font-family: helvetica;
	font-size: 10pt;
	padding: 4px 4px 2px 4px;
}

#col_body form textarea {
	width: 95%;
	border: 1px #999999 solid;
	font-family: helvetica;
	font-size: 10pt;
	padding: 4px;
	height: 150px;
}

#col_body form select {
	border: 1px #999999 solid;
	font-family: helvetica;
	font-size: 10pt;
	padding: 1px 0 0 0;
}

#col_body form input.submit {
	border: 1px #999999 solid;
	font-family: helvetica;
	font-size: 10pt;
	background-color: #4578A9;
	color: white;
	padding: 4px 8px 2px 8px;
	text-transform: uppercase;
	cursor: pointer;
}

#col_body form input.button {
	border: 1px #999999 solid;
	font-family: helvetica;
	font-size: 10pt;
	background-color: #aaaaaa;
	color: black;
	padding: 4px 16px 2px 16px;
	text-transform: uppercase;
	cursor: pointer;
}

#col_body .small {
	font-size: 90%;
}

#col_body .smaller {
	font-size: 85%;
}

#col_body .smallest {
	font-size: 75%;
}

#col_body_glossary {
	font-size: 90%;
	font-family: helvetica;
}
#col_body_glossary .sub_headline {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.1em;
	color: #084c8d;
}


#global_nav {
	margin: 2px 0 8px 0;
}

#global_nav img {
	border: 0;
	display: block;
}

#global_nav td {
	border-right: 1px solid #acacac;
}

#global_nav td a {
	padding: 9px 4px;
	display: block;
}

#global_nav td a:hover, #global_nav td.on a {
	background: #df5e00;
}

#global_nav td.last, #global_nav td.last_on {
	border: 0;
}

#global_nav td.last_on a {
	border: 0;
	background: #df5e00;
}

#global_nav_2 td {
	padding: 9px 7px;
	border-right: 1px solid #acacac;
}

#global_nav_2 td.last {
	border: 0;
}

#touts_block {
	background-color: #c1d1e7;
	padding: 18px 8px;
	/* background: url(../images/col_left_bg.png) repeat-x #c1d1e7; */
	width: 195px;
}

#touts_block a {
	color: #084c8d;
}

#touts_block a:hover {
	color: #df5e00;
}

#touts_block .tout {
	background-color: white;
	border: 1px solid #b5b7b5;
	padding: 6px;
	margin-bottom: 6px;
	font-size: 9pt;
}

#touts_block .tout h1 {
	text-transform: uppercase;
	font-size: 9pt;
	font-family: helvetica;
	color: #df5e00;
	margin: 2px 0 4px 0;
}

#touts_block .tout p {
	margin: 0 0 4px 0;
}

#touts_block .tout .more_link {
	margin-left: 8px;
	text-transform: lowercase;
}

#col_right {
	padding: 10px 10px 10px 15px;
	font-size: 9.5pt;
	line-height: 1.1em;	
	border-left: 1px solid #aaaaaa;
	width: 195px;
	float: right;
	font-family: helvetica;
	
	margin: 0 0 20px 20px;
}

#col_right .content {
	padding: 0 10px 0 15px;
	/* border-bottom: 1px solid #aaaaaa; */ 
}

#col_right .content hr {
	margin: 15px 0px 20px -10px;
}

#col_right .content h1 {
	color: #df5e00;
	margin: 4px 0 4px 0;
	font-family: helvetica;
	font-size: 11pt;
	font-weight: bold;
}

#col_right .content ul, #col_right .content ol {
	padding: 0;
	margin: 10px 0;
	padding-left: 22px;
}

#col_right .content ul {
	list-style: square outside;
}


#col_right .go {
	margin-left: 16px;
	color: #df5e00;
	font-family: helvetica;
	font-size: 9pt;
	display: inline;
	white-space: nowrap
}

#col_right .go a {
	color: #df5e00;
	text-decoration: none;
}

#calendar {
	padding: 1px;
	border-collapse: collapse;
	border: 1px solid black;
	width: 570px;
}

#calendar th {
	color: white; 
	background-color: #084c8d;
	text-align: center;
	width: 14.28%;
	text-transform: uppercase;
	font-size: 9pt;
}

#calendar td {
	border: 1px solid #444444;
	height: 70px;
}

#foot {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	background-color: #eeeeee;
	color: #333333;
	border-top: 6px solid #084c8d;
}

#foot td {
	padding: 20px;
	font-size: 8.5pt;
	font-family: helvetica;
}

#foot .links {
	margin-bottom: 4px;
}

#foot .links a {
	color: #333333;
}

#foot .link_divider {
	padding: 0 4px;
}

#foot .address {
	margin-top: 18px;
	line-height: 1.1em;
}

#foot .copyright {
	margin-top: 18px;
}

table .layout {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.glossary-desc {
	line-height: 120%;
	text-align: justify;
}
.glossary-term {
	line-height: 120%;
	text-align: left;
}
#wrapper #cols #col_body #searchpgm {
	width: 470px;
}
#wrapper #cols #col_body #searchjob {
	width: 470px;
}
#wrapper #cols #col_body #searchservices {
	width: 400px;
}
.txt-white {
	color: #FFFFFF;
}
.header-row-sessions {
	font-family: "Arial Narrow", "Arial Italic", "Arial Black", "Arial Bold Italic";
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #4578A9;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}