/*this section defines the absolute pixel widths used in the site*/

.site_container_width {
	width: 940px;
}

.site_width {
	width: 900px;
}

.main_nav_width {
	width: 770px;
}

.footer_tools_width {
	width: 567px;
}


.sub_nav_width {
	width: 219px;
	height: 100%;
}

.content_width {
	width: 680px;
}

.six_width {
	width: 6px;
}

.eight_width {
	width: 8px;
}

.ten_width {
	width: 10px;
}


.twenty_width {
	width: 20px;
}

.twenty_eight_width {
	width: 28px;
}
.thirty_four_width {
	width: 34px;
}

.thirty_width {
	width: 30px;
}

.one_eight_four_width {
	width: 184px;
}


/*this section styles all the standard elements*/

body {
	background-color: #FFFFFF;
	font-family: Trebuchet MS, sans-serif;
	font-size: 70%;
	color:#666666;
}	

a {
	color: #2965B1;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #2965B1;
	text-decoration: none;
}

a:visited:hover {
	color: #666666;
	text-decoration: none;
}

/*table*/
/*table {
	background-color: #FFFFFF;
}*/

/*.table_test {
	background-color: red;
}

/*td borders to check layout*/
td {
	/*border: solid 0.1em #000000;
	border:1px solid #FF0000;*/
}

/*table headers*/
th {
	font-weight: bold;
	color: #2965B1;
	padding: 0.4em 0.3em 0.3em 0.3em;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 2px #C0C0C0;
}

/*paragraphs*/
p {
	padding: 0em 0em 0.8em 0em;
	color: #666666;
	line-height: 1.4em;
}

/*input button*/
input {
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: 1em;
	border: none;
	padding: 0em 0.4em 0em 0.4em;
}

#btnSubmit {
	/*color: #666666;
	background-color: transparent;*/
	
	color: #FFFFFF;
	background-color: #bbbbbb;
	height:22px;
	padding-left:5px;
}

#btnGo {
	color: #FFFFFF;
	background-color: #bbbbbb;
	height:22px;
	padding-left:5px;
}
#btnSearchGo {
	color: #FFFFFF;
	background-color: #bbbbbb;
	height:18px;
	padding-left:5px;
}

/*H Styles*/
H1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #C32967;
	padding: 2em 0em 0.2em 0em;
}

H2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #C32967;
	padding: 0.6em 0em 0.1em 0em;
}

H3 {
	font-weight: bold;
	color: #C32967;
	padding: 0.4em 0em 0.1em 0em;
}

H4 {
	color: #C32967;
	padding: 0.4em 0em 0.1em 0em;
}

/*error*/
.error {
	height: 590.5px;
	padding-left: 30px;
	padding-top: 30px;
	border-top: 1px solid #EBEBEB;
}

/*padding*/
.padding_top{
	padding-top: 0.5em;
}
.padding_bottom{
	padding-bottom: 1em;
}

.padding_top_bottom{
	padding: 0.5em 0em 1em 0em;
}

.padding_top_bottom_left{
	padding: 0.5em 30px 1em 40px;
}

.form_text
{
	font-size:11px;
	padding: 5px 30px 0em 40px;
}
.form_text_name
{
	font-size:12px;
	padding: 6px 30px 0em 40px;
}

.padding_left_right{
	padding: 0em 30px 0em 40px;
}

/*rules*/
.solid_rule_top {
	border-top: solid 1px #D5E1F0;
	padding: 1em 0em 0.5em 0em;
}

/*this places the logo*/
.logo a {
	background: url(../images/logo.gif) no-repeat;
	height: 82px;
	display: block;
	width: 130px;
}

/*this places the left graphic*/
.left {
	background: url(../images/left_shadow.gif);
	background-repeat: repeat-y;
	width: 20px;
	height: 100%;
}

/*this places the right graphic*/
.right {
	background: url(../images/right_shadow.gif);
	background-repeat: repeat-y;
	width: 20px;
	height: 100%;
}

/*this places the top graphic*/
.top_shadow {
	background: url(../images/top_shadow.gif) no-repeat;
	height: 15px;
	width: 940px;
}


/*this places the footer graphic*/
.bottom_shadow {
	background: url(../images/bottom_shadow.gif) no-repeat;
	height: 15px;
	width: 940px;
}

/*this section styles the header, tools and search*/

/*tools*/

#tools_menu li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#tools_menu {
	float: right;
}

