/*this section defines the absolute pixel widths used in the site*/

.site_container_width {
	background: url(../images/site_tile.jpg) repeat-x ;
	width: 100%;
}

.site_container_width_bottom {
	border-top: 1px solid #828282;
}

.site_width {
	width: 900px;
}

.main_nav_width {
	background: url(../images/globe_top.jpg) no-repeat;
	width: 749px;
	height: 99px;
}

.globe_top_height {
	height: 99px;
}

.footer_tools_width {
	width: 567px;
}

.search_result_padding_left
{
	padding-left: 18px;
}

.sub_nav_width_top {
	width: 149px;
	height: 116px;
	/*background: url(../images/logo_text.jpg) no-repeat;*/
}

.sub_nav_width {
	width: 149px;
	/*border-bottom: solid 1px #828282;*/
	border-top: solid 1px #828282;
	height: 100%;
	padding-bottom: 10px;
}

.content_width {
	width: 749px;
	background: url(../images/globe_bottom.jpg) no-repeat ;
}

.content_width_home {
	width: 749px;
	background: url(../images/globe_bottom.jpg) no-repeat ;
	padding-bottom: 20px;
}

.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: #4C4C4C;
	font-family: Arial, sans-serif;
	font-size: 70%;
	color:#EEE;	
}	

.nonLink{
	font-weight: bold;
	color: #FFF;
}

a {
	color: #B0B0B0;
	text-decoration: underline;
}

a:visited {
	color: #B0B0B0;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*table*/
/*table {
	background-color: #FFFFFF;
}*/

/*.table_test {
	background-color: red;
}

/*td borders to check layout*/
/*td {
	border: solid 0.1em #000000;
}

/*table headers*/
th {
	font-weight: bold;
	color: #000;
	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: #EEE;
	line-height: 1.6em;
}



/*input button*/
input {
	font-family: Arial, sans-serif;
	font-size: 1em;
	border: none;
	padding: 0.2em 0.4em 0em 0.4em;
}

#btnSubmit {
	/*color: #666666;
	background-color: transparent;*/
	font-weight: bold;
	color: #000;
	background-color: #bbbbbb;
	height:22px;
	padding-left:5px;
}

#btnGo {
	color: #000;
	font-weight: bold;
	background-color: #bbbbbb;
	height:1.8em;
	width: 2.2em;
	padding: 0em 0em 0em 0em;
}
#btnSearchGo {
	font-weight: bold;
	color: #000;
	background-color: #bbbbbb;
	height:18px;
	padding-left:5px;
}
/*H Styles*/
H1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	padding: 0em 0em 0.4em 0em;
}

H2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
	padding: 0.6em 0em 0.3em 0em;
}

H3 {
	font-weight: bold;
	color: #FFF;
	padding: 0.4em 0em 0.3em 0em;
}

H4 {
	color: #FFF;
	padding: 0.4em 0em 0.3em 0em;
}

/*error*/
.error {
	height: 500px;
	padding-left: 30px;
	padding-top: 30px;
}

/*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 #828282;
	padding: 1em 0em 0.5em 0em;
}

/*this places the logo*/
.logo a {
	background: url(../images/logo.jpg) no-repeat;
	height: 119px;
	display: block;
	width: 151px;
}

/*this section styles the header, tools and search*/

/*tools*/

.tools_menu_height {
	height: 40px;
}

.tools_menu_position {
	padding: 12px 0px 0px 0px;
}

#tools_menu li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	padding: 0em 0em 0em 0.5em;
}

#tools_menu {
	float: right;
}

#tools_menu {
	color: #828282;
	text-decoration: none;
	text-align: right;
}

#tools_menu a {
	color: #828282;
	text-decoration: none;
	text-align: right;
}

#tools_menu a:hover {
	color: #FFF;
	text-decoration: none;
}

#tools_menu a:visited {
	color: #828282;
	text-decoration: none;
}

#tools_menu a:visited:hover {
	color: #FFF;
	text-decoration: none;
}

/*search*/

.search {
	color: #828282;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0.5em 0em 0em;
	text-align: right;
}

.search_input {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	height: 1.8em;
	width: 12em;
}

.go_button_position {
	padding-left: 0.5em;
}

/*main nav*/

.main_nav {
	width:749px; 
}

#main_nav li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#main_nav{
	float: left;
}

