/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: url(../images/bodyBG.gif) fixed;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #595959;
}

/************** Layout Elements *******************/

#wrapper {
	width: 990px;
	margin: 0 auto;
	font-size: 80%;
	background: #fff url(../images/ContentBG.jpg) repeat-x;
}

#rightcolDigg {
	float: right;
	margin: 20px 8px;
}

#rightcol {
	float: right;
	margin: 0px 8px;
}

#content {
	padding: 1px 0 0 0;
	margin: 0 290px 0 15px;
}

#footer {
	margin-top: 40px;
	background-color: #A5907F;
	min-height: 30px;
}

#footer p {
	float: right;
	margin-right: 10px;
	color: #332A24;
	font-size: 80%;
}

#header {
	min-height: 144px;
	background: url(../images/title.jpg) 0 0 no-repeat;
}

#strap {
	height: 137px;
	width: 974px;
	background: url(../images/header.jpg) no-repeat;
	margin-left: 7px;
	border: 1px solid #000;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 0;
	padding: 0 0 0 0;
	font-size: 150%;
	color: #000035;
}

h2 {
	font-size: 140%;
	margin-top: 25px;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 8px 0;
	line-height: 1.7em;
}

/************** Generic Classes for floating images *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
	border: 1px solid #000;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
	border: 1px solid #000;
}

/************** Generic Classes  *******************/

.center {
	text-align: center;
}	


/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #330000;	
}

a:hover {
	color: #FF0000;	
}

/*********** Navigation *************/

#header ul {
  margin-top: 94px;
  padding: 10px 8px 0 0;
  list-style-type: none;
  float: right;
}
  
#header li {
  float: right;		
  background: url("../images/right.gif") no-repeat top right;
  padding: 0 5px 0 0;
  margin-left: 6px;
}
  
#header a {
  float: left;
  display: block;
  background: url("../images/left.gif") no-repeat left top;
  padding: 3px 8px 3px 13px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

#header a:hover, #header a:focus {
  color: #ccc;
}
  
#header #current {
  background-image: url("../images/right_on.gif");
}
  
#header #current a {
  background-image: url("../images/left_on.gif");
  color: #ccc;
  padding-bottom: 3px;
  padding-top: 6px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


/*********Show to IE mac *************/
 /*\*//*/
 #header {
	height: 144px;
}

#header ul {
	padding-top: 104px;
}
/**/
.empahsis {
	font-weight: bold;
	color: #000033;
}
