/* Define sitewide defaults */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #5A6650;
	text-align: center;
	background-image: url(../images/bkgrn.jpg);
	background-repeat: repeat-x;
}
p {
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 13px;
	padding-top: 0px;
}
div > p {
	margin-top: 0;
}
table, th, tr, td {
	font-size: 12px;
}
ul, ol, li {
	line-height: 150%;
}
form, select, input {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
a:link {
	color: #768A31;
	text-decoration: none;
}
a:visited {
	color: #768A31;
	text-decoration: none;
}
a:hover {
	color: #633834;
	text-decoration: underline;
}
a:active {
	color: #633834;
	text-decoration: underline;
}
h1 {
	font-size: 170%;
	font-weight: bold;
	color: #633834;
	margin-bottom: 15px;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 120%;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBEA5;
	text-transform: uppercase;
	color: #000000;
}
h4 {
	font-size: 90%;
	font-weight: normal;
}
h5 {
	font-size: 75%;
	font-weight: normal;
}

/* Define custom containers */
.master {
	width: 770px;
	margin: auto;
	padding: 0px;
	background-color: #EEEDDD;
}

/* Define site color palette */
.brown {
	color: #633834;
}
.lightGreen {
	color: #CBCB6D;
}
.darkGreen {
	color: #768A31;
}
.gray {
	color: #666666
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
