#contentcell
{
	border: none;
	/*
	border-top: thin ridge;
	border-right: thin ridge;
	border-left: thin ridge;
	border-bottom: thin ridge;
	*/
	text-align: left;
	width: 620px;
	margin-left: 0.5em;
	margin-right: 0.6em;
	padding-left: 0.5em;
	padding-right: 0.6em;
}
A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
A:link
{
	text-decoration: none;
}
A:visited, A:active
{
	color: blue;
	text-decoration: none;
}
A:hover
{
	color: #990000;
	text-decoration: underline;
}

BODY
{
	padding: 0px 0px 0px 0.5em;
	margin: 0px 0px 0px 0.5em;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
DIV
{
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	line-height: 1.1em;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
H1
{
	margin-top: 0.3em;
	margin-bottom: 0.1em;
	font-weight: bold;
	font-size: 1.5em;
	color: Black;
	line-height: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
}

H2
{
	margin-top: 0.6em;
	margin-bottom: 0em;
	margin-left: 1.4em;
	font-weight: bold;
	font-size: 1.2em;
	color: #18403d;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
H2 IMG	/* Maintain proper indentation of text - keeps image on left of text. */
{
	margin-left: -1.4em;
}

/*  Note: Seqential CSS class selectors do not work with Internet Explorer 6
Covers hyperlink indentation for 'Back to peat'
H3~P~H2~P,H2~P, H2~TABLE TR TD A  
{
	margin-left: 0.8em ! important;
	padding-left: 0.8em ! important;
}
*/

/* Indentation for object beneath an H2 tag. */
.h2_text
{
	margin-left: 2.1em;
}
/* Indentation for object beneath an H3 tag. */
.h3_text
{
	padding-left: 1.5em;    /* This is relative to the padding of the H3 tag which will be above. */
	margin-left:  2.1em;
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
}

/* H2~P, H2~DIV, H1~P~H2~P 
Note: Seqential CSS class selectors do not work with Internet Explorer 6 */
/*
{
	padding-left: 0.9em;
	margin-left: 0.9em;
}
*/
H2 A:link, H2 A:visited, H2 A:active, H2 A:hover
{
	color: Black;
}
H2.noimage IMG, H3.noimage IMG
{
	visibility: hidden;
	display: none;
	margin-left: 0;
}
H2.noimage, H3.noimage
{
	margin-left: 0px;
	padding-left: 0px;
}
/* H3~P */
/*
.h3_text, H3~DIV
{
	padding-left: 0.5em;
	margin-left: 0.5em;
}
*/
UL.h3_text
{
	padding-left: 2.3em;
	margin-left: 2.3em;
}
UL.h3_text UL
{
	margin-left: 1.2em;
	padding-left: 1.2em;
	list-style-type:circle;
}
H3
{
	margin-top: 0.4em;
	margin-bottom: 0.1em;
	margin-left: 1em ! important;
	padding-left: 1em ! important;
	font-weight: bold;
	font-size: 1em;
	color: #18403d;
	line-height: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
}

H4
{
	margin-left: 2.5em;
	margin-top: 0.3em;
	margin-bottom: 0em;
	line-height: 0.9em;
	color: Black;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
.h4_text
{
	padding-left: 2.5em;
	margin-left: 2.5em;
	font-size: 0.9em;
}
UL.h4_text, OL.h4_text
{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding-left: 2.9em;
	margin-left: 2.9em;
}
UL.h4_text UL, OL.h4_text UL
{
	margin-left: 1.2em;
	padding-left: 1.2em;
	list-style-type:circle;
}

H4 A:link, H4 A:visited, H4 A:active, H4 A:hover
{
	text-decoration: underline;
}
/* This class is used by outline-style documents instead of using H2 */
H5
{
	margin-top: 0.1em;
	font-weight: normal;
	margin-bottom: 0em;
	margin-left: 1.0em;
	font-weight: bold;
	font-size: 1.2em;
	color: #18403d;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

/* On outlined menu pages, do not indent */
DIV H5
{
	margin-left: 0em;
}

/* This class is used by outline-style documents instead of using H3 */
H6
{
	margin-top: 0.2em;
	padding-bottom: 0;
	margin-bottom: 0.1em;
	margin-left: 2.6em;
	font-weight:  normal;
	font-size: 1em;
	color: #18403d;
	font-family: Arial, Helvetica, sans-serif;
}

/* On outlined menu pages, do not indent as far... */
/*  Note: Seqential CSS class selectors do not work with Internet Explorer 6
DIV H5~H6
{
	margin-left: 1.0em;
	text-indent: 1.0em; 
}
*/
input[type="submit"]
{
	background-color: #E3EAEB;
}
input[type="submit"]:hover
{
	text-decoration: underline;
}
P
{
/*	margin: 0.6em 0px 0.8em 0px;  */
}
TD
{
	padding: 1px 1px 1px 1px;
	line-height: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
/* When a UL Tag is within a TD tag, reduce left & bottom padding/margins. */
TD UL
{
	padding-left: 0.5em;
	margin-left:0.5em;
	padding-bottom:0;
	margin-bottom:0;
}
TD OL
{
	padding-bottom: 0;
	margin-bottom: 0;
	margin-right: 0.3em;
	padding-right: 0.3em;
}
TD UL UL
{
	list-style-type:  none;
	list-style-image: none;
}

TH
{
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 1px 1px 1px;
	line-height: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
UL.diamond
{
	padding-left: 1em;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 1em;
	list-style-type: circle;
	list-style-image: url(../../Include/Images/diamond_bullet.GIF);
	line-height: 1.2em;
}
/* This style will be applied to the second level nested list items. */
UL.diamond UL
{
	margin-bottom: 0.8em;
	margin-left: 2.2em;
	padding-left: 0.5em;
	padding-top: 0px;
	margin-top: 0.4em;
	list-style-type: disc;
	list-style-image: none;
}
.lessmargintop
{
	padding-top: 0.1em ! important;
	margin-top: 0.1em ! important;
}

.definition	/* Used when hovering words defined */ 
{
	cursor: help;
	color: #ff6600;
}
/* 
	This style is used by the GREEN hyperlinks at the top of the page, which are adjacent to
	The header gaphic.
*/
.header_link
{
	text-decoration: none;
	margin-top: 10px;
	/* color: #003567; */
	color: #006766;  /* Provincial Green */ 
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, san-serif
}
A.header_link:link, A.header_link:visited, A.header_link:active
{
	/* color: #003567;  */
	color: #006766;  /* Provincial Green */ 
	text-decoration: none;
}
A.header_link:hover
{
	/* color: #003567;  */
	color: #006766;  /* Provincial Green */ 
	text-decoration: underline;
}

/* Provincial Burgundy = #990000 */
.menu_level_1
{
	font-weight: bold;
	font-size: 11px;
	line-height: 13px; /* color: #006766; */
	color: White;
	/* background-color: #003567; */
	background-color: #18403d; /* Provincial Burgundy */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: 40px;
	width: 116px;			/* Keeps all top level menu items the same width to correspond with images. */
	margin: 0 1px 0px 5px;
	padding: 0 0 0 0;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	text-align: center;
}

/*	This causes the clickable region of the drop-down menu itmes to cover the entire cell. */
.menu_level_2 a
{ 
	display: block;
	width:100%;
}

/* This is applied to the Links in the first level menu items. */
A.menu_level_1:link, A.menu_level_1:visited, A.menu_level_1:active
{
	color: White;
	text-decoration: none;
	border-style: none;
}
A.menu_level_1:hover
{
	color: White;
	text-decoration: underline;
	border-style: none;
}

.menu_level_2 /* Used for second & thrid level menus. */
{
	font-weight: bold;
	font-size: 10px;
	vertical-align: top;
	/* background-color: #003567; */
	background-color: #18403d; /* Provincial Burgundy */
	color: White;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-color: Black;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom: solid 1px Black;
	text-align: left;
	white-space: nowrap;
}

A.menu_level_2:link, A.menu_level_2:visited, A.menu_level_2:active
{
	color: White;
	text-decoration: none;
}
A.menu_level_2:hover
{
	color: White;
	text-decoration: underline;
}

.menu_level_2 IMG /* Used for Images that appear next to menu items. */
{
	height: 12px;
	width: 12px;
	margin: 0 2px 0 0;
}

/* The following TD classes are used for smooth tables like on the homes page. */
TABLE.smooth
{
	border-style: none;
}
TABLE 
{
    text-align: left
}

/*
    TD.top_left
    {
	    width: 8px;
	    background-position: left top;
	    background-image: url(../../Include/Images/top_left.GIF);
	    background-repeat: no-repeat;
	    height: 27px;
    }
    TD.top_center
    {
	    color: White;
	    font-weight: bold;
	    font-size: 13px;
	    white-space: nowrap;
	    vertical-align: top;
	    padding-top: 2px;
	    padding-bottom: 0px;
	    text-align: center;
	    background-position: left top;
	    background-image: url(../../Include/Images/top_middle.GIF);
	    background-color: #18403d;
	    background-repeat: repeat-x;
	    height: 27px;
    }
    TD.top_right
    {
	    width: 8px;
	    height: 27px;
	    background-position: right top;
	    background-image: url(../../Include/Images/top_right.GIF);
	    background-repeat: no-repeat;
    }
    TD.middle_left
    {
	    background-color: White;
	    text-align: left;
	    background-position: left top;
	    background-image: url(../../Include/Images/bottom_middle.GIF);
	    background-repeat: repeat-y;
    }
    TD.middle_center
    {
	    font-size: 12px;
	    background-color: White;
    }
    TD.middle_center UL
    {
	    margin-bottom: 0px;
	    padding-left: 0px;
	    padding-top: 0px;
	    margin-top: 0px;
	    margin-left: 14px;
    }
    TD.middle_center A
    {
	    font-size: 13px;
	    color: Blue;
	    font-weight: normal;
	    line-height: 16px;
    }
    TD.middle_right
    {
	    background-color: White;
	    text-align: right;
	    background-position: right top;
	    background-image: url(../../Include/Images/bottom_middle.GIF);
	    background-repeat: repeat-y;
	    width: 8px;
    }
    TD.bottom_left
    {
	    width: 8px;
	    height: 10px;
	    background-position: left bottom;
	    background-image: url(../../Include/Images/bottom_left.GIF);
	    background-repeat: no-repeat;
    }
    TD.bottom_center
    {
	    background-color: White;
	    height: 10px;
	    background-position: right bottom;
	    background-image: url(../../Include/Images/bottom_middle.GIF);
	    background-repeat: repeat-x;
    }
    TD.bottom_right
    {
	    width: 8px;
	    height: 10px;
	    background-position: right bottom;
	    background-image: url(../../Include/Images/bottom_right.GIF);
	    background-repeat: no-repeat;
    }
*/
TD.top_left
{
	width: 2px;
	height: 27px;
}
TD.top_center
{
	color: White;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: left;
	height: 27px;
    background-position: left top;
    background-image: url(../../Include/Images/top_middle.GIF);
    background-color: #18403d;
    background-repeat: repeat-x;
}
TD.top_right
{
	width: 8px;
	height: 27px;
}
TD.middle_left
{
	background-color: White;
	text-align: left;
}
TD.middle_center
{
	font-size: 12px;
	background-color: White;
}
TD.middle_center UL
{
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 14px;
}
TD.middle_center A
{
	font-size: 13px;
	color: Blue;
	font-weight: normal;
	line-height: 16px;
}
TD.middle_right
{
	background-color: White;
	text-align: right;
	width: 8px;
}
TD.bottom_left
{
	width: 8px;
	height: 10px;
}
TD.bottom_center
{
	background-color: White;
	height: 10px;
}
TD.bottom_right
{
	width: 8px;
	height: 10px;
}
/* Table of contents at top of page with hyerlinks */
TABLE.toc, TABLE.toc UL
{
    font-size: 1em;
    line-height: 1.1em;
    padding-top: 0;
    margin-top: 0;
}
TABLE.toc UL
{
    margin-left: 1em;
    margin-top: 0.2em;
	list-style-type: circle;
	list-style-image: url(../../Include/Images/toc_bullet.GIF);
}

TABLE.toc TH
{
    font-style: italic;
    font-weight: bold;
}
TABLE.toc TR TD UL LI A:link, 
TABLE.toc TR TD UL LI A:visited,
TABLE.toc TR TD UL LI A:active, 
TABLE.toc TR TD UL LI A:hover
{
    white-space: nowrap;
    font-size: 1em;
    line-height: 1.1em;
}
/*  End of Table of Contents styles */

/* Used for RadioButtonList on Survey form. */
surveyradiobuttons
{
	font-size: 0.6em;
	font-weight: normal;
	white-space: nowrap;
	width: 5em;
	margin: 0 0 0 0;
	padding-left: 0;
}

.department_name_text
{
	font-weight: bold;
	font-size: 20px;
	line-height: 18px;
	white-space: nowrap; /* color: #006766; */
	/* color: #003567; */
	color: #006766;
	font-family: Arial, Helvetica, sans-serif;
}
.org_unit_name_text
{
	font-weight: bold;
	font-size: 15px; 
	color: #006766;
	/* color: #003567;  */
	font-family: Arial, Helvetica, sans-serif;
}

.subtitle_text
{
	font-weight: bold;
	font-size: 14pt;
	color: #004d9d;
	font-family: Arial, Helvetica, sans-serif;
}

IMG.top_link 
{
	padding-top: 0.3em;
	padding-bottom:0;
	border-style: none;
	text-align:right;
}
.page_title
{
	font-weight: bold;
	font-size: 24pt;
	color: #006699;
	line-height: 24pt;
	font-family: Arial, Helvetica, sans-serif;
}
.caption_text
{
	font-size: 8pt;
	line-height: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
.section_title
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
.chart_header
{
	font-weight: bold;
}

