@charset "utf-8";
/* CSS Document */

/* General Categories */
* {
	padding:0px; margin:0px; border-width:0px;
	font-family: Lucida Grande, Lucida Sans, Arial, san-serif;
	font-size: 16px;
	text-align: left;
	color: 1a100f; /* Dark Brown*/
}
body {
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat;
}
a{
	color: #795a3a; /* Light brown*/
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
table {
	margin-right: auto;
	margin-left: auto;
}
td { vertical-align: top; }

/* Text Categories */
h1, h2, h3, p, ul{
	line-height: 26px;
	margin-bottom: 13px;
	max-width: 460px;
}
p, .emph, li {
/*
	font-family: Hoefler Text, Times New Roman, serif; 
	font-size: 18px;
*/
	font-family: Georgia, serif;
}
h1, h2, h3 {
	font-weight: bold;
}
h1 { font-size: 27px; color:#2baa00; margin-bottom:21px; }
h2 { font-size: 19px; color:#1f7900;}
h3 { font-size: 16px; color:#1a6402;}
li {
	margin-bottom: 7px;
	padding-left: 24px;
	list-style-type: none;
	background: url(../images/Bullet2.gif) left center no-repeat;
/* This is for regular style bullets
	margin-left: 22px;
*/
}

/*Classes for the Main Content Area*/
.main, .pmain{
	padding: 20px 8px 8px 8px;
	width: 840px;
	text-align:center; 
}
.main img, .pmain img {
	border:1px solid #2f1c1a; /*Medium Brown*/
} 
.main img { 
	float:right; 
	margin: 0 0 15px 15px; 
}

.pmain img { 
	margin: 0px auto 3px auto; 
}
.pmain a { 
	font-size: 16px; 
}
.pmain h1, .pmain h2, .pmain h3, .pmain p, .pmain a{ 
	max-width: none; /* Allows text to stretch as wide as necessary*/
	margin-bottom:18px;
	text-align:center;
}
/*
.pmain h2{ margin-bottom:14px;}
*/

.ltable { 
	width=460px;
	margin-left:0px;
}
.ltable td { width:230px; }

/* Header and footer classes*/
.header {
	background-repeat: repeat-x;
	height: 101px;
	background-image: url(../images/bg-header.gif);
}
.menu, .menu a {
	width: 510px;
	padding-top:6px;
	line-height:25px;
	text-align: right;
	font-weight:bold;
	font-size: 16px;
	margin:0;
	color:#218500;
}
.menu a{
	color: #000000;
}
.menu img{ 
	margin-left:7px;
	margin-right:7px;
	height:12px;
	width:12px;
}
.bottom {
	border-top:3px solid #210d0c; 
	border-bottom:1px solid #cfc6c4;
	background-repeat: repeat-x;
	height: 74px;
	background-image: url(../images/bg-bottom.jpg);
}

/* Miscellaneous */
.center { 
	text-align: center; 
	margin-top:14px;
	font-size:22px;
}
.emph { /*font-style:italic;*/font-weight:bold;}
.mini { font-size: 11px; }
a:hover, h1 a:hover, h2 a:hover { color: #eb8419; }
