/* 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: #685F34;
	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 #ffffff;
	border-right: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	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 {
	width: 760px;
	background: #ffffff url(images/bg_container.jpg) 0 0 no-repeat;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}
html>body table#Container { /*  This hack allows Netscape to read it but not IE - IE will take the previous values  */
	width: 760px;
	min-width: 760px;
}

table#calendar{
	width: 760px;
	min-width: 760px;	
	background: #ffffff url(images/bg_container.jpg) 0 0 no-repeat;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;}


/* ************************************----------- LEFT COLUMN -----------************************************ */
/*  Background for the left column is specified here  */
td#LeftColumn {
	color: #000000;
	width: 148px;
	border-left: solid 10px #BAAD81;
	background-color: #1F511E;
	/*font-weight: bold;
	background: url(images/bg_left_column.jpg) 100% 130px  no-repeat;
	padding: 170px 5px 0 3px;  */
}
/* **************----------- NAVIGATION -----------**************** */
div#Menu {
/*	width: xxem;
	min-width: xxpx;*/
	margin: 0 0 2px 0;
	

}

/*----------- 	NAVIGATION LINKS -----------*/
div#Menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-top: solid 1px #235922;
	line-height: 1.5em;
	padding: 0 0 0 10px;
	
}
html>body table#Menu a {
	padding-right: 16px;*/
}
div#Menu a:hover {
	color: #ffffff;
	display: block;
	background-color: #023401;
	padding: 0 0 0 10px;
	
}

/* ************************************----------- MAIN COLUMN -----------************************************ */
td#MainColumn {
	padding-top: 5px;
	background-color:#FFFFFF;
	width: 601px;
}
div#Content {
	margin: 0px 30px 20px 30px;

}

/*  If there is a myproduct being installed - use this tag to style the admin menu  */
/*div#AdminMenu {
	margin-top: 15px;
}
div#AdminMenu a {
	color: #000000;
	font-size: 0.75em;
}
div#AdminMenu a:hover {
	color: #000000;
	text-decoration: none;
}
*/
h1 {
	color:#000000;
	font-size: 1.5em;
}
H2 {
	color:#000000;
	font-size: 1.25em;
	font-weight:bold;
}
H3 {
	color:#000000;
	font-size: 1em;
	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 #Footer { /*  This hack allows IE to read it but not Mozilla or Firefox  */
	margin-left: 0px;
}
table#Footer {
	width: 760px;
	min-width: 760px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background-color: #4C472A;
}

* html td#copyright {
	font-size: 0.65em;
	color:#ffffff;
	padding: 3px 0;
}
td#copyright {
font-size: 0.8em;
	color:#ffffff;
	padding: 3px 0;
}


td#copyright a {
	color:#ffffff;
	
}
td#copyright a:hover {
	text-decoration: none;	
}
td#bottomlinks{	
	color:#000000;
	width: 148px;
	border-left: solid 10px #BAAD81;
	background-color: #1F511E;
	}

* html td#bottomlinks2{	
	background-color: #ffffff;
	font-size: 0.7em;
	}
	
td#bottomlinks2{	
	background-color: #ffffff;
	font-size: 0.8em;
	}
td#bottomlinks2 a, td#bottomlinks2 a:visited {
	color:#000000;
	

}
td#bottomlinks2 a:hover {
	color:#000000;
	text-decoration: none;
		
}
table#bottomlinks{
border-left: solid 1px #ffffff;}