/* CSS Document */


/* 
	CENTERS BACKGROUND HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 50% 0 no-repeat;
	CENTERS BACKGROUND VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 50% no-repeat;
	BACKGROUND CLINGS TO LEFT BROWSER EDGE:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;

	BACKGROUND DOES NOT REPEAT:  background: #ffffff url(images/bg_body.gif) 0 0 no-repeat;
	BACKGROUND REPEATS VERTICALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-y;
	BACKGROUND REPEATS HORIZONTALLY:  background: #ffffff url(images/bg_body.gif) 0 0 repeat-x;

 */

body {
	background-color: #014E35;
	margin-top: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
td, {
	font-size: 0.7em;}

/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	min-width: 760px;
	}
#AccessibilityNav img{
	border:none;
}
/*  message for users with old Browsers - links to update Browsers  */
p#older_browsers {
	display: none;
}
/*  Company name invisible but to old browsers and Search Engines  */
div#CompanyName {
	display: none;
}

/* ************************************----------- HEADER -----------************************************ */
table#Header {
	margin-top: 0;
	width: 760px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	background: #000000 url(images/bg_header.jpg) 0 0 no-repeat;
}


/* ************************************----------- CONTENT AREA -----------************************************ */
* html #Container { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Container {
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	width: 762px;
	min-width: 762px;
	background: #ffffff url(images/bg_container.jpg) 0 0 no-repeat;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}
div#content{
padding-top: 5px;}



/* ************************************----------- LEFT COLUMN -----------************************************ */

td#LeftColumn {
	width: 185px;
	background-color: #02764F;
}


/*----------- 	NAVIGATION LINKS -----------*/
div#Menu a {
	color: #0B7142;
	background-color: #CEEBB5;
	text-decoration: none;
	display: block;
	border-top: solid 1px #ffffff;
	border-left: solid 30px #6215BB;
	line-height: 2em;
	padding: 0 0 0 10px;
	
}
html>body table#Menu a {
	padding-right: 16px;*/
}
div#Menu a:hover {
	display: block;
	background-color: #CEEBB5;
	border-left: solid 30px #D4BEEC;
	padding: 0 0 0 10px;
	
}

/* ************************************----------- MAIN COLUMN -----------************************************ */

table#list {
font-size: 1.2em;}
div#Content {
	margin: 0px 30px 20px 30px;

}

*/
h1 {
	color:#000000;
	font-size: 1.5em;
}
H2 {
	color:#000000;
	font-size: 1.25em;
	font-weight:bold;
}
H3 {
	color:#000000;
	font-size: 1.15em;
	font-weight: bold;
}
div#Content  ul, div#Content  li, div#Content  ol, div#Content table {
line-height: 1.25em;
}
div#Content a, div#Content a:visited {
	color:#000000;

}
div#Content a:hover {
	color:#000000;
	text-decoration: none;
}


/* ************************************----------- FOOTER -----------************************************ */

* html td#copyright {
	font-size:  0.8em;
	color:#ffffff;	
	
}

.copyright {
	font-size: 0.8em;
	color: #000000;
}


td#copyright a {
	color:#ffffff;	
}

td#copyright a:hover {
	text-decoration: none;	
}

table#bottomlinks{
	background-color: #ffffff;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	width: 762px;
	}
	
td#footerleftcolumn{	
background-color: #02764F;
	width: 185px;

}


* html td#footerleftcolumn{	
	color: #000000;
	background-color: #02764F;
	width: 185px;
}


td#footerlinks a, td#footerlinks a:visited {
	color:#000000;
}

td#footerlinks a:hover {
	color:#000000;
	text-decoration: none;
		
}

#date {
	background-color: #02764F;
	height:20px;
	vertical-align:middle;
	text-align:right;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style:italic;
	border-top: solid 1px #FFFFFF;
	padding:4px 5px;
}

