/* Site CSS */

body { font-family: Arial, Helvetica, Geneva, sans-serif;
		background-color: #fffff6;
		font-size: 1em;
		text-align:center;
		margin:0;
		padding:0;
		}

object { margin:0; }
embed { margin:0; }

div#page {
  position:relative;
  background-color:white;
  border-left:1px solid #630f0f;
  border-right:1px solid #630f0f;
  border-bottom:1px solid #630f0f;
  width:750px;
  margin:0 auto;
  padding:0px;
  text-align:left;
}

div#header {
  /* border:1px solid red; */
  text-align:center;
  width:750px;
  height:185px;
}

div#menu {
 /* border:1px solid green;*/
  width:143px;
  float:left;
  margin:0;
  height:500px;
  background-image: url("graphics/menuBg.gif"); 
  background-repeat: repeat-x;

}

div#content {
  /*border:1px solid blue;*/
  width:590px;
  margin:0px 0px 0px 143px;
  min-height:500px;
  _height:500px;
  padding:5px;
}

div#rHand {
  position:absolute;
  top:185px;
  right:0px;
  /*border:1px solid green;*/
  width:150px;
  margin:0;
  height:500px;
}

div#footer {
  border-top:1px solid #630f0f;
  padding:5px;
  font-size: .8em;
  width:740px;
 height:100px;
 text-align:center;}

div#footer p { padding:0;
				margin:0;
				line-height:1.2em;}

div#footer p#domain { margin-bottom:5px;
						font-weight:bold; }

div#footer p#copy { margin-top:3px; }

h1 { 	color:#8cb14b; font-family:"Copperplate Reg", arial, sans-serif;
		/* font-size: 1.5em; */
		text-align:center; 
		padding:0;
		margin:0;}

h2, h3, h4, h5, h6 { text-align:center;
		padding:0;
		margin:0px 0 10px 0;}

h2, h3 { font-size:1em; }

h3 { font-style:italic; }

div#menu ul { list-style:none; 
		padding-left:2em;
		margin:0px; }

div#menu li { font-weight:bold; list-style-position:outside; 
		text-decoration:none; 
		 color:#336633; 
		 margin-bottom:5px; }

div#menu a.menuItem {text-decoration: none; }

div#menu a.menuItem:link {color:#336633;}

div#menu a.menuItem:visited { color:#8cb14b;}

div#menu a.menuItem:hover { color:#630f0f; }

div#menu a.menuItem:active { color:#ffffff; }

.bold { font-weight:bold; }

.italic { font-style:italic; }

.underline { text-decoration:underline; }

div#atbs { position:relative; font-size:8pt; font-weight:bold; margin-bottom:5px; margin-top:20px; text-align:center; color:#8B8B8B;}

div#atbs .imgLink { border:0px; vertical-align:middle;}

