/**************************************************************
STANDARD TAG OVERRIDES
**************************************************************/

a, a.visited, a.hover {
	color: #531918;
}
body {
	margin: 0px;
	background: #95995E url(/images/gradient-bg.jpg) repeat-x;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
div {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
form {
	display: inline;
}
h1 {
	font-family: Arial;
	font-size: 32px;
	font-weight: bold;
	margin: 0px;
	color: #531918;
}
h2 {
	font-family: Arial;
	font-size: 20px;
	margin: 0px;
	color: #531918;
}
h3 {
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
	color: #531918;
}
li {
	padding-bottom: 4px;
}
td {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}



/**************************************************************
OTHER
**************************************************************/
.header {
	color: #ffffff;
	height: 73px;
}
.bodyTop {
	background: url(/images/gradient-green.jpg) repeat-x;
	height: 600px;
}
.nav {
	height: 26px;
	background: url(/images/bg-nav.jpg) repeat-x;
}

.hr {
	background: #531918;
	height: 1px;
}

.txtRed {
	color: #531918;
}
.txtGray {
	color: #333333;
}
.txtBlack {
	color: #000000;
}
.txtWhite, .txtWhite:visited, .txtWhite:hover {
	color: #ffffff;
}
.txtTiny {
	font-size: 10px;
}
.txtSmall {
	font-size: 12px;
}
.txtMedium {
	font-size: 20px;
}
.txtLarge {
	font-size: 32px;
}
.txtXLarge {
	font-size: 40px;
}


.boxTop2 {
	width: 950px; 
	height: 65px;
	background: url(/images/box-top-2.jpg) no-repeat;
}
.boxMiddle2 {
	width: 950px;
	background: url(/images/box-middle-2.jpg) repeat-y;
}
.boxBottom2 {
	width: 950px;
	height: 15px;
	background: url(/images/box-bottom-2.jpg) no-repeat;
}

.boxTop3 {
	width: 950px; 
	height: 65px;
	background: url(/images/box-top-3.jpg) no-repeat;
}
.boxMiddle3 {
	width: 950px;
	background: url(/images/box-middle-3.jpg) repeat-y;
}
.boxBottom3 {
	width: 950px;
	height: 15px;
	background: url(/images/box-bottom-3.jpg) no-repeat;
}