#tools_menu {
	color: #97B4D9;
	text-decoration: none;
	text-align: right;
}

#tools_menu a {
	color: #97B4D9;
	text-decoration: none;
	padding: 0em 0.5em 0em 0.5em;
	text-align: right;
}

#tools_menu a:hover {
	color: #2965B1;
	text-decoration: none;
}

#tools_menu a:visited {
	color: #97B4D9;
	text-decoration: none;
}

#tools_menu a:visited:hover {
	color: #2965B1;
	text-decoration: none;
}

/*search*/

.search {
	color: #666666;
	text-decoration: none;
	padding: 0px 0.2em 0em 0.5em;
	text-align: right;
}

.search_input {
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	color: #666666;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	height: 1.7em;
	width: 12em;
}

.search_input_position {
	padding-top: 0px;
}

.go_button_position {
	padding-top: 0px;
	padding-left: 0em;
	padding-right: 24px;
}

/*main nav*/

.main_nav_position {
	padding: 25px 22px 0em 0em; 
}

#main_nav li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#main_nav{
	float: right;
}

#main_nav {
	color: #97B4D9;
	text-decoration: none;
	text-align: right;
}

#main_nav a {
	font-size: 1em;
	font-weight: bold;
	color: #2965B1;
	text-decoration: none;
	padding: 0em 0.7em 0em 0.7em;
	text-align: right;
}

#main_nav a:hover {
	color: #C32967;
	text-decoration: none;
}

#main_nav a:visited {
	text-decoration: none;
}

/*this section styles the footer and text resizer*/
.footer_position{
	width: 30px;
}

.footer{
	color: #97B4D9;
	padding: 0.5em 0.5em 1em 0em;
}

.footer_bold{
	font-weight: bold;
	color: #97B4D9;
	padding: 0.5em 0.5em 1em 0em;
}

.footer_menu{
	color: #97B4D9;
	padding: 0.5em 0.5em 1em 0em;
}

#footer_menu li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#footer_menu{
	float: left;
}

#footer_menu {
	color: #97B4D9;
	text-decoration: none;
	text-align: right;
}

#footer_menu a {
	color: #97B4D9;
	text-decoration: none;
	padding: 0em 0.5em 0em 0.5em;
	text-align: right;
}

#footer_menu a:hover {
	color: #2965B1;
	text-decoration: none;
}

#footer_menu a:visited {
	color: #97B4D9;
	text-decoration: none;
}

#footer_menu a:visited:hover {
	color: #2965B1;
	text-decoration: none;
}

.text_size_footer {
	width: 18px;
	padding: 0.5em 0em 0em 0em;
}

.text_resize_small a {
	background: url(../images/text_size_small.gif) no-repeat;
	height: 13px;
	display: block;
	width: 18px;
}

.text_resize_small a:hover {
	background: url(../images/text_size_small_selected.gif) no-repeat;
}

.text_resize_small a.selected {
	background: url(../images/text_size_small_selected.gif) no-repeat;
	height: 13px;
	display: block;
	width: 18px;
}
.text_resize_medium a {
	background: url(../images/text_size_medium.gif) no-repeat;;
	height: 13px;
	display: block;
	width: 18px;
}

.text_resize_medium a:hover {
	background: url(../images/text_size_medium_selected.gif) no-repeat;
}

.text_resize_medium a.selected {
	background: url(../images/text_size_medium_selected.gif) no-repeat;
}
.text_resize_large a {
	background: url(../images/text_size_large.gif) no-repeat;;
	height: 13px;
	display: block;
	width: 18px;
}

.text_resize_large a:hover {
	background: url(../images/text_size_large_selected.gif) no-repeat;
}

.text_resize_large a.selected {
	background: url(../images/text_size_large_selected.gif) no-repeat;
}

/*this section styles the homepage content*/

h1.hidden{
	position: absolute;
	left: -999px;
}
h2.hidden{
	position: absolute;
	left: -999px;
}
label.hidden{
	position: absolute;
	left: -999px;	
}

/*this section styles the features, news and homepage contact info*/

/*features*/

.top_features {
	background: url(../images/top_features.gif) no-repeat;
	height: 27px;
	width: 364px;
}

.top_features_position {
	padding: 24px 0px 10px 0px;
}

.top_features_image {
	padding: 10px 0px 0px 0px;
}

.top_features_text {
	width: 160px;
}

.top_features_text p{
	padding: 0.5em 0.2em 0.5em 0.2em;
}