#main_nav .about a {
	background-image: url(../images/b_about.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 119px;
	height: 20px;
}
#main_nav .about a.selected {
	background-image: url(../images/b_about_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 119px;
	height: 20px;
}

#main_nav .about a:hover {
	background-image: url(../images/b_about_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 119px;
	height: 20px;	
}

#main_nav .members a {
	background-image: url(../images/b_members.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 94px;
	height: 20px;
}
#main_nav .members a.selected {
	background-image: url(../images/b_members_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 94px;
	height: 20px;
}

#main_nav .members a:hover {
	background-image: url(../images/b_members_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 94px;
	height: 20px;	
}

#main_nav .navnews a {
	background-image: url(../images/b_news.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 66px;
	height: 20px;
}
#main_nav .navnews a.selected {
	background-image: url(../images/b_news_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 66px;
	height: 20px;
}

#main_nav .navnews a:hover {
	background-image: url(../images/b_news_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 66px;
	height: 20px;	
}

#main_nav .navevents a {
	background-image: url(../images/b_events.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 78px;
	height: 20px;
}
#main_nav .navevents a.selected {
	background-image: url(../images/b_events_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 78px;
	height: 20px;
}

#main_nav .navevents a:hover {
	background-image: url(../images/b_events_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 78px;
	height: 20px;	
}

#main_nav .global a {
	background-image: url(../images/b_global.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 94px;
	height: 20px;
}
#main_nav .global a.selected {
	background-image: url(../images/b_global_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 94px;
	height: 20px;
}

#main_nav .global a:hover {
	background-image: url(../images/b_global_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 94px;
	height: 20px;	
}

#main_nav .publications a {
	background-image: url(../images/b_publications.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 117px;
	height: 20px;
}
#main_nav .publications a.selected {
	background-image: url(../images/b_publications_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 117px;
	height: 20px;
}

#main_nav .publications a:hover {
	background-image: url(../images/b_publications_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 117px;
	height: 20px;	
}

#main_nav .contact a {
	background-image: url(../images/b_contact.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 81px;
	height: 20px;
}
#main_nav .contact a.selected {
	background-image: url(../images/b_contact_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 81px;
	height: 20px;
}

#main_nav .contact a:hover {
	background-image: url(../images/b_contact_over.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 81px;
	height: 20px;	
}
/*this section styles the footer and text resizer*/
.footer{
	color: #000;
	padding: 0.5em 0.5em 1em 0em;
	width: 250px;
}

.footer a {
	color: #000;
	text-decoration: none;
	padding: 0em 0.5em 0em 0.5em;
	text-align: right;
}

.footer a:hover {
	color: #363636;
	text-decoration: none;
}

.footer a:visited {
	color: #000;
	text-decoration: none;
}

.footer a:visited:hover {
	color: #363636;
	text-decoration: none;
}

.footer_menu{
	color: #000;
	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: #000;
	text-decoration: none;
	text-align: right;
}

#footer_menu a {
	color: #000;
	text-decoration: none;
	padding: 0em 0.5em 0em 0.5em;
	text-align: right;
}

#footer_menu a:hover {
	color: #363636;
	text-decoration: none;
}

#footer_menu a:visited {
	color: #000;
	text-decoration: none;
}

#footer_menu a:visited:hover {
	color: #363636;
	text-decoration: none;
}

.text_size_footer {
	width: 18px;
	padding: 13px 0em 0em 0em;
}

.text_resize_small a {
	background: url(../images/text_size_small.png) no-repeat;
	height: 13px;
	display: block;
	width: 13px;
}

.text_resize_small a:hover {
	background: url(../images/text_size_small_selected.png) no-repeat;
}

.text_resize_small a.selected {
	background: url(../images/text_size_small_selected.png) no-repeat;
	height: 13px;
	display: block;
	width: 13px;
}
.text_resize_medium a {
	background: url(../images/text_size_medium.png) no-repeat;;
	height: 13px;
	display: block;
	width: 13px;
}

.text_resize_medium a:hover {
	background: url(../images/text_size_medium_selected.png) no-repeat;
}

.text_resize_medium a.selected {
	background: url(../images/text_size_medium_selected.png) no-repeat;
}
.text_resize_large a {
	background: url(../images/text_size_large.png) no-repeat;;
	height: 13px;
	display: block;
	width: 13px;
}

.text_resize_large a:hover {
	background: url(../images/text_size_large_selected.png) no-repeat;
}

.text_resize_large a.selected {
	background: url(../images/text_size_large_selected.png) no-repeat;
}

