/* 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: #ffffff url(images/bg.jpg) 0 0 repeat-x;
	margin-top:10px;
	padding: 0;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
}


/*  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 -----------************************************ */
div#Header {
	border: solid 1px #FFFFFF;
	width: 47.5em;
	min-width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	background: #345831 url(images/bg_header.gif) 0 0 repeat-x;
}

div#HeaderGraphic {
	background-color: #e8daac;
}

/* ************************************----------- MENUBAR -----------************************************ */
div#Menu {
	width: 47.5em;
	min-width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	background: #345831 url(images/bg_menubar.gif) 100% 0 repeat-y;
}

/*----------- 	NAVIGATION LINKS -----------*/
#Menubar td {
	padding: 2px 20px 1px 20px;
	background-color:#9d7633;
	border-right: solid 1px #345831;
}

#Menubar a {
	color: #d2d9c0;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	display:block;
}
#Menubar a:hover {
	color: #ffffff;
}

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

div#Container {
	width: 47.5em;
	min-width: 760px;	
	border: solid 1px #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #345831;
}
table#ContainerTable {
	border-right: solid 1px #ffffff;
	width: 100%;
	min-width: 754px;	
}




/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	background-color: #ffffff;
	width: 29.875;
	min-width: 478px;
}

td#intMainColumn {
	background-color: #ffffff;
	width: 90%px;
}

div#Content {
	margin: 10px 20px;
}

div#Content p, div#Content ul, div#Content ol {
	font-size: 0.75em;
}
li {
	margin-bottom: 5px;
}
h1 {
	color:#ffffff;
	font-size: 1.35em;
	background: url(images/bg_h1.jpg) 0 0 repeat-y;
	font-weight: bold;
	font-style: italic;
}
H2 {
	color:#000000;
	font-size: 1.25em;
	font-weight:bold;
}
H3 {
	color:#000000;
	font-size: 1em;
	font-weight:bold;
}

div#Content a, div#Content a:visited {
	color:#000000;

}
div#Content a:hover {
	color:#000000;
	text-decoration: none;
}
/* ************************************----------- RIGHT COLUMN -----------************************************ */
/*  Background for the right column is specified here  */
td#RightColumn {
	width: 16.9375em;
	background-color: #345831;
	/*font-weight: bold;
	background: url(images/bg_left_column.jpg) 100% 130px  no-repeat;
	padding: 170px 5px 0 3px;  */
}
div#RightColumnImage {
	border-bottom: solid 1px #FFFFFF;
}
div#Address {
	margin-bottom: 5px;
}
div#Address p {
	color: #FFFFFF;
	font-size: 0.75em;
	font-weight: bold;
}
/* ************************************----------- FOOTER -----------************************************ */

/* *******----- Copyright -----************** */
div#copyright {	
	width: 47.5em;
	min-width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	padding: 35px 0;
	background-color: #345831;
	padding-left: 3px;
	padding-right: 3px;
}
div#copyright p {	
	font-size: 0.65em;
	color:#ffffff;
	margin: 0;
}
div#copyright a, div#copyright a:active, div#copyright a:visited, div#Address a, div#Address a:visited, div#Address a:active {	
	color:#ffffff;
}
div#copyright a:hover, div#Address a:hover {	
	text-decoration: none;
}