.top_features_text a{
	color: #666666;
	text-decoration: none;
}

.top_features_text a:hover{
	color: #C32967;
	text-decoration: none;
}

.top_features_text a:visited {
	color: #666666;
	text-decoration: none;
}

.top_features_text a:visited:hover {
	color: #C32967;
	text-decoration: none;
}

/*news*/

.latest_news {
	background: url(../images/latest_news.gif) no-repeat;
	height: 27px;
	width: 252px;
}

.latest_news_position {
	padding: 24px 0px 10px 0px;
}

.news {
	padding: 10px 8px 0px 8px;
	width: 236px;
}

#news li{
	color: #666666;
	padding: 0em 0em 0.4em 0em;
	line-height: 1.1em;
}

#news .date{
	color: #666666;
	padding: 0em 0em 0.6em 0em;
}

#news a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#news a:hover {
	color: #C32967;
	text-decoration: none;
}

#news a:visited {
	color: #666666;
	text-decoration: none;
}

#news a:visited:hover {
	color: #C32967;
	text-decoration: none;
}

.news_all p{
	padding: 0em 0em 0em 0em;
}

.news_all a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.news_all a:hover {
	color: #C32967;
	text-decoration: none;
}

.news_all a:visited {
	color: #666666;
	text-decoration: none;
}

.news_all a:visited:hover {
	color: #C32967;
	text-decoration: none;
}

.news_all_arrow {
	padding: 0em 0.5em 0em 0em;
}

.news_all_arrow a {
	background: url(../images/circle_arrow.jpg) no-repeat;
	height: 11px;
	display: block;
	width: 14px;
}

.news_all_arrow a:hover {
	background: url(../images/circle_arrow_over.jpg) no-repeat;
}

/*contact*/

.contact_us {
	background: url(../images/contact_us.gif) no-repeat;
	height: 27px;
	width: 204px;
}

.contact_us_position {
	padding: 24px 0px 10px 0px;
	width: 182px;
}

.contact_us_text_position {
	padding: 10px 8px 0px 8px;
	font-size:10px;
}

.contact_us_text_position p {
	padding: 0px 0px 3px 0px;
}

.contact_us_text_position .bold {
	font-weight: bold;
}

.contact_us_text_position .telephone {
	font-weight: bold;
	font-size: 16px;
	color: #2965B1;
}

.contact_us_text_position .facebook {
	margin: 4px 6px 0 0;
}
.contact_us_text_position .twitter {
	margin: 4px 0 0 0;
}

.contact_us_text_position a {
	color: #2965B1;
	text-decoration: none;
}

.contact_us_text_position a:hover {
	color: #C32967;
	text-decoration: none;
}

.contact_us_text_position a:visited {
	color: #666666;
	text-decoration: none;
}

.contact_us_text_position a:visited:hover {
	color: #C32967;
	text-decoration: none;
}


/*main buttons*/

.content_position {
	padding: 24px 30px 24px 30px;
	/* border-bottom: 1px solid #EBEBEB; */
}

.flash_elements {
	padding-right: 24px;
}

.event_date_list {
	color: #666666;
	padding: 0.7em 0.5em 0.4em 0em;
	text-align: right;
	width:45%;
}

/*news list*/

.news_date_year {
	font-size: 1.2em;
	font-weight: Bold;
	color: #666666;
	padding: 0.7em 0.5em 0.4em 0.5em;
}

.news_date_list {
	color: #666666;
	padding: 0.7em 0.5em 0.4em 0em;
	text-align: right;
	width:25%;
}

.news_list
{
	padding-right: 3.5em;
	padding-left: 0em;
	padding-bottom: 0em;
	padding-top: 0.7em;
}

.news_list p
{
	padding: 0em 1.1em 0.8em 0em;
	color: #666666;
	line-height: 1.2em;
}

.news_list a {
	text-decoration: none;
	font-weight: bold;
}

.news_list a:hover {
	text-decoration: underline;
}

.news_position_list {
	padding: 0.5em 0em 2em 0em;
}

/*document list*/

.document_info_list{
	color: #666666;
	padding: 0.7em 0em 0.4em 0em;
	width: 80px;
}

.document_icon_list
{
	padding: 0.5em 0em 0.5em 0em;
}


/*selected section*/
.selected_section {
	padding-left: 30px;
	font-size: 1.1em;
	font-weight: bold;
	color: #2965B1;
	height: 30px;
	background-color: #E9EFF7;
}

