/* 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: #000000;
	margin-top: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	behavior: url(/csshover.htc);} /* WinIE behavior call */


/*  Accessibility Navigation - blank 2x1px images with links to the Content area  */
#AccessibilityNav{
	width: 47.5em;
	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: 47.5em;
	min-width: 760px;
	border-left: solid 1px #A79B7E ;
	border-right: solid 1px #A79B7E ;
	border-top: solid 1px #A79B7E ;
	
}

/* ************************************----------- Page Titles -----------************************************ */
table#PageTitle {
	margin-top: -3px;
	width: 47.5em;
	min-width: 760px;
	border-left: solid 1px #A79B7E ;
	border-right: solid 1px #A79B7E ;
	
}

html>body table#PageTitle{
margin-top: 0;
}

/* ************************************----------- CONTENT AREA -----------************************************ */
* html #Container { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Container {
	width: 47.625em;
	min-width: 762px;	
	background: #ffffff;
	border-left: solid 1px #A79B7E ;
	border-right: solid 1px #A79B7E ;
	font: Verdana, Arial, Helvetica, sans-serif;

}



html>body table#Container { /*  This hack allows Netscape to read it but not IE - IE will take the previous values    */
	width: 47.625em;
	min-width: 762px;
}
a:active, a:hover, a:visited{
font-size: .8em;
}
a {
font-size: .8em;}
/* ************************************----------- LEFT COLUMN -----------************************************ */
/*  Background for the left column is specified here 9.6875 */
td#LeftColumn {
	font-size: 0.7em;
	color: #3A2416;
	width: 142px;
	min-width: 150px;
	background-color: #3A2416;
	/*font-weight: bold;
	background: url(images/bg_left_column.jpg) 100% 130px  no-repeat;
	padding: 170px 5px 0 3px;  */
}

html>body td#LeftColumn {
width: 9.6875em;
min-width: 155px;
}


/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	padding-top: 5px;

}
div#Content {
	margin: 10px 20px 20px 40px;
	font-size: 0.75em
}


h1 {
	color:#713F08;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
}
H2 {
	color:#713F08;
	font-size: 1.25em;
	font-weight:bold;
}
H3 {
	color:#000000;
	font-size: 1em;
	font-weight:bold;
}

div#Content td, div#Content ul, div#Content ol {
	font-size: 0.75em;

}
div#Content ul, div#Content ol {
	font-size: 1em;

}
div#Content a, div#Content a:visited, div#TextNav a, div#TextNav a:visited {
	color:#713F08;

}
div#Content a:hover, div#TextNav a:hover  {
	color:#A79B7E;
	text-decoration: none;
}
/* ************************************----------- Admin Menu -----------************************************ */
div#AdminMenu {
	margin: 10px 50px;
	font-size: 0.75em;
	color:#000000;
}
div#AdminMenu a {
	color:#3A2416;
}
div#AdminMenu a:hover {
	color:#A79B7E;
	text-decoration: none;
}
/* ************************************----------- FOOTER -----------************************************ */
div#TextNav {
	color: #000000;
}
div#TextNav a, div.TextNav a:active, div.TextNav a:visited {
	font-size: 0.65em;
	color:#3A2416;
	padding: 5px 0;
}
div.TextNav a:hover {
	color:#A79B7E;
	text-decoration: none;
}
* html #Footer { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Footer {
	width: 47.625em;
	min-width: 762px;
	border: solid 1px #A79B7E;
	background-color: #000000;
}

td#copyright, div.TextNav {
	font-size: 0.65em;
	color:#ffffff;
	padding: 5px 0;
}
div#TextNav {
	margin: 10px 20px;}