/*this section styles the homepage content*/

h1.hidden{
	position: absolute;
	left: -2000px;
}
h2.hidden{
	position: absolute;
	left: -2000px;
}
label.hidden{
	position: absolute;
	left: -2000px;	
}

/*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;
}

.event_date_list {
	color: #eee;
	padding: 0.7em 0.5em 0.4em 0em;
	text-align: right;
	width:40%;
}
/*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: #EEE;
	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: #EEE;
	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: #EEE;
	padding: 0.7em 0em 0.4em 0em;
	width: 20%;
}

.document_icon_list{
	padding: 0.5em 0em 0.5em 0em;
	width:4%;
}

/*selected section*/
.selected_section {
	font-size: 1.2em;
	font-weight: bold;
	color: #B0B0B0;
	padding: 0px 10px 10px 0px;
	/*border-bottom: solid 1px #828282;*/
}

/*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_selected_section_A{
	text-decoration:none;
}

.sub_nav {
	height: 100%;
}

#sub_nav_list {
	margin: 0;
	padding: 10px 0 0 0;
}

#sub_nav_list li {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub_nav_list a {
	color: #B0B0B0;
	text-decoration: none;
	padding: 0.5em 0.5em 0.5em 0px;
	display: block;
}

#sub_nav_list a:hover {
	display: block;
	color: #FFF;
}

#sub_nav_list .selected {
	display: block;
	font-weight: bold;
 	color: #FFF;
}

/*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 15px;
}

#sub_nav_02_list a:hover {
	color: #FFF;	
}

#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 30px;
}

#sub_nav_03_list a:hover {
	color: #FFF;
}

#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 45px;
}

#sub_nav_04_list a:hover {
	color: #FFF;
}

#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 60px;
}

#sub_nav_05_list a:hover {
	color: #FFF;
}

#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: #B0B0B0;
	text-decoration: none;
	padding: 0.7em 0em 0.7em 0px;
}
.breadcrumb a{
	color: #B0B0B0;
	padding: 0em 0.5em 0em 0.3em;
	text-decoration: none;		
}

.breadcrumb a:hover{
	color: #FFF;
	text-decoration: none;
}

.breadcrumb a:visited{
	color: #B0B0B0;
	text-decoration: none;
}

.breadcrumb a:visited:hover{
	color: #FFF;
	text-decoration: none;
}

.breadcrumb a .selected{
	font-weight: bold;
	padding: 0em 1em 0em 0.3em;
}

/*this section styles the print and email*/

.page_tools {
border-top: solid 1px #828282;
	padding: 10px 0.5em 0.5em 0px;
	height: 100%;
}	

.page_tools a{
	padding: 0.3em 0.3em 0.4em 2.2em;
	color: #B0B0B0;
	text-decoration: none;
	display: block;	
}

.page_tools a:hover{
	color: #FFF;
	text-decoration: none;
}

.page_tools a:visited{
	text-decoration: none;
}

.page_tools a:visited:hover{
	color: #B0B0B0;
	text-decoration: none;
}

.page_tools_icon_print{
	background: url(../images/print_icon.png) no-repeat;
	height: 22px;
	display: block;
	width: 18px;
}

.page_tools_icon_share{
	background: url(../images/share_icon.png) 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.png) 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: #EEE;
	font-weight: bold;
}
.in_page_search_position{
	padding: 1em 0em 1em 0.5em;
	border-top: solid 1px #ED1C24;
	border-bottom: solid 1px #ED1C24;
}

.in_page_search_input{
	font-family: Trebuchet MS, sans-serif;
	font-weight: normal;
	color: #666666;
	border: solid 1px #828282;
	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 #828282;
	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: #EEE;
	vertical-align: top;
	padding: 0.6em 1.5em 0.5em 0em;
}

.form_radio{
	color: #EEE;
	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 #828282;
	background-color: #FFFFFF;
}

.form_input_text{
	font-weight: normal;
	color: #666666;
	height: 2em;
	width: 250px;
	border: solid 0.1em #828282;
	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 #828282;
	width: 250px;
}

/*this styles the attached documents*/

.attached_document_icon_position {
	padding: 0.5em 0em 0.5em 0em;
	width: 20px;
}

.attached_document {
	color: #EEE;
	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;
	background-color: #828282;
	color: #000;
	padding: 0em 0em 0em 0.5em;
}