/*toolbox*/
.toolbox_section {
	padding-left: 30px;
	font-size: 1.1em;
	font-weight: bold;
	color: #2965B1;
	height: 30px;
	background-color: #E9EFF7;
}

/*this section styles the sub nav links: note that the CMS re-order graphic needs putting inside the <a> tags and needs to be the pixel height of the text*/

.sub_nav {
	background-color: #FFFFFF;
	border-right: solid 1px #D5E1F0;
	height: 100%;
}

#sub_nav_list {
	margin: 0;
	padding: 0;
}

#sub_nav_list li {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub_nav_list a {
	color: #2965B1;
	text-decoration: none;
	padding: 0.5em 0.5em 0.5em 30px;
	display: block;
}

#sub_nav_list a:hover {
	display: block;
	background-color: #E9EFF7
}

#sub_nav_list .selected {
	display: block;
	font-weight: bold;
 	color: #C32967;
}

/*this section styles the sub nav level 02 links*/

#sub_nav_02_list {
	margin: 0;
	padding: 0;
}

#sub_nav_02_list li {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub_nav_02_list a {
	padding: 0.5em 0.5em 0.5em 45px;
}

#sub_nav_02_list a:hover {
	background-color: #E9EFF7;	
}

#sub_nav_02_list .selected {
	font-weight: bold;
}

/*this section styles the sub nav level 03 links*/

#sub_nav_03_list{
	margin: 0;
	padding: 0;
}

#sub_nav_03_list li {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub_nav_03_list a {
	padding: 0.5em 0.5em 0.5em 60px;
}

#sub_nav_03_list a:hover {
	background-color: #E9EFF7;
}

#sub_nav_03_list .selected {
	font-weight: bold;
}

/*this section styles the sub nav level 04 links*/

#sub_nav_04_list{
	margin: 0;
	padding: 0;
}

#sub_nav_04_list li {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub_nav_04_list a {
	padding: 0.5em 0.5em 0.5em 75px;
}

#sub_nav_04_list a:hover {
	background-color: #E9EFF7;
}

#sub_nav_04_list .selected {
	font-weight: bold;
}

/*this section styles the sub nav level 05 and below links*/

#sub_nav_05_list{
	margin: 0px;
	padding: 0px;
}

#sub_nav_05_list li {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub_nav_05_list a {
	padding: 0.5em 0.5em 0.5em 90px;
}

#sub_nav_05_list a:hover {
	background-color: #E9EFF7;
}

#sub_nav_05_list .selected {
	font-weight: bold;
}

/*this styles the bold intro para*/
.intro_para{
	font-weight: bold;
	padding-top: 1em
}

/*this section styles the breadcrumb*/

.breadcrumb {
	font-size: 0.9em;
	color: #666666;
	text-decoration: none;
	padding: 0.7em 0em 0em 30px;
	height: 2.5em;
	border-top: 1px solid #EBEBEB;
}
.breadcrumb a{
	color: #666666;
	padding: 0em 0.5em 0em 0.3em;
	text-decoration: none;		
}

.breadcrumb a:hover{
	color: #C32967;
	text-decoration: none;
}

.breadcrumb a:visited{
	color: #666666;
	text-decoration: none;
}

.breadcrumb a:visited:hover{
	color: #C32967;
	text-decoration: none;
}

.breadcrumb a .selected{
	font-weight: bold;
	padding: 0em 1em 0em 0.3em;
}

/*this section styles the print and email*/

.page_tools {
	padding: 0.7em 0.7em 0.7em 30px;
}	

.page_tools a{
	padding: 0.3em 0.3em 0.4em 2.2em;
	color: #2965B1;
	text-decoration: none;
	display: block;	
}

.page_tools a:hover{
	color: #C32967;
	text-decoration: none;
}

.page_tools a:visited{
	text-decoration: none;
}

.page_tools a:visited:hover{
	color: #C32967;
	text-decoration: none;
}

.page_tools_icon_print{
	background: url(../images/print_icon.jpg) no-repeat;
	height: 22px;
	display: block;
	width: 18px;
}

.page_tools_icon_share{
	background: url(../images/email_icon.jpg) no-repeat;
	height: 22px;
	display: block;
	width: 125px;
}

.page_tools_icon_rate{
	background: url(../images/rate_icon.jpg) no-repeat;
	height: 22px;
	display: block;
	width: 18px;
}

