﻿
/* ------ Links ----- */		
a.small:link
{	
	color: #1B89C7;	
	text-decoration: none;	
}

a.small:visited
{
	color: #1B89C7;		
	text-decoration: none;	
}

a.small:hover
{	
	color: #1B89C7;	
	text-decoration: underline;	
}

a.small:active
{
	color: #1B89C7;	
	text-decoration: none;	
}

/* ------ Tags ----- */
body
{
	margin: 0px;
}

strong
{
	font-weight: bold;
}

th
{
	font-weight: bold;
}

/* ------ Classes ----- */
.missinglink
{
	color: Red;
	text-decoration: underline;
	font-style: italic;
}

.highlight
{
	color: #83A734;
	font-weight: bold;
}

.fade
{
	color: #788A98;
}

.nextprevious
{
	display: none;
}

/* ------ Menu styles ----- */
#menu_bar
{
	display: none;		
}

#logo_container
{
	display: none;		
}

#menu_item_contents
{
	display: none;
}

#menu_item_logout
{
	display: none;
}

#menu_item_contactus
{
	display: none;
}			

.menu_item_divider
{			
	display: none;
}		
/* ------ End of menu styles ----- */

/* ------ Content page header ----- */

#content_page_header_ribbon
{
	height: 87px;		
}

#content_page_header_container
{
	width: 992px;
	height: 87px;
	margin: auto;
}

#content_page_header_left
{	
	float: left;
	width: 843px;
	height: 59px;
	padding-top: 28px;
	font-family: 'Arial Narrow';
	font-size: 30px;			
}

#content_page_header_right
{
	float: left;
	width: 149px;
	height: 49px;	
	font-family: Arial;
	font-size: 14px;		
	text-align: right;
	padding-top: 38px;
}

/* ------ End of content page header ----- */

/* ------ Footer styles ----- */
#footer
{				
	height: 64px;
	clear: both;			
}

#footer_overspill
{
	
}

#footer_container
{			
	width: 992px;
	margin: auto;
	height: 64px;
}

#footer_left, #footer_right
{		
	margin-top: 29px;
	float: left;
	width: 496px;
	font-family: Verdana;
	font-size: 11px;	
}

#footer_right
{
	text-align: right;
}

/* ------ End of footer styles ----- */

/* ------ Content page, main content ----- */
#content_page_container
{
	width: 992px;
	height: auto;
	margin: 0px auto 0px auto;
}

#content_page_sections
{
	float: left;
	width: 992px;	
}

.content_section
{
	float: left;	
	width: 992px;
	padding-bottom: 50px;		
}

.content_section_left
{
	display: none;
}

.content_section_right
{
	float: left;
	padding-left: 19px;	
	width: 954px;
	line-height: 20px;	
}

.contents_tree
{
	padding-top: 8px;
}

.contents_tree_section
{
	margin-top: 6px;
	padding-left: 15px;
	font-family: Arial;
	font-size: 14px;
	color: #404A53;	
}

.contents_tree_root
{
	padding-left: 0px;
}

/* ------ End of content page, main content ----- */
