/* 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;  051950
	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: #F1F1F1 url(images/back.jpg) 0 0 repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

td {
	line-height: 1.3em;
}

/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	min-width: 950px;
}
	
#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;
}


h1 {
	color:#000000;
	font-size: 1.5em;
}

H2 {
	color:#000000;
	font-size: 1.25em;
	font-weight: bold;
}
H3 {
	color:#000080;
	font-size: 1.2em;
	font-weight: bold;
}

/* ************************************----------- HEADER -----------************************************ */

table#header {
	background: #000000 url(images/header.jpg) 0 0 no-repeat; 
	width: 950px;
	min-width: 950px;
	height: 181px;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}


/* ************************************----------- Top Navigation area -----------************************************ */
table#TopNav {
	background-color: #59925F;
	width: 950px;
	min-width: 950px;
	height: 25px;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

html>body table#TopNav {
	height: 5px;
}



#TopNav a{
	color: #ffffff;
	text-decoration: none;
}


#TopNav a:hover{
	color: #ffffff;
	background-color: #0F5A45;
}

p#TopNav{
	color: #ffffff;
}

/* ************************************----------- CONTENT AREA -----------************************************ */


table#container {
	width: 950px;
	min-width: 950px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

td#content {
	background-color: #ffffff;
}


td#members {
	background-color: #ffffff;
}

td#members a{
	color: #034332;
	text-decoration: none;
	padding-right: 10px;
	font-weight: bold;
}
td#members a:hover{
	color: #000000;
	text-decoration: underline;
}



div#ContentArea {
	padding: 0px 30px 0 20px;
}

div#ContentArea a{
	color: #081F5A;
	text-decoration: none;
}
div#ContentArea a:hover{
	color: #000000;
	text-decoration: underline;
}


/* ********----------- LEFT SIDE Navigation area -----------************* */

td#LeftNavigation{
	width: 155px;
	background-color: #024B37;
	font-size: 1em;
	line-height: 1.5em;


}

html>body #LeftNavigation a{
	font-size: 1em;
	line-height: 1.5em;	
	padding-left: 8px;
		
}

#LeftNavigation a{
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}


#LeftNavigation a:hover{
	color: #ffffff;
	background-color: #0F5A45;
}

/* ********----------- RIGHT SIDE Navigation area -----------************* */

td#RightNavigation{
	vertical-align:top;
	width: 155px;
	background-color: #024B37;
	font-size: 1em;
	line-height: 1.5em;
	padding-right:8px;
	padding-left:8px;


}

html>body #RightNavigation a{
	font-size: 1em;
	line-height: 1.5em;	
		
}

#RightNavigation a{
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding-left: 2px;
}


#RightNavigation a:hover{
	color: #ffffff;
	background-color: #0F5A45;
}


/*
html>body div#Links{
padding: 0 0 0 20px;

}

/* \
div#Links{
padding: 0 0 0 10px;
}/* 

div#Links{
padding: 0 0 0 10px;
}




/* ************************************----------- FOOTER -----------************************************ */

table#footer {
	height: 15px;
	width: 950px;
	min-width: 950px;
	background-color: #3D6C4C;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

td#copyright{
	padding: 5px 0 0 0;
	background-color: #3D6C4C;
	color: #ffffff;
	font-size: .8em;

}

p#copyright{
	font-size: .8em;
}

#copyright a{
	color: #ffffff;
	text-decoration: none;
}

#copyright a:hover{
	text-decoration: underline;
}