.page_tools_icon_bookmark{
	background: url(../images/bookmark_icon.jpg) no-repeat;
	height: 22px;
	display: block;
	width: 18px;
}

.page_tools_icon_contact{
	background: url(../images/contact_icon.jpg) no-repeat;
	height: 22px;
	display: block;
	width: 18px;
}

.page_tools_icon_glossary{
	background: url(../images/glossary_icon.jpg) no-repeat;
	height: 22px;
	display: block;
	width: 18px;
}

/*this styles the in page search*/
.in_page_search{
	color: #666666;
	font-weight: bold;
}
.in_page_search_position{
	padding: 0.5em 0em 0.5em 0.5em;
	border-top: solid 1px #D5E1F0;
	border-bottom: solid 1px #D5E1F0;
}

.in_page_search_input{
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	color: #666666;
	border: solid 1px #D5E1F0;
	background-color: #FFFFFF;
	width: 140px;
	padding: 0.25em 0em 0em 0.4em;
	height: 2em;
}

.in_page_search_dropdown{
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #666666;
	border: solid 0.1em #D5E1F0;
	background-color: #FFFFFF;
	width: 140px;
}

.in_page_search_input_position{
	padding: 0em 1.3em 0em 0.4em 
}
.in_page_search_dropdown_position{
	padding: 0.2em 0.4em 0em 0.4em ;
}

/*this styles the forms*/

.form{
	color: #666666;
	vertical-align: top;
	padding: 0.6em 1.5em 0.5em 0em;
}

.form_radio{
	color: #666666;
	vertical-align: top;
	padding: 0.3em 1em 0.5em 0.3em;
}
.form_bold{
	font-weight: bold;
}

.form_input_text_area{
	font-family: Trebuchet MS, sans-serif;
	font-size: 1em;
	padding: 0.1em 0.3em 0.1em 0.3em;
	font-weight: normal;
	color: #666666;
	width: 250px;
	border: solid 1px #C0C0C0;
	background-color: #FFFFFF;
}

.form_input_text{
	font-weight: normal;
	color: #666666;
	height: 2em;
	width: 250px;
	border: solid 0.1em #C0C0C0;
	background-color: #FFFFFF;
}

.form_input_position{
	padding: 0.3em 1.5em 0.3em 0em;
	width: 400px;
}

.form_input_dropdown{
	font-family: Trebuchet MS, sans-serif;
	font-size: 1em;
	height: 1.7em;
	color: #666666;
	border: solid 1px #C0C0C0;
	width: 250px;
}

/*this styles the attached documents*/

.attached_document_icon_position {
	padding: 0.5em 0em 0.5em 0em;
	width: 20px;
}

.attached_document {
	color: #666666;
	padding: 0.7em 1em 0em 0em;
}

.attached_document a {
	font-weight: bold;
	text-decoration: none;
}

.attached_document a:hover {
	text-decoration: underline;
}

/*this styles the in page featured items*/

.featured_items_header_text {
	height:27px;
	font-weight: Bold;
	color: #FFFFFF;
	padding: 0em 0em 0em 0.5em;
	background: url(../images/grey_banner.jpg) no-repeat
}

.featured_items {
	/*border-right: solid 1px #CCCCCC;*/
}

.featured_items_link {
	/*border-left: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;*/
	padding: 0em 0.5em 0.5em 0.5em;
}

.featured_items p {
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.featured_items_link a {
	font-weight: bold;
	text-decoration: none;
}

.featured_items_link a:hover {
	text-decoration: underline;
}

.featured_item_image {
	padding: 0.5em 0.5em 0.5em 0.5em;
	/*border-left: solid 1px #C0C0C0;*/
}

/*this styles the in page related items*/

.related_item_icon_position {
	padding: 0.5em 0em 0.5em 0em;
	width: 20px;
}

.related_item {
	padding: 0.7em 1em 0em 0em;
}

.related_item a {
	font-weight: bold;
	text-decoration: none;
}

.related_item a:hover {
	text-decoration: underline;
}

/*this styles the in this section*/

.in_this_section_header_cell {
	font-size: 1.2em;
	font-weight: Bold;
	color: #2965B1;
	padding: 0em 0em 0.5em 0em;
}

.in_this_section_header_text {
	padding: 0em 1em 0em 0em;
}

#in_this_section ul{
	color: #666666;
	padding: 0.5em 0.5em 0em 0em;
}

#in_this_section li{
	color: #666666;
	text-decoration: none;
	float: none;
	list-style-type: none;
}

