/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #9F3713;
	text-decoration: underline;
}
a:hover, a:active {
	color: #935A19;
	text-decoration: none;
}
.logo {	
	margin: 8px 0 0 8px;	
	height: 92px;
	width: 300px;
	float:left;	
}
body {
	color: #201000;
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #160A06;
	line-height: 15pt;
	background-image: url(images/pattern_098.gif);
	background-repeat: repeat-x, repeat-y;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6F5745;
	margin: 5px 0 15px 0;
	letter-spacing: 1px;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6F5745;
	margin: 15px 0 0px 0;
	letter-spacing: 1px;	
}
.wrapper {
	background-color: #fff;
	margin: 0px auto;
	height:1028px;
	width:960px;

}
.headerWrapper {
	width: 100%;
	float:left;
	background: url(images/header.gif) no-repeat;	
}
.headerNav {
	height: 18px;
	width: 960px;
	border: #a80506 1px solid;
	background-image: url(images/headerNavBG.gif);
	background-repeat: repeat-x;
}
.tabWrapper ul {
	margin: 0;
	height: 42px;
	float:left;
	font-weight: bold;
	width: 960px;
	border-bottom:#D0C3B0 1px solid;	
	background: url(images/tabBG.png) repeat-x;	
}
.tabWrapper li {
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	float:left;
	font-weight: bold;
	background-color:#fdfdfd;
	border-top:#fff 2px solid;	
	height: 40px;		
}
.tabWrapper li a:link, .tabWrapper li a:active, .tabWrapper li a:visited {
	padding: 11px 25px 2px 25px;	
	text-decoration: none;	
	margin: 0 2px 0 0;
	font-weight: bold;	
	float:left;
	background: url(images/tabBGgrey.png) repeat-x;
	color: #7F2607;	
	height: 29px;	
}
.tabWrapper li a:hover, .tabWrapper li a:focus {
	background: url(images/tabBGgreyHover.png) repeat-x;
	color: #9F3713;	
}
.tabWrapper li .current a {
	background: url(images/tabBGgreyHover.png) repeat-x;
	color: #106add;
}
.clear {  
	display: inline-block;  
} 
.leftNavigation {
	height: 670px;
	width: 155px;
	margin: 10px 0 0 8px;
	top: 50px;
	float:left;
	background-color: #fff;
	border-right: #cacaca 1px solid;
	text-align:right;
	display:inline;
	font-size:12px;
}
.leftNavigation ul {
	text-decoration: none;
	list-style: none;
	margin: 10px 10px 0 0;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 14pt;	
}
.leftNavigation li a:link, .leftNavigation li a:visited {
	margin: 0 0 0 0;
	list-style-type: none;
	text-decoration: none;	
	display: inline-block;
	font-weight: bold;	
	color: #0e1bbf;	
}
.leftNavigation li a:hover, .leftNavigation li a:active {
	text-decoration: underline;	
	font-weight: bold;	
	color: #0f56b2;	
}
.leftNavigation li .current a {
	text-decoration: underline;
	font-weight: bold;
	color: #0f56b2;
}
.content {
	height: 623px;
	width: 925px;
	margin: 5px 0 0 5px;
	padding: 10px 15px 10px 15px;
	top: 50px;
	float:left;
	display:inline;
	background-color: #fff;
	float:left;
}
.articleZone {
	float:left;
	width: 445px;
	padding: 10px;
}
.artImage {
	float:left;
	padding: 5px 15px 0px 0px;

}
.articleZone ul {
	list-style-type: none;
	text-decoration: none;
}
.contact {
	margin: auto;
	padding-top: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.redText {
	color:#a62525;
}
.blueText {
	color:#1528b7;
	margin: 0 0 5px 0;
	text-decoration:underline;
}
.indent {
	margin: 0 0 15px 10px;
	font: 12px Arial, Helvetica, sans-serif;	
}
.billofRights {
	border-right: #a62525 1px solid;
	border-top: #a62525 1px solid;
	border-bottom: #a62525 1px solid;
}
.merch {
	float:left;
	font: 12px Arial, Helvetica, sans-serif;
	width:175px; 
	margin: 5px 10px 5px 0;
}

.articleArguments ul{
	list-style-type: none;
	text-decoration: none;	
}
/* percentage width classes ----------------------------------------------------------------------*/
.percent25 {
	width: 25%;
	float: left;
	display: inline;
}
.percent33 {
	width: 33.33%;
	float: left;
	display: inline;
}
.percent50 {
	width: 50%;
	float: left;
	display: inline;
}
.percent67 {
	width: 66.66%;
	float: left;
	display: inline;
}
.percent100 {
    width: 100%;
	float: left;
	display: inline;
}
.sideMargins5px {margin: 0 5px;}


