div.clear { 
	clear: both; 
}

body {
	background: #393829;
	margin: 0;
	color: #1F1D0B;
	background-color: #393829;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	padding: 0px, 0px, 0px, 0px;
	text-align: center;	/* PART 1 of 2 for IE6 Bug: workaround for centering container */
}

P{
	font-size : 12pt;
	margin-left : 10px;
	color: #4F5651;
}

UL{
	font-size : 12pt;
	color: #4F5651;
	/*  list-style-image: url(../images/dot.gif); */
}

TH{
	text-align: left;
	color: #4F5651;
	text-indent: 20px;
}

#container {
	margin: 0px auto;
	width: 825px;
	height: 171px;
	max-hight: 171px;
	background: url(../images/backgreen.jpg) top center no-repeat;
	background-color: #393829;
	text-align: left;	/* PART 2 of 2 for IE6 Bug: Now put the text back to default. */
}

div.footer {
	padding-top: 20px;
}

#menu_container{ /* no longer used */
	margin: 0px auto;
	width: 825px;
	height: 36px;
	background: url(../images/menuback.jpg) top center repeat-x;
	background-color: #393829;
    padding-top: 5px;	
}

/* start menu with rounded edges */
div.leftcurve{
       background:url(../images/menuleft.jpg) no-repeat;
       height: 43px;
	   max-height: 43px;
}

div.menu_container{
       margin-left: 7px;
       margin-right: 7px;
	   width: 824;
       height: 43px;
	   max-height: 43px;
	   background: url(../images/menuback.jpg) top center repeat-x;
}
div.rightcurve{background:url(../images/menuright.jpg) no-repeat top right;
       height: 43px;
	   max-height: 43px;
}

/* Used to vertically center the menu text */
div.nav{
	padding-top: 7px;
}

/* end  menu with rounded edges */

/* begin main content with rounded edges */

div.rightcontent{background:#BCBDB9 url(../images/mainlefttop.jpg) no-repeat; 
	margin-top: 20px;
	width: 600px;
}

div.maincontent{
	background: #BCBDB9 url(../images/mainlefttop.jpg) no-repeat; 
	margin-top: 20px;
	width: 825px;
}
div.c2 {
	background:url(../images/mainrighttop.jpg) no-repeat top right;
}
div.c3 {
	background:url(../images/mainleftbottom.jpg) no-repeat left bottom;
}
div.c4 {
	background:url(../images/mainrightbottom.jpg) no-repeat right bottom; padding:10px;
} /* stop putting margin-bottom here - does not work in IE */


/* end main content with rounded edges */
H1   {
	  margin-top: 50px;
	  color: #3F3E2D;
	  margin-left : 10px;
	  margin-top: 0px;
	  margin-right: 20px;
	  font: 16pt "Times New Roman", Times, serif;
	  font-weight: bold;
}

H2   {
	  margin-top: 50px;
	  color: #393829;
	  margin-left : 10px;
	  margin-top: 0px;
	  margin-right: 20px;
	  font: 14pt "Times New Roman", Times, serif;
	  font-weight: bold;
}

div.menu{
	text-align: center;
	height: 20px;
}

div.ctr{
    align: center;
	background-color: #FFFFFF;
}

img.floatme{
   float: left;
}

A{
	font-weight: bold;
	text-decoration: none;
}

A.menu    {
	color: #3F3E2D;
	font-family : "Times New Roman", Times, serif;
	font-size: 12pt;
	margin-left: 9px;
	margin-right: 9px;
	padding-bottom: 4px;
} 

A:link    {
	color: 3F3E2D;
	font-family : "Times New Roman", Times, serif;
	font-size: 12pt;
}   
A:visited { 
    font-family : "Times New Roman", Times, serif;
    color: 3F3E2D;
	font-size: 12pt;
	} 
A:active  { 
    font-family : "Times New Roman", Times, serif;
    color: 3F3E2D; 
	font-size: 12pt;
	}  

.here  {
	font-family : "Times New Roman", Times, serif;
	color: 3F3E2D;
	font-size: 12pt;
	font-weight : bold;
	margin-left: 9px;
	margin-right: 9px;	
}


.indent20{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color : #4F5651;
	margin-left : 20px;
	margin-right: 20px;
}

div.contact  { 
    font-family : "Times New Roman", Times, serif;
    color: #A8A89D; 
	font-size: 12pt;
	text-align: center;
	}
	
img.floatright{
 float: right;
 margin-right: 5px;
}

img.floatleft{
 float: left;
 margin-right: 10px;
 margin-left: 10px;
}

div.floatleft{
 float: left;
 margin-right: 10px;
}

div.floatright{
 float: right;
 margin-left: 10px;
}

div.saying{
    font-style: italic;
    font-size: 13pt;
	margin-left: 10px;
	color: #4F5651;
	margin-top: 20px;
}

div.who{
    font-size: 12pt;
	color: #4F5651;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	text-align: right;
}

.rightspace{
	padding-right: 18px;
}