#in_this_section li a {
	background: url(../images/in_this_section_arrow.gif) no-repeat;
	height: 21px;
	color: #2965B1;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2.5em;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
}

#in_this_section a:hover {
	text-decoration: underline;
}

#in_this_section .description {
	padding-left: 2.5em;
	padding-bottom: 0.5em;
}

.search_result_padding_left
{
	padding-left: 18px;
}

/*this styles the in page contacts*/

.contact_solid_rule_top {
	border-top: solid 1px #D5E1F0;
	padding: 1em 0em 0.5em 0em;
}

.contact_solid_rule_title_bold {
	font-weight: bold;
	font-size: 1.2em;
	color: #2965B1;
	padding: 0em 0em 0.5em 0em;
}

.contact_solid_rule_top_bold {
	font-weight: bold;
}

.contact_solid_rule_top p {
	padding: 0em 0em 0.3em 0em;
}

.contact_solid_rule_top a {
	text-decoration: none;
}

.contact_solid_rule_top a:hover {
	text-decoration: underline;
}

/*styles the WYSIWYG content (tables in particular)*/
#contentHTML table{
	border: none;
	margin: 0;
	padding: 0;
}

#contentHTML td{
	border: none;
	margin: 0;
	padding: 0;
	color: #666666;
}

#contentHTML th{
	border: none;
	margin: 0;
	padding: 0;
}

#data_table table{
	border-left: solid 1px #C0C0C0;
	border-top: solid 1px #C0C0C0;
	margin: 1.1em 0em 1.1em 0em;
}

#data_table td{
	color: #666666;
	padding: 0.4em 0.3em 0.3em 0.3em;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}

#data_table th{
	font-weight: bold;
	color: #2965B1;
	padding: 0.4em 0.3em 0.3em 0.3em;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 2px #C0C0C0;
}

#contentHTML a {
	color: #2965B1;
	text-decoration: underline;
}

#contentHTML a:visited {
	color: #666666;
	text-decoration: underline;
}

#contentHTML a:hover {
	text-decoration: none;
	color: #2965B1;
}

#contentHTML a:visited:hover {
	text-decoration: none;
}

#contentHTML ul{
	margin-left: 2em;
	color: #666666;
	padding: 0em 0em 1.5em 1.1em;
	line-height: 1.5em;
}

#contentHTML ul li {
	float: none;
	list-style-type: disc;
	white-space: normal;
}

#contentHTML ol{
	margin-left: 2.5em;
	color: #666666;
	padding: 0em 0em 1.5em 1.1em;
	line-height: 1.5em;
}
#contentHTML ol li {
	float: none;
	list-style-type: decimal;
	white-space: normal;
}

/*styles the admin*/

#tools_menu .logged_in a {
	color: #D71D22;
}

#sub_nav_list .logged_in a {
	color: #D71D22;
}

#sub_nav_02_list .logged_in a{
	color: #D71D22;
}

#sub_nav_03_list .logged_in a {
	color: #D71D22;
}

#sub_nav_04_list .logged_in a {
	color: #D71D22;
}

#sub_nav_05_list .logged_in a {
	color: #D71D22;
}

.padding_top_bottom_left_right{
	padding: 2em 30px 1em 40px;
}

/*this section styles the SEO content */

.SEO_text {
	font-size: 0.9em;
	color: #CCCCCC;
	padding: 1em 5em 0em 5em;
	line-height: 1.4em;
	width:940px;
}

.SEO_text p {
	color: #CCCCCC;
	padding: 1em 5em 0em 5em;
	line-height: 1.4em;
}

.SEO_text a {
	color: #CCCCCC;
	padding: 0em 0.3em 0em 0.3em;
	text-decoration: none;
}

.SEO_text a:hover {
	color: #818181;
	text-decoration: underline;
}

.SEO_text a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

/*additional styles for the meet the team page*/

#contentHTML .team {
	padding: 0em 3em 0em 1.5em;
}

#contentHTML .team_header {
	font-weight: bold;
	color: #2965B1;
}

#contentHTML .team_object {
	padding: 0.5em 0.5em 0em 0em;
}

.hrItemDivider{
	height:1px;
	border-bottom: solid 1px #D5E1F0;
}

.rate_this_page_header_text {
	color: #C32967;
}

.imageRestrictedAccessBorder
{
	border-color: Red;
	border-right: red thin solid;
	border-top: red thin solid;
	border-left: red thin solid;
	border-bottom: red thin solid;
}