/* 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: #3B4C3B url(images/rightside.jpg) 0 0 no-repeat; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0;
	font-size: 0.70em;
}

td {
	
	line-height: 1.3em;
}

/*  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;
}


h1 {
	color:#284908;
	font-size: 1.3em;
	font-style:italic;
}

H2 {
	color:#000000;
	font-size: 1.25em;
	font-weight: bold;
}
H3 {
	color:#0E3300;
	font-size: 1.2em;
	font-weight: bold;
}

/* ************************************----------- HEADER -----------************************************ */


/********************----------- LOGO TABLE -----------*************/


table#header {
width: 760px;
	min-width: 760px;
	height: 335px;
	padding-top: 47px;

}



/********************-------- NAVIGATION TABLE --------************/

table#CombTable{
	background: #ffffff url(images/comb.jpg) 0 0 no-repeat;
	padding-left: 30px;
	width: 760px;
	min-width: 760px;
	height: 163px;

}
div#navigation{

	width: 200px;
	height: 163px;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #F1F2F2;

}

div#navigation a{
	display: block;
	font-weight:bold;
	color: #284908;
	font-size: 1.1em;
	line-height: 1.5em;	
	padding-left: 15px;
	text-decoration: none;
}

div#navigation a:hover{
	color: #ffffff;
	background-color: #585858;
}


/* ************************************----------- CONTENT AREA -----------************************************ */


table#container {
	width: 760px;
	min-width: 760px;
	background-color: #ffffff;

}

td#contentcolumn {
	background: #ffffff url(images/background.jpg) 0 0 repeat-y; 
}


div#ContentArea {
	padding: 0 30px 0 30px;
}

div#ContentArea a{
	color: #283B00;
	text-decoration: none;
}
div#ContentArea a:hover{
	color: #000000;
	text-decoration: underline;
}


/* ************************************----------- FOOTER -----------************************************ */
td#address {
	background: #070707;
	width: 170px;
	color: #ffffff;
}
td#address a:link{
	color: #ffffff;	
}
td#address a:hover{
	text-decoration: none;
}
td#address a:visited{
	color: #ffffff;	
}
table#footer {
	width: 760px;
	color: #ffffff;
	min-width: 760px;
	height: 110px;
	padding-top: 30px;
	padding-right: 180px;
	background: #000000 url(images/copyright.jpg) 0 0 repeat-y; 
}

td#LeftBottom{
	width: 140px;
}

td#footertop{
	background: #ffffff url(images/contentback.jpg) 0 0 repeat-y;
}

td#copyright{
	padding: 0 10px 0 0;
	background-color: #0F3B68;
	border-top: solid 4px #000000;
	color: #ffffff;
	font-size: .7em;

}

p#copyright{
	font-size: .8em;
}


table#footer a{
color: #ffffff;
text-decoration: none;
}

table#footer a:hover{
text-decoration: underline;
}

