/* Main body tag, controls background color and font used outside the tables */
BODY
{
	FONT-FAMILY: Arial, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	BACKGROUND-COLOR: #FFFFFF;
}

/* Controls formatting for the text defined inside the main table (S1) */
.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}

/* Controls formatting for the headings defined as About Us, Forum and Resources at the bottom (S2) */
.heading_bottom
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #629CCE;
}

/* Controls formatting of links for the headings defined as About Us, Forum and Resources at the bottom (S2) */
.heading_bottom a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #629CCE;
	text-decoration: none;
}

/* Controls formatting of hover links for the headings defined as About Us, Forum and Resources at the bottom (S2) */
.heading_bottom a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #629CCE;
	text-decoration: none;
}

/* Controls formatting of visited links for the headings defined as About Us, Forum and Resources at the bottom (S2) */
.heading_bottom a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #629CCE;
	text-decoration: none;
}

/* Controls formatting of Main page heading (S3) */
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #629CCE;
}

/* Controls formatting of text defined under main header links (S4) */
.txtsize
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	color: #73B2A5;
}

/* Controls formatting of links of main header (S5) */
A.link1:link
{
	text-decoration: none;
	COLOR: #B5AB8F;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 13px;
	font-weight: bold;
}

A.link1:visited
{
	text-decoration: none;
	COLOR: #B5AB8F;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	FONT-SIZE: 13px;
	font-weight: bold;
}

A.link1:hover
{
	text-decoration: none;
	color: #000000;
	FONT-SIZE: 13px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Controls formatting of Read More links of bottom headings (S6) */
A.link3:link
{
	text-decoration: none;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: bold;
}

A.link3:visited
{
	text-decoration: none;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: bold;
}

A.link3:hover
{
	text-decoration: none;
	color: #000000;
	FONT-SIZE: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* Controls formatting of left links (S7) */
A.link_left:link
{
	text-decoration: none;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	font-weight: none;
}

A.link_left:visited
{
	text-decoration: none;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	font-weight: none;
}

A.link_left:hover
{
	text-decoration: none;
	color: #629CCE;
	FONT-SIZE: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* Controls formatting of left links when the page is active  */
A.link_left_current:link
{
	text-decoration: none;
	COLOR: #629CCE;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	font-weight: bold;
}

A.link_left_current:visited
{
	text-decoration: none;
	COLOR: #629CCE;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	font-weight: none;
}

A.link_left_current:hover
{
	text-decoration: none;
	color: #629CCE;
	FONT-SIZE: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* Controls formatting of footer links (S8) */
A.footer_link:link
{
	text-decoration: none;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	font-weight: none;
}

A.footer_link:visited
{
	text-decoration: none;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	font-weight: none;
}

A.footer_link:hover
{
	text-decoration: none;
	color: #000000;
	FONT-SIZE: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* Controls formatting of footer copyright notice (S9) */
.footer-text
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Used whenever the table needs to be centered */
.table_centre
{
	margin-left: auto;
	margin-right: auto;
}

/* Used for brown bar at the top and grey bar at bottom (S10) */
.td_topline { background-image: url(images/topline.jpg); }

/* Main table of the body */
.table_main { width: 1004px; }

.td_left_logo
{
	height: 59px;
	width: 266px;
}

.td_right_logo
{
	height: 89px;
	width: 713px;
}

.td_line { background-image: url(images/line.jpg); }

.table_main_body
{
	width: 248px;
	height: 219px;
}

.td_main_content
{
	width: 595px;
	height: 63px;
}

.td_line3 { background-image: url(images/line3.jpg); }

.table_main_content_body
{
	width: 713px;
	margin-left: auto;
	margin-right: auto;
}

/* Main table for footer */
.table_footer
{
	width: 965px;
	margin-left: auto;
	margin-right: auto;
}

.table_main_links_top
{
	width: 229px;
	height: 59px;
}

.table_right_logo
{
	width: 713px;
	height: 59px;
}

/* TD in which each individual header link is defined */
.td_header_menu { width: 250px; }

/* Container for the table where main content is defined */
.table_content_heading_area { width: 617px; }

dt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.leftnav
{
	width: 165px;
	margin: 4px 0px 20px 32px;
	float: left;
	padding: 8px 0px 0px 0px;
	line-height: 30px;
}