.featured_items {
	border-left: solid 1px #828282;
	background-color: #444;
}

.featured_items_link {
	border-left: solid 1px #828282;
	border-right: solid 1px #828282;
	border-bottom: solid 1px #828282;
	padding: 0em 0.5em 0.5em 0.5em;
	background-color: #444;
}

.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-right: solid 1px #828282;
	background-color: #444;
}

/*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: #000;
	padding: 0em 0em 0.5em 0em;
}

.in_this_section_header_text {
	padding: 0em 1em 0em 0em;
}

#in_this_section ul{
	color: #EEE;
	padding: 0.5em 0.5em 0em 0em;
}

#in_this_section li{
	color: #EEE;
	text-decoration: none;
	float: none;
	list-style-type: none;
}

#in_this_section li a {
	background: url(../images/bullet.png) no-repeat 0px 8px;
	height: 21px;
	color: #B0B0B0;
	font-weight: bold;
	text-decoration: none;
	padding-left: 1.5em;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
}

#in_this_section a:hover {
	color: #FFF;
	text-decoration: underline;
}

#in_this_section .description {
	padding-left: 2.5em;
	padding-bottom: 0.5em;
}

/*this styles the in page contacts*/

.contact_solid_rule_top {
	border-top: solid 1px #828282;
	padding: 1em 0em 0.5em 0em;
}
.contact_solid_rule_title_bold {
	font-weight: bold;
	font-size: 1.2em;
	color: #828282;
	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: #EEE;
}

#contentHTML th{
	border: none;
	margin: 0;
	padding: 0;
}


#data_table table{
	border-left: solid 1px #828282;
	border-top: solid 1px #828282;
	margin: 1.1em 0em 1.1em 0em;
}

#data_table td{
	color: #EEE;
	padding: 0.4em 0.3em 0.3em 0.3em;
	border-right: solid 1px #828282;
	border-bottom: solid 1px #828282;
}

#data_table th{
	font-weight: bold;
	color: #000;
	padding: 0.4em 0.3em 0.3em 0.3em;
	border-right: solid 1px #828282;
	border-bottom: solid 2px #828282;
}

#contentHTML a {
	color: #B0B0B0;
	text-decoration: underline;
}

#contentHTML a:visited {
	color: #B0B0B0;
	text-decoration: underline;
}

#contentHTML a:hover {
	text-decoration: none;
	color: #FFF;
}

#contentHTML a:visited:hover {
	text-decoration: none;
}

#contentHTML ul{
	margin-left: 0em;
	color: #FFF;
	padding: 0em 0em 1.5em 0em;
	line-height: 1.5em;
}

#contentHTML ul li {
	float: none;
	list-style-type: none;
	background: url(../images/bullet.png) no-repeat 0px 6px;
	padding: 0em 0em 0em 1.5em;
	white-space: normal;
}

#contentHTML ol{
	margin-left: 1em;
	color: #EEE;
	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: #363636;
	padding: 1em 0em 0em 5em;
	line-height: 1.4em;
}

.SEO_text p {
	color: #363636;
	padding: 1em 0em 0em 5em;
	line-height: 1.4em;
}

.SEO_text a {
	color: #363636;
	padding: 0em 0.3em 0em 0.3em;
	text-decoration: none;
}

.SEO_text a:hover {
	color: #828282;
	text-decoration: underline;
}

.SEO_text a:visited {
	color: #363636;
	text-decoration: none;
}

.fullHeight{
	height:100%;
}
.hrItemDivider{
	height:1px;
	border-bottom: solid 1px #D5E1F0;
}

.rate_this_page_header_text {
	color: #C32967;
}
.imgCenter{
	vertical-align:text-bottom
}

/****PUBLICATIONS STYLES****/

table#publication {
	padding-bottom: 20px;
	border-bottom: dotted 1px #cccccc;
	margin-bottom: 1.5em;

}
#publication p {
	padding: 0em 0em 0.4em 0em;
	color: #EEE;
	line-height: 1.4em;
}

#publication .ref p {
	padding: 0em 0em 0.4em 0em;
	color: #888888;
	line-height: 1.4em;
	font-size: 80%;
}

#publication .label p {
	padding: 0em 0em 0.4em 1em;
	color: #888888;
	line-height: 1.4em;
	font-weight: normal;
}

#publication .bottom_cell {
	padding-bottom: 1.5em;
}

#publication .bold {
	font-weight: bold;
